swc/ecmascript/ast/src
강동윤 28bb61fb8d
fix(swc): Fix bugs (#1624)
spack:
 - Add ability to exclude module from the bundle. (#1385)

swc_ecma_ast:
 - Make `Param.decorators` optional. (#1603).

swc_ecma_transforms_compat:
 - Fix super calls in seq exprs in a class. (#1617)

swc_ecma_transforms_module:
- `common_js`: Fix dynamic imports. (#1614)

swc_ecma_transforms_typescript:
 - Fix common js imports. (#1593)
2021-04-30 06:25:24 +00:00
..
class.rs feat(es): Support override syntax in class for TS 4.3 (#1541) 2021-04-06 17:06:18 +00:00
decl.rs Fix a number of typos (#1412) 2021-02-20 15:18:09 +09:00
expr.rs refactor(es/ast): Change TaggedTpl to have a Tpl (#1114) 2021-03-25 20:09:36 +09:00
function.rs fix(swc): Fix bugs (#1624) 2021-04-30 06:25:24 +00:00
ident.rs fix(es): Improve performance (#1411) 2021-02-19 15:34:22 +09:00
jsx.rs Fix a number of typos (#1412) 2021-02-20 15:18:09 +09:00
lib.rs fix(es/ast): Remove TsSignatureDecl (#1531) 2021-04-04 20:12:17 +09:00
lit.rs fix(es/ast): Fix EqIgnoreSpan (#1360) 2021-01-25 18:14:34 +09:00
macros.rs Parser for TypeScript 4.0 (#867) 2020-06-29 16:23:33 +09:00
module_decl.rs feat(es/transforms/react): Support fast refresh (#1524) 2021-03-31 22:14:47 +09:00
module.rs feat(ecmascript/ast): Add EqIgnoreSpan and TypeEq (#1295) 2020-12-27 13:11:44 +09:00
operators.rs feat(ecmascript): Remove macros (#1319) 2021-01-05 21:39:24 +09:00
pat.rs Fix a number of typos (#1412) 2021-02-20 15:18:09 +09:00
prop.rs feat(ecmascript/ast): Add EqIgnoreSpan and TypeEq (#1295) 2020-12-27 13:11:44 +09:00
stmt.rs feat(ecmascript/ast): Add EqIgnoreSpan and TypeEq (#1295) 2020-12-27 13:11:44 +09:00
typescript.rs fix(es/ast): Remove TsSignatureDecl (#1531) 2021-04-04 20:12:17 +09:00