Commit 72048ae
1 parent bc38ac9 commit 72048ae
File tree
371 files changed
+2436
-718
lines changed- crates
- swc_bundler/src/bundler
- import
- swc_ecma_ast/src
- swc_ecma_codegen/src
- swc_ecma_compat_es2020/src
- swc_ecma_parser
- src/parser
- expr
- stmt
- tests
- js
- deferred-import-evaluation
- .attributes-expression
- .dynamic-import
- .dynamic-import-no-createImportExpressions
- attributes-declaration
- import-defer
- no-default
- no-named
- import-assertions
- dynamic-import-with-valid-syntax
- import-assert-call-expression
- string-literal
- trailing-comma
- trailing-comma-dynamic
- valid-empty-assertion
- valid-string-assertion-key
- valid-syntax-with-attributes
- valid-syntax-with-attributes-and-value
- valid-syntax-with-attributes-multiple-lines
- valid-syntax-with-invalid-value
- valid-syntax-with-no-type-attribute
- valid-syntax-with-object-method-attribute
- valid-syntax-without-attributes
- without-plugin
- import-assertions-with-keyword
- dynamic-import-with-valid-syntax
- string-literal
- trailing-comma
- trailing-comma-dynamic
- valid-empty-assertion
- valid-string-assertion-key
- valid-syntax-with-assertions
- valid-syntax-with-assertions-and-value
- valid-syntax-with-assertions-multiple-lines
- valid-syntax-with-invalid-value
- valid-syntax-with-no-type-assertion
- valid-syntax-with-object-method-assertion
- valid-syntax-without-assertions
- without-plugin
- import-attributes
- dynamic-import-with-valid-syntax
- string-literal
- trailing-comma
- trailing-comma-dynamic
- valid-empty-attribute
- valid-string-attribute-key
- valid-syntax-with-attributes
- valid-syntax-with-attributes-and-value
- valid-syntax-with-attributes-multiple-lines
- valid-syntax-with-invalid-value
- valid-syntax-with-no-type-attribute
- valid-syntax-with-object-method-attribute
- valid-syntax-without-attributes
- without-plugin
- import-attributes-deprecatedAssertKeyword
- _deprecated-syntax-not-enabled
- dynamic-import-with-valid-syntax
- import-assert-call-expression
- incorrect-arity
- string-literal
- trailing-comma
- trailing-comma-dynamic
- valid-empty-attribute
- valid-string-attribute-key
- valid-syntax-with-attributes
- valid-syntax-with-attributes-and-value
- valid-syntax-with-attributes-multiple-lines
- valid-syntax-with-invalid-value
- valid-syntax-with-no-type-attribute
- valid-syntax-with-object-method-attribute
- valid-syntax-without-attributes
- without-plugin
- source-phase-imports
- attributes-declaration
- attributes-expression
- dynamic-import
- dynamic-import-no-createImportExpressions
- import-default-binding-source
- import-source
- import-source-binding-from
- import-source-binding-source
- no-named
- no-namespace
- jsx/basic/custom
- unary
- unary-paren
- tsc
- typescript
- custom
- dynamic-import-expr-ctx
- dynamic-import-top-level
- issue-535
- tsx-unary
- type-only/import
- aliased
- default
- specific
- type-only-specifier
- import/not-top-level
- import-assertions
- dynamic-import
- expr
- top
- stmt
- test1
- test2
- issue-1512/case1
- issue-2417
- issue-3241/1
- issue-3337
- issue-4296/1
- issue-6430
- issue-8308/1
- issue-913
- mts
- next/0001
- swc_ecma_preset_env/src
- swc_ecma_transforms_base/src/helpers
- swc_ecma_transforms_module/src
- swc_ecma_transforms_react/src/jsx
- swc_ecma_transforms_typescript/src
- swc_ecma_visit/src
- swc_estree_ast/src
- swc_estree_compat/src
- babelify
- swcify
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
371 files changed
+2436
-718
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
244 | 244 |
| |
245 | 245 |
| |
246 | 246 |
| |
| 247 | + | |
247 | 248 |
| |
248 | 249 |
| |
249 | 250 |
| |
| |||
645 | 646 |
| |
646 | 647 |
| |
647 | 648 |
| |
| 649 | + | |
648 | 650 |
| |
649 | 651 |
| |
650 | 652 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
304 | 304 |
| |
305 | 305 |
| |
306 | 306 |
| |
| 307 | + | |
307 | 308 |
| |
308 | 309 |
| |
309 | 310 |
| |
|
0 commit comments