-
Notifications
You must be signed in to change notification settings - Fork 15
Swc migration #26
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
Open
YASHMAHAKAL
wants to merge
17
commits into
layer5io:master
Choose a base branch
from
YASHMAHAKAL:swc-migration
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Swc migration #26
Changes from 11 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
900fcbe
initial migration
YASHMAHAKAL 1bf7099
remove @babel/runtime-corejs3 dependency
YASHMAHAKAL a86e849
replaced 8-line IE11-era object with MUI v7 query string
YASHMAHAKAL d4c0ba8
removed mui/emotions
YASHMAHAKAL dd6a05e
deleted .eslintrc
YASHMAHAKAL 475fc3d
update rollup config
YASHMAHAKAL d98ebe2
eliminate .eslintrc, fixed jsc.target errors
YASHMAHAKAL cb7fb89
inconsistency fixed
YASHMAHAKAL e77877e
build(test): migrate testing infrastructure from mocha to vitest
YASHMAHAKAL 637012a
what this commit took ? a whole fkin night
YASHMAHAKAL de571ab
leftover warnings fixed
YASHMAHAKAL fe6ccbf
applied suggestions
YASHMAHAKAL c0dec24
fixed bugs for validateDOM and props nesting
YASHMAHAKAL 657502f
coverage differentiated and npm run coverage fixed
YASHMAHAKAL 289cc5f
fix: update dependencies and config
YASHMAHAKAL 05211a6
changed tests to unplugin-swc
YASHMAHAKAL e848b30
apply suggestions
YASHMAHAKAL File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| { | ||
| "jsc": { | ||
| "parser": { | ||
| "syntax": "ecmascript", | ||
| "jsx": true, | ||
| "dynamicImport": true | ||
|
YASHMAHAKAL marked this conversation as resolved.
Outdated
|
||
| }, | ||
| "transform": { | ||
| "react": { | ||
| "runtime": "automatic", | ||
| "development": false, | ||
| "useBuiltins": true | ||
|
YASHMAHAKAL marked this conversation as resolved.
Outdated
|
||
| } | ||
| }, | ||
| "loose": false, | ||
| "externalHelpers": false | ||
|
YASHMAHAKAL marked this conversation as resolved.
Outdated
|
||
| }, | ||
| "env": { | ||
| "targets": "> 0.5%, last 2 versions, Firefox ESR, not dead, safari >= 15.4, iOS >= 15.4", | ||
| "mode": "usage", | ||
| "coreJs": "3" | ||
| }, | ||
| "module": { | ||
| "type": "commonjs", | ||
| "strict": false, | ||
| "strictMode": true, | ||
| "lazy": false, | ||
| "noInterop": false | ||
| }, | ||
| "minify": false, | ||
| "isModule": true | ||
| } | ||
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.