swc/ecmascript/parser
강동윤 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
..
benches .swcrc file for configuration (#115) 2019-01-08 16:34:35 +09:00
macros Make procmacro2_semver_exempt optional 2019-01-09 09:46:38 +09:00
src Allow stable rust (#118) 2019-01-17 23:17:16 +09:00
tests Allow stable rust (#118) 2019-01-17 23:17:16 +09:00
Cargo.toml Allow stable rust (#118) 2019-01-17 23:17:16 +09:00
colors.js Performance & Node binding (#84) 2018-12-21 16:54:36 +09:00