gitpod-io / openvscode-server

Run upstream VS Code on a remote machine with access through a modern web browser from any device, anywhere.

Home Page:https://www.gitpod.io/

Repository from Github https://github.comgitpod-io/openvscode-serverRepository from Github https://github.comgitpod-io/openvscode-server

Legacy build code should be sanitized for SWC -> ESBuild

anonhostpi opened this issue · comments

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:

// SWC Client Transpile
const transpileClientSWCTask = task.define('transpile-client-esbuild', task.series(util.rimraf('out'), transpileTask('src', 'out', true)));
gulp.task(transpileClientSWCTask);