swc/ecmascript/parser/tests
강동윤 eebf14fbef
Allow stable rust (#118)
This pr introduces some cargo features. For `swc_common` and `swc_ecma_ast`, it introduces a feature flag `fold`.
`Fold` and `Visit` traits exist only if the feature is enabled.

For `swc_ecma_parser`, flag called `verify` is added. When disabled, we skip checking of validity of some expressions.

e.g. `{foo = bar}`

Verification is disabled by default it requires nightly compiler
2019-01-17 23:17: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 Typescript & parser for decorators 2019-01-07 19:43:47 +09:00
typescript-errors Typescript & parser for decorators 2019-01-07 19:43:47 +09:00
jsx.rs Allow stable rust (#118) 2019-01-17 23:17:16 +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