We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8847517 commit 5737fdaCopy full SHA for 5737fda
filenames.auto.gni
@@ -327,7 +327,7 @@ auto_filenames = {
327
"lib/renderer/ipc-renderer-internal.ts",
328
"lib/renderer/remote/callbacks-registry.ts",
329
"lib/renderer/webpack-provider.ts",
330
- "lib/worker/init.js",
+ "lib/worker/init.ts",
331
"package.json",
332
"tsconfig.electron.json",
333
"tsconfig.json",
lib/worker/init.js renamed to lib/worker/init.ts
@@ -1,6 +1,5 @@
1
-'use strict';
+import * as path from 'path';
2
3
-const path = require('path');
4
const Module = require('module');
5
6
// We modified the original process.argv to let node.js load the
0 commit comments