mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +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:
@@ -6,7 +6,7 @@
|
||||
'use strict';
|
||||
|
||||
import { spawnSync } from 'child_process';
|
||||
import path = require('path');
|
||||
import path from 'path';
|
||||
import { getChromiumSysroot, getVSCodeSysroot } from './debian/install-sysroot';
|
||||
import { generatePackageDeps as generatePackageDepsDebian } from './debian/calculate-deps';
|
||||
import { generatePackageDeps as generatePackageDepsRpm } from './rpm/calculate-deps';
|
||||
|
||||
Reference in New Issue
Block a user