Commit b59f259
committed
refactor(javascript): migrate parser to swc next
1 parent c1ca9e2 commit b59f259
125 files changed
Lines changed: 8984 additions & 8799 deletions
File tree
- .github/workflows
- crates
- rspack_core
- src
- dependency
- rspack_macros/src
- rspack_plugin_esm_library
- src
- rspack_plugin_javascript
- src
- parser_and_generator
- parser_plugin
- amd
- const
- define_plugin
- inner_graph
- provide_plugin
- plugin
- utils
- eval
- visitors
- dependency
- parser
- rspack_plugin_rslib
- src
- rspack_plugin_rstest
- src
- rspack_util
- src
- linting/rspack_collection_hasher
- tests/rspack-test
- configCases
- defer-import/comment-error
- parsing
- rspack-issue-5120-binding
- rspack-issue-5120-strict-block
- rspack-issue-5120-strict
- diagnosticsCases
- factorize
- mismatched-module-type
- missing-config-build-failed
- module-build-failed/loader-import-syntax-error
- module-parse-failed
- basic
- concatenate_parse_module
- duplicate-range
- lack-equal
- lexically_name_error
- module-parse-error
- multiple_file_syntax_error
- reserved-name-destructuring-error
- reserved_name_error
- return-outside-function
- errorCases
- hotCases
- make/rebuild-abnormal-module
- recover/recover-after-self-error
- normalCases/parsing/context
- statsOutputCases
- let-keyword-as-variable-name-error/__snapshots__
- module-trace-disabled-in-error/__snapshots__
- module-trace-enabled-in-error/__snapshots__
- parse-error/__snapshots__
- xtask/benchmark
- benches/groups
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
162 | 164 | | |
163 | 165 | | |
164 | 166 | | |
| |||
220 | 222 | | |
221 | 223 | | |
222 | 224 | | |
223 | | - | |
| 225 | + | |
224 | 226 | | |
225 | 227 | | |
226 | 228 | | |
| |||
0 commit comments