swc/ecmascript
Sosuke Suzuki 4ead801295
refactor(es/parser): Cleanup (#2033)
swc_ecma_parser:
 - Use `tok!` macro.
2021-08-09 23:21:43 +09:00
..
ast fix(es): Fix bugs (#2004) 2021-08-04 04:58:10 +00:00
codegen fix(es/minifier): Fix bugs and implement more rules (#2032) 2021-08-08 14:19:04 +00:00
dep-graph feat(es/parser): Report an error for import.meta in script (#1999) 2021-08-04 14:38:07 +09:00
ext-transforms feat(es/parser): Report an error for import.meta in script (#1999) 2021-08-04 14:38:07 +09:00
jsdoc feat(es/parser): Report an error for import.meta in script (#1999) 2021-08-04 14:38:07 +09:00
loader fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
minifier fix(es/minifier): Fix bugs and implement more rules (#2032) 2021-08-08 14:19:04 +00:00
parser refactor(es/parser): Cleanup (#2033) 2021-08-09 23:21:43 +09:00
preset-env feat(es/parser): Report an error for import.meta in script (#1999) 2021-08-04 14:38:07 +09:00
src feat(swc): Improve swc as a crate (#2026) 2021-08-07 02:41:50 +09:00
transforms fix(swc): Fix bugs (#2034) 2021-08-09 07:38:46 +00:00
utils fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
visit fix(es/minifier): Improve output of minifier (#1990) 2021-08-04 00:52:47 +09:00
Cargo.toml feat(swc): Improve swc as a crate (#2026) 2021-08-07 02:41:50 +09:00