mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01: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:
@@ -4,7 +4,7 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import { readFileSync } from 'fs';
|
||||
import path = require('path');
|
||||
import path from 'path';
|
||||
|
||||
const RE_VAR_PROP = /var\(\s*(--([\w\-\.]+))/g;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user