electron/lib/asar/init.ts
Samuel Attard f649e604be
build: tsify asar and move to webpack js2c pipeline (#24495)
* build: tsify asar and move to webpack js2c pipeline

* build: use the webpack provider for fs-wrapper
2020-07-16 11:38:31 -07:00

3 lines
79 B
TypeScript

import { wrapFsWithAsar } from './fs-wrapper';
wrapFsWithAsar(require('fs'));