swc/tests
강동윤 0ac55ae68b
Improve ux for rust users (#909)
testing:
 - Remove dependency on relative_path

swc_common:
 - Span's byte positions are now self-contained and `GLOBALS` is not required while parsing.
 - Changed `Comments` into a trait.
 - Provide single-threaded implementation of `Comments`
 - Cargo feature `tty-emiiter` (To remove tty related stuffs )
 - Cargo feature `sourcemap` (To remove sourcemap for web assets)
 - Removed dependency on dashmap

swc_ecma_parser:
 - No duplicated comments.
 - Removed dependency on once_cell and regex
 - Add a test suite to visualize and test span of nodes.

swc_ecma_utils:
 - Removed dependency on parser

swc:
 - Remove dependency on derive_more and path-clean
 - Add multi-threaded implementation of `Comments`

swc_ecmascript:
 - A new crate contains `ast`, `codegen`, `parser`, `utils`, `visit`.
2020-07-31 18:49:07 +09:00
..
deno-unit Fix random panic (#876) 2020-07-02 13:10:44 +09:00
env preset-env (#537) 2019-12-28 11:25:54 +09:00
projects Implement more methods for codegen (#902) 2020-07-27 22:58:42 +09:00
serde Final groundwork for plugin (#474) 2019-11-30 11:12:34 +09:00
srcmap Handle input source map (#734) 2020-03-27 14:40:01 +09:00
swcrc_errors/simple Fix .swcrc (env and error message) (#784) 2020-05-19 20:24:00 +09:00
error_msg.rs spack: super-fast bundler (#825) 2020-06-13 23:09:45 +09:00
projects.rs Improve ux for rust users (#909) 2020-07-31 18:49:07 +09:00
serde.rs Improve ux for rust users (#909) 2020-07-31 18:49:07 +09:00
simple.rs Improve ux for rust users (#909) 2020-07-31 18:49:07 +09:00
source_map_inline.js Fix bugs (#718) 2020-03-13 23:34:36 +09:00
source_map.js Validate sourcemap (#669) 2020-02-16 16:51:42 +09:00
source_map.rs spack: super-fast bundler (#825) 2020-06-13 23:09:45 +09:00