swc/ecmascript/transforms
강동윤 9dabf00200
fix(es): Fix bugs (#1395)
swc_ecma_codegen:
 - Implement `emit_ts_type_assertion`.
 - Implement `emit_ts_type_cast_expr`. 
 - Implement `emit_ts_ns_export_decl`.
 - Implement `emit_ts_signature_decl`.

swc_ecma_parser:
 - Ensure that we report an error for invalid input. (#1391)

swc_ecma_transforms_base:
 - fixer: Handle `await (await foo)()`. (#1397)
2021-02-14 22:18:05 +09:00
..
base fix(es): Fix bugs (#1395) 2021-02-14 22:18:05 +09:00
compat feat(es/parser): Allow to look at the kind of an error (#1396) 2021-02-14 16:49:28 +09:00
macros feat(ecmascript/transforms): Split into multiple crates. (#1311) 2021-01-05 14:29:52 +09:00
module feat(es/parser): Allow to look at the kind of an error (#1396) 2021-02-14 16:49:28 +09:00
optimization feat(es/parser): Allow to look at the kind of an error (#1396) 2021-02-14 16:49:28 +09:00
proposal feat(es/parser): Allow to look at the kind of an error (#1396) 2021-02-14 16:49:28 +09:00
react feat(es/parser): Allow to look at the kind of an error (#1396) 2021-02-14 16:49:28 +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 feat(es/parser): Allow to look at the kind of an error (#1396) 2021-02-14 16:49:28 +09:00
tests fix(es): Fix bugs (#1347) 2021-01-23 15:46:42 +09:00
typescript feat(es/parser): Allow to look at the kind of an error (#1396) 2021-02-14 16:49:28 +09:00
Cargo.toml feat(es/parser): Allow to look at the kind of an error (#1396) 2021-02-14 16:49:28 +09:00
package.json Implement more methods for codegen (#902) 2020-07-27 22:58:42 +09:00