Commit 0e5aafe
committed
refactor(javascript): migrate parser to swc next
1 parent fb16d93 commit 0e5aafe
122 files changed
Lines changed: 8764 additions & 7935 deletions
File tree
- crates
- rspack_core
- src
- cache
- dependency
- legacy_cache/persistent
- new_cache
- 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
- 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.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | 372 | | |
385 | 373 | | |
386 | 374 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments