swc/ecmascript
강동윤 1b9584cfc0
fix(swc): Fix bugs (#2067)
swc_ecma_transforms_compat:
 - Fix optional chaining. (#2063)

node/swc:
 - Fix definition of `ImportDeclaration`. (#2059)

testing:
 - Allow using `testing` with stable `rustc`.

testing_macros:
 - Add `#[inline(never)]`.
2021-08-13 10:57:25 +00:00
..
ast fix(swc): Fix bugs (#2067) 2021-08-13 10:57:25 +00:00
codegen fix(bundler): Prepare renaming of bundler (#2066) 2021-08-13 10:03: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 perf(node/swc): Use mimalloc (#2068) 2021-08-13 18:39:13 +09:00
loader fix(bundler): Prepare renaming of bundler (#2066) 2021-08-13 10:03:04 +00:00
minifier fix(bundler): Prepare renaming of bundler (#2066) 2021-08-13 10:03:04 +00:00
parser fix(bundler): Prepare renaming of bundler (#2066) 2021-08-13 10:03:04 +00:00
preset-env fix(bundler): Prepare renaming of bundler (#2066) 2021-08-13 10:03:04 +00:00
src feat(swc): Improve swc as a crate (#2026) 2021-08-07 02:41:50 +09:00
transforms fix(swc): Fix bugs (#2067) 2021-08-13 10:57:25 +00:00
utils fix(bundler): Prepare renaming of bundler (#2066) 2021-08-13 10:03:04 +00:00
visit fix(es/minifier): Improve output of minifier (#1990) 2021-08-04 00:52:47 +09:00
Cargo.toml feat(bundler): Support paths (#2054) 2021-08-12 14:30:49 +09:00