mirror of
https://github.com/electron/electron.git
synced 2026-01-09 07:28:12 -05:00
build: tsify worker/init (#24497)
This commit is contained in:
@@ -327,7 +327,7 @@ auto_filenames = {
|
||||
"lib/renderer/ipc-renderer-internal.ts",
|
||||
"lib/renderer/remote/callbacks-registry.ts",
|
||||
"lib/renderer/webpack-provider.ts",
|
||||
"lib/worker/init.js",
|
||||
"lib/worker/init.ts",
|
||||
"package.json",
|
||||
"tsconfig.electron.json",
|
||||
"tsconfig.json",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
'use strict';
|
||||
import * as path from 'path';
|
||||
|
||||
const path = require('path');
|
||||
const Module = require('module');
|
||||
|
||||
// We modified the original process.argv to let node.js load the
|
||||
Reference in New Issue
Block a user