mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 04:09:28 +00:00
build: switch build/tsconfig.json to module: nodenext (#238426)
* build/tsconfig: switch to module: nodenext for bun compat * build: rewrite imports for nodenext compat * build: re-generate
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
|
||||
// Can be removed once https://github.com/electron/electron-rebuild/pull/703 is available.
|
||||
|
||||
import * as fs from 'fs';
|
||||
import * as path from 'path';
|
||||
import * as debug from 'debug';
|
||||
import * as extract from 'extract-zip';
|
||||
import fs from 'fs';
|
||||
import path from 'path';
|
||||
import debug from 'debug';
|
||||
import extract from 'extract-zip';
|
||||
import { downloadArtifact } from '@electron/get';
|
||||
|
||||
const root = path.dirname(path.dirname(__dirname));
|
||||
|
||||
Reference in New Issue
Block a user