File tree
515 files changed
+12048
-844
lines changed- crates
- swc/src
- swc_bundler/src/bundler
- chunk
- import
- swc_ecma_ast/src
- swc_ecma_codegen
- src
- tests/fixture/issues/3110
- swc_ecma_dep_graph/src
- swc_ecma_minifier/src/pass
- swc_ecma_parser
- src
- parser
- stmt
- tests
- js
- import-assertions
- dynamic-import-with-valid-syntax
- import-assert-call-expression
- string-literal
- trailing-comma
- trailing-comma-dynamic
- valid-empty-assertion
- valid-export-class
- valid-export-function
- valid-export-variable
- valid-export-without-from
- valid-string-assertion-key
- valid-syntax-export-star-as-with-attributes
- valid-syntax-export-star-with-attributes
- valid-syntax-export-with-and-attributes-multiple-lines
- valid-syntax-export-with-attributes
- valid-syntax-export-with-attributes-and-value
- valid-syntax-export-with-invalid-value
- valid-syntax-export-with-no-type-attribute
- valid-syntax-export-with-object-method-attribute
- valid-syntax-export-without-attributes
- 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
- with-import-attributes
- without-plugin
- import-assertions-with-keyword
- dynamic-import-with-valid-syntax
- string-literal
- trailing-comma
- trailing-comma-dynamic
- valid-empty-assertion
- valid-export-class
- valid-export-function
- valid-export-variable
- valid-export-without-from
- valid-string-assertion-key
- valid-syntax-export-star-as-with-assertions
- valid-syntax-export-star-with-assertions
- valid-syntax-export-with-and-assertions-multiple-lines
- valid-syntax-export-with-assertions
- valid-syntax-export-with-assertions-and-value
- valid-syntax-export-with-invalid-value
- valid-syntax-export-with-no-type-assertion
- valid-syntax-export-with-object-method-assertion
- valid-syntax-export-without-assertions
- 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-export-class
- valid-export-function
- valid-export-variable
- valid-export-without-from
- valid-string-attribute-key
- valid-syntax-export-star-as-with-attributes
- valid-syntax-export-star-with-attributes
- valid-syntax-export-with-and-attributes-multiple-lines
- valid-syntax-export-with-attributes
- valid-syntax-export-with-attributes-and-value
- valid-syntax-export-with-invalid-value
- valid-syntax-export-with-no-type-attribute
- valid-syntax-export-with-object-method-attribute
- valid-syntax-export-without-attributes
- 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-export-class
- valid-export-function
- valid-export-variable
- valid-export-without-from
- valid-string-attribute-key
- valid-syntax-export-star-as-with-attributes
- valid-syntax-export-star-with-attributes
- valid-syntax-export-with-and-attributes-multiple-lines
- valid-syntax-export-with-attributes
- valid-syntax-export-with-attributes-and-value
- valid-syntax-export-with-invalid-value
- valid-syntax-export-with-no-type-attribute
- valid-syntax-export-with-object-method-attribute
- valid-syntax-export-without-attributes
- 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
- jsx/basic/custom
- unary
- unary-paren
- tsc
- typescript
- custom
- issue-196-02
- issue-535
- tsx-unary
- type-only
- export
- aliased
- specific
- type-only-specifier
- import
- aliased
- default
- specific
- type-only-specifier
- export/namespace-from
- import/not-top-level
- import-assertions
- export
- test1
- test2
- test3
- stmt
- test1
- test2
- issue-1441
- issue-1512/case1
- issue-2417
- issue-3241/1
- issue-3337
- issue-4296/1
- issue-6430
- issue-913
- mts
- next/0001
- swc_ecma_preset_env/src
- swc_ecma_quote_macros/src/ast
- swc_ecma_transforms_base/src
- helpers
- rename
- swc_ecma_transforms_compat/src
- es2015/classes
- es2018
- es2020
- es2022/class_properties
- es3
- swc_ecma_transforms_proposal
- src
- decorators
- legacy
- tests
- swc_ecma_transforms_react/src/jsx
- swc_ecma_transforms_typescript
- src
- tests
- 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.
515 files changed
+12048
-844
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1110 | 1110 |
| |
1111 | 1111 |
| |
1112 | 1112 |
| |
1113 |
| - | |
| 1113 | + | |
1114 | 1114 |
| |
1115 | 1115 |
| |
1116 | 1116 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
87 |
| - | |
| 87 | + | |
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
|
0 commit comments