mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 22:56:11 +03:00
8c7005d7ab
swc: - Move tests from node-swc to swc - Add integration tests (webpack, rxjs, angular-core) - Support `exclude` swc_ecma_transforms: - More span validation - classes: - Strip `TsIndexSignature` swc_ecma_parser: - Fix span of member expression - Fix span of binary expression - Fix span of unary expression
11 lines
162 B
Plaintext
11 lines
162 B
Plaintext
{
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "ecmascript",
|
|
"jsx": true
|
|
}
|
|
},
|
|
"module": {
|
|
"type": "commonjs"
|
|
}
|
|
} |