Convert gulpfiles to modules

Makes a pass through our top level gulpfiles to convert them to modules
This commit is contained in:
Matt Bierner
2025-11-11 15:28:50 -08:00
parent c6464f84b9
commit 723aa849c9
22 changed files with 267 additions and 252 deletions

5
gulpfile.mjs Normal file
View File

@@ -0,0 +1,5 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import './build/gulpfile.mjs';