swc/macros
강동윤 ea610c6ded
Typescript & parser for decorators
swc_atoms:
 - add some atoms

swc_ecma_ast:
 - ast nodes for typescript
 - `ClassMethod` -> `Method`, `ClassMethodKind` -> `MethodKind`
 - private class method / class property
 - use separate type for tagged template literals
 - add `declare` field to `Decl`s
 - make function body optional

swc_ecma_parser:
 - rename Type to TokenContext
 - support decorators
 Note: error reporting for invalid decorator is not implemented yet
 - merge `Config` into `Syntax`
 - Use DiagnosticBuilder for error type
This is to make backtracking cheaper.

swc_ecma_transforms:
 - add `strip` pass
2019-01-07 19:43:47 +09:00
..
ast_node Performance & Node binding (#84) 2018-12-21 16:54:36 +09:00
common Performance & Node binding (#84) 2018-12-21 16:54:36 +09:00
enum_kind Typescript & parser for decorators 2019-01-07 19:43:47 +09:00
string_enum Make procmacro2_semver_exempt optional (#67) 2018-11-18 19:57:35 +09:00