swc/ecmascript/transforms/src
Bartek Iwańczuk 9cb32cbb75
fix: readonly is not stripped from private prop (#916)
swc_ecma_codegen:
 - Fix printing logic of literals and template literals
 - Fix printing of hex

swc_ecma_parser:
 - Track raw string correctly

swc_ecma_transforms:
 - typescript: Handle class properties (readonly)
 - typescript: Handle enums inside function

Co-authored-by: 강동윤 <kdy1997.dev@gmail.com>
2020-07-30 22:40:43 +09:00
..
compat Store span of ?. in an optional chaining expression (#907) 2020-07-28 02:15:04 +09:00
debug Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
helpers Legacy decorator for class and class members (#531) 2019-12-25 19:30:16 +09:00
hygiene Improve ux using swc as a rust library (#893) 2020-07-25 20:26:04 +09:00
modules Improve ux using swc as a rust library (#893) 2020-07-25 20:26:04 +09:00
optimization Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
proposals Fix decorators (#899) 2020-07-26 17:07:24 +09:00
react Improve ux using swc as a rust library (#893) 2020-07-25 20:26:04 +09:00
resolver Fix class hygiene issue related to class properties (#892) 2020-07-24 22:02:29 +09:00
compat.rs ES2020 (#855) 2020-06-20 15:09:57 +09:00
const_modules.rs Improve ux using swc as a rust library (#893) 2020-07-25 20:26:04 +09:00
debug.rs use 2018 edition syntax (#479) 2019-12-02 17:10:05 +09:00
ext.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
fixer.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
helpers.rs Improve ux using swc as a rust library (#893) 2020-07-25 20:26:04 +09:00
hygiene.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
lib.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
macros.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
modules.rs Split tests to reduce compile time (#530) 2019-12-24 22:53:48 +09:00
optimization.rs Improve optimizer (#660) 2020-02-13 11:45:14 +09:00
pass.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
proposals.rs ES2020 (#855) 2020-06-20 15:09:57 +09:00
quote.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
react.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
resolver.rs Fix bugs (#901) 2020-07-27 20:21:52 +09:00
scope.rs preset-env (#537) 2019-12-28 11:25:54 +09:00
tests.rs Improve ux using swc as a rust library (#893) 2020-07-25 20:26:04 +09:00
typescript.rs fix: readonly is not stripped from private prop (#916) 2020-07-30 22:40:43 +09:00