swc/common
강동윤 1d0c78de6c
More works (#66)
ecma_transforms:
 - implement es2015::instanceof
 - implement es2015::typeof_symbol
 - implement inline_globals pass

ecma_parser:
 - `PResult<T>` is now `Result<T, ()>` and `Err(())` means that an error is emitted.
 - add docs
2018-11-18 14:00:07 +09:00
..
examples Ecmascript codegen (#40) 2018-10-25 13:17:05 +09:00
src Make it thread safe 2018-11-17 17:02:34 +09:00
Cargo.toml More works (#66) 2018-11-18 14:00:07 +09:00