swc/ecmascript
강동윤 8cbbddb957
fix(es/parser): Recover from import.meta in scripts (#2042)
swc_ecma_parser:
 - Recover from `import.meta` in scripts. (#2041)
 - Allow `import.meta` when using `parse_program`.
2021-08-09 16:13:41 +00: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 fix(es/parser): Recover from import.meta in scripts (#2042) 2021-08-09 16:13:41 +00: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