swc/ecmascript/parser/tests
강동윤 ba0c7c908c
Improve swc_ecma_trnasforms (#127)
# swc_ecma_ast
 - Add PrivateName to Expr

# swc_ecma_parser
 - Fix parsing of private name

# swc_ecma_transforms

## Hygiene
 - It correctly tracks `BindingIdentifer` / `IdentifierReference`
 - Preserve `IdentiferReference` if it conflicts with a `BindingIdentifier`

## Block scoping
 - It correctly tracks `BindingIdentifer` / `IdentifierReference`


## Fixer
 - It removes useless parens.
 - It removes useless `IdentiferReference`s in comma expressions.

## Classes properties
 - public prooperty
 - private property

## Class decorators
 - implemented
2019-01-29 23:56:16 +09:00
..
jsx Typescript & parser for decorators 2019-01-07 19:43:47 +09:00
test262-error-references/fail Typescript & parser for decorators 2019-01-07 19:43:47 +09:00
test262-parser@8900484be1 ECMAScript parser (#1) 2018-01-12 16:53:06 +09:00
typescript Improve swc_ecma_trnasforms (#127) 2019-01-29 23:56:16 +09:00
typescript-errors Typescript & parser for decorators 2019-01-07 19:43:47 +09:00
jsx.rs Enable some assertions and fix ICE on release mode 2019-01-22 12:37:51 +09:00
test262.rs Allow stable rust (#118) 2019-01-17 23:17:16 +09:00
typescript.rs Allow stable rust (#118) 2019-01-17 23:17:16 +09:00