swc/ecmascript/transforms
강동윤 97269a37b9
fix(swc): Fix bugs for v1.2.50 (#1444)
swc:
 - Respect `react` config.

swc_ecma_transforms_compat:
 - `export-namespace-from`: Preserve `use strict`. (#1423)

swc_ecma_transforms_module:
 - Inject `use strict` before imports. (#1423)

swc_ecma_transforms_proposal:
 - Emit metadata for literal types. (#1421)
2021-03-03 20:39:02 +09:00
..
base fix(es/parser): Fix lexing of template literals. (#1450) 2021-03-03 17:46:36 +09:00
compat fix(swc): Fix bugs for v1.2.50 (#1444) 2021-03-03 20:39:02 +09:00
macros Fix a number of typos (#1412) 2021-02-20 15:18:09 +09:00
module fix(swc): Fix bugs for v1.2.50 (#1444) 2021-03-03 20:39:02 +09:00
optimization fix(es/parser): Fix lexing of template literals. (#1450) 2021-03-03 17:46:36 +09:00
proposal fix(swc): Fix bugs for v1.2.50 (#1444) 2021-03-03 20:39:02 +09:00
react fix(es/parser): Fix lexing of template literals. (#1450) 2021-03-03 17:46:36 +09:00
scripts Add more tests (#489) 2019-12-09 21:02:51 +09:00
src feat(ecmascript/transforms): Split into multiple crates. (#1311) 2021-01-05 14:29:52 +09:00
testing fix(es/parser): Fix lexing of template literals. (#1450) 2021-03-03 17:46:36 +09:00
tests fix(swc): Fix bugs for v1.2.50 (#1444) 2021-03-03 20:39:02 +09:00
typescript fix(es/parser): Fix lexing of template literals. (#1450) 2021-03-03 17:46:36 +09:00
Cargo.toml fix(es/parser): Fix lexing of template literals. (#1450) 2021-03-03 17:46:36 +09:00
package.json Implement more methods for codegen (#902) 2020-07-27 22:58:42 +09:00