-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
chore(v9 packages): Migrate to SWC transpilation approach #27250
Merged
TristanWatanabe
merged 95 commits into
microsoft:master
from
TristanWatanabe:migrate-to-swc-es2019
Mar 21, 2023
Merged
chore(v9 packages): Migrate to SWC transpilation approach #27250
TristanWatanabe
merged 95 commits into
microsoft:master
from
TristanWatanabe:migrate-to-swc-es2019
Mar 21, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ed by v9 packages to transpile based on browser matrix
…ts build to new build:react-components task
…' into use-swc-transpilation-tooling-updates
…node 14 and above
Hotell
approved these changes
Mar 20, 2023
8 tasks
khmakoto
reviewed
Mar 20, 2023
packages/react-components/babel-preset-global-context/package.json
Outdated
Show resolved
Hide resolved
packages/react-components/babel-preset-storybook-full-source/package.json
Outdated
Show resolved
Hide resolved
khmakoto
reviewed
Mar 20, 2023
packages/react-components/react-data-grid-react-window/package.json
Outdated
Show resolved
Hide resolved
GeoffCoxMSFT
approved these changes
Mar 20, 2023
Mitch-At-Work
approved these changes
Mar 20, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signing off on behalf of @xc-uxe and confirming react-virtualizer change is correctly marked as pre-release.
khmakoto
approved these changes
Mar 20, 2023
layershifter
approved these changes
Mar 21, 2023
fabricteam
reviewed
Mar 21, 2023
change/@fluentui-babel-preset-global-context-ecea0dfb-4c5c-4633-bcf3-8b32d8dea2a0.json
Show resolved
Hide resolved
Hotell
reviewed
Mar 23, 2023
@@ -1,4 +1,3 @@ | |||
{ | |||
"presets": [], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was referenced Mar 23, 2023
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes:
Runs
migrate-converged-package
nx
generator which makes changes below:.swcrc
file to all v9 packages.just.config.ts
file to have all v9 packages opt in to newbuild:react-components
task which will runswc
transpilation..babelrc.json
file to extend monorepo root.babelrc-v9.json
file.package.json
which add@swc/helpers
.Related Issue(s)