build: tsify worker/init (#24497)
This commit is contained in:
parent
8847517798
commit
5737fda154
2 changed files with 2 additions and 3 deletions
|
@ -327,7 +327,7 @@ auto_filenames = {
|
||||||
"lib/renderer/ipc-renderer-internal.ts",
|
"lib/renderer/ipc-renderer-internal.ts",
|
||||||
"lib/renderer/remote/callbacks-registry.ts",
|
"lib/renderer/remote/callbacks-registry.ts",
|
||||||
"lib/renderer/webpack-provider.ts",
|
"lib/renderer/webpack-provider.ts",
|
||||||
"lib/worker/init.js",
|
"lib/worker/init.ts",
|
||||||
"package.json",
|
"package.json",
|
||||||
"tsconfig.electron.json",
|
"tsconfig.electron.json",
|
||||||
"tsconfig.json",
|
"tsconfig.json",
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
'use strict';
|
import * as path from 'path';
|
||||||
|
|
||||||
const path = require('path');
|
|
||||||
const Module = require('module');
|
const Module = require('module');
|
||||||
|
|
||||||
// We modified the original process.argv to let node.js load the
|
// We modified the original process.argv to let node.js load the
|
Loading…
Add table
Add a link
Reference in a new issue