-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add swc transpilation behind a flag #11739
Add swc transpilation behind a flag #11739
Commits on Dec 10, 2021
-
Morten N.O. Henriksen committed
Dec 10, 2021 Configuration menu - View commit details
-
Copy full SHA for eccb0b9 - Browse repository at this point
Copy the full SHA eccb0b9View commit details -
Cache clean no longer needed as of Npm v5
Morten N.O. Henriksen committedDec 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 8e1d6fa - Browse repository at this point
Copy the full SHA 8e1d6faView commit details -
Morten N.O. Henriksen committed
Dec 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 44a7c21 - Browse repository at this point
Copy the full SHA 44a7c21View commit details
Commits on Dec 11, 2021
-
Breaking: Remove support for Flow
Currently swc doesn't support Flow they are considering it, if they do we can revert this commit swc-project/swc#256
Morten N.O. Henriksen committedDec 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 6f9083b - Browse repository at this point
Copy the full SHA 6f9083bView commit details -
Morten N.O. Henriksen committed
Dec 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 2334298 - Browse repository at this point
Copy the full SHA 2334298View commit details -
Remove unmaintained tar-pack updating tar from v2 to v6
Morten N.O. Henriksen committedDec 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 867c019 - Browse repository at this point
Copy the full SHA 867c019View commit details -
Load tsconfig or jsconfig as base for swc configuration
Morten N.O. Henriksen committedDec 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 2af14b9 - Browse repository at this point
Copy the full SHA 2af14b9View commit details -
setting path=paths.appPath did not work https://swc.rs/docs/configuration/supported-browsers#path Also enabled requre resolve to allow extending from packages
Morten N.O. Henriksen committedDec 11, 2021 Configuration menu - View commit details
-
Copy full SHA for d42aed5 - Browse repository at this point
Copy the full SHA d42aed5View commit details
Commits on Dec 13, 2021
-
Revert "Breaking: Remove support for Flow"
This reverts commit 6f9083b.
Morten N.O. Henriksen committedDec 13, 2021 Configuration menu - View commit details
-
Copy full SHA for a8aa254 - Browse repository at this point
Copy the full SHA a8aa254View commit details -
Add babel back and hide swc under flag
Morten N.O. Henriksen committedDec 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 11bf2c9 - Browse repository at this point
Copy the full SHA 11bf2c9View commit details -
Morten N.O. Henriksen committed
Dec 13, 2021 Configuration menu - View commit details
-
Copy full SHA for a1693f0 - Browse repository at this point
Copy the full SHA a1693f0View commit details -
Add message about experimental feature
Move dependency loading into the loader call
Morten N.O. Henriksen committedDec 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 239e7db - Browse repository at this point
Copy the full SHA 239e7dbView commit details
Commits on Dec 15, 2021
-
Morten N.O. Henriksen committed
Dec 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 0810052 - Browse repository at this point
Copy the full SHA 0810052View commit details
Commits on Dec 19, 2021
-
Morten N.O. Henriksen committed
Dec 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 1267810 - Browse repository at this point
Copy the full SHA 1267810View commit details -
Support comments in jsconfig.json
Using JSON5 as projects with jsconfig.json might not have TypeScript installed - eg. VS Code reads the config + SWC is also configured via jsconfig.json in projects without TypeScript.
Morten N.O. Henriksen committedDec 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 6dab098 - Browse repository at this point
Copy the full SHA 6dab098View commit details