swc/ecmascript/transforms/tests
강동윤 a1d33d023a
Improve ux using swc as a rust library (#893)
swc_ecma_parser:
 - Improve parser's error reporting story
 - Replace `Session`, `Handler`, `Emitter` with Parser.take_errors()
 - Expose `Error`
 - Remove useless lifetime parameters
2020-07-25 20:26:04 +09:00
..
common Improve ux using swc as a rust library (#893) 2020-07-25 20:26:04 +09:00
es2015_arrow.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
es2015_classes.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
es2015_computed_props.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
es2015_destructuring.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
es2015_duplicated_keys.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
es2015_for_of.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
es2015_function_name.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
es2015_parameters.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
es2015_regenerator.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
es2015_spread.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
es2015_template_literals.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
es2017_async_to_generator.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
es2018_object_rest_spread.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
es2020_optional_chaining.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
fixer_test262.rs Improve ux using swc as a rust library (#893) 2020-07-25 20:26:04 +09:00
modules_amd.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
modules_common_js.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
modules_umd.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
optimization_const_modules.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
optimization_simplify_dce.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
optimization_simplify_inlining.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
optimization_simplify.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
proposal_class_properties.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
proposal_decorators.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
proposal_export.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
typescript_strip.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00