esm - set type: module top level (#230210)

This commit is contained in:
Benjamin Pasero
2024-10-01 20:48:56 +02:00
committed by GitHub
parent 990b1fdb91
commit f09184ceb7
9 changed files with 25 additions and 9 deletions
+3
View File
@@ -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');