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:
@@ -3,12 +3,12 @@
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import * as es from 'event-stream';
|
||||
import * as VinylFile from 'vinyl';
|
||||
import * as log from 'fancy-log';
|
||||
import * as ansiColors from 'ansi-colors';
|
||||
import * as crypto from 'crypto';
|
||||
import * as through2 from 'through2';
|
||||
import es from 'event-stream';
|
||||
import VinylFile from 'vinyl';
|
||||
import log from 'fancy-log';
|
||||
import ansiColors from 'ansi-colors';
|
||||
import crypto from 'crypto';
|
||||
import through2 from 'through2';
|
||||
import { Stream } from 'stream';
|
||||
|
||||
export interface IFetchOptions {
|
||||
|
||||
Reference in New Issue
Block a user