We are now using SWC for TypeScript to JavaScript transpilation #63
samreid
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As part of phetsims/chipper#1354, we have changed from babel to swc for running the TypeScript to JavaScript transpilation. The process is much faster now.
Steps to upgrade:
npm install
in chippergrunt transpile --watch
from any repo to transpile all repos.grunt output-js-project --watch
Expected output from the
--watch
task includes many console logs with “Watching for file changes.” That is ok and don’t worry!Please let us know if you have any questions or problems.
Beta Was this translation helpful? Give feedback.
All reactions