forked from microsoft/vscode
-
Notifications
You must be signed in to change notification settings - Fork 492
Open
Description
As of the following commit, SWC is no longer used for building and has been replaced with ESBuild
Symbols like these should be corrected as not to mislead new developers:
openvscode-server/build/gulpfile.js
Lines 22 to 24 in 42e8ff0
// SWC Client Transpile | |
const transpileClientSWCTask = task.define('transpile-client-esbuild', task.series(util.rimraf('out'), transpileTask('src', 'out', true))); | |
gulp.task(transpileClientSWCTask); |
Metadata
Metadata
Assignees
Labels
No labels