swc/ecmascript
Sosuke Suzuki 8a39c1db97
fix(es/parser): Use correct error message (#2025)
swc_ecma_parser:
 - Use correct error message for import statements in a script.
2021-08-07 16:43:23 +09:00
..
ast fix(es): Fix bugs (#2004) 2021-08-04 04:58:10 +00:00
codegen fix(es): Fix codegen & minifier (#2006) 2021-08-04 10:27:17 +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): Fix codegen & minifier (#2006) 2021-08-04 10:27:17 +00:00
parser fix(es/parser): Use correct error message (#2025) 2021-08-07 16:43:23 +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 feat(swc): Improve swc as a crate (#2026) 2021-08-07 02:41:50 +09: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