mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
esm - set type: module top level (#230210)
This commit is contained in:
@@ -3,4 +3,7 @@
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import { createRequire } from 'node:module';
|
||||
|
||||
const require = createRequire(import.meta.url);
|
||||
require('./build/gulpfile');
|
||||
|
||||
Reference in New Issue
Block a user