swc/ecmascript/transforms
강동윤 eb2a2a7f15
Fix tests and lints (#44)
- Temporarilly ignored comment codegen tests.
 - Split Simplify into SimplifyExpr and SimplifyStmt
 - fix lints
2018-11-05 13:12:52 +09:00
..
src Fix tests and lints (#44) 2018-11-05 13:12:52 +09:00
Cargo.toml Compiler baseline 2018-11-03 16:56:43 +09:00
README.md Compiler baseline 2018-11-03 16:56:43 +09:00

Babel packages to port

  • babel-helper-bindify-decorators
  • babel-helper-builder-binary-assignment-operator-visitor
  • babel-helper-call-delegate
  • babel-helper-define-map
  • babel-helper-explode-assignable-expression
  • babel-helper-explode-class
  • babel-helper-fixtures
  • babel-helper-function-name
  • babel-helper-get-function-arity
  • babel-helper-hoist-variables
  • babel-helper-module-imports
  • babel-helper-module-transforms
  • babel-helper-optimise-call-expression
  • babel-helper-plugin-test-runner
  • babel-helper-regex
  • babel-helper-remap-async-to-generator
  • babel-helper-replace-supers
  • babel-helper-simple-access
  • babel-helper-wrap-function
  • babel-helpers
  • babel-plugin-check-constants
  • babel-plugin-external-helpers
  • babel-plugin-transform-arrow-functions
  • babel-plugin-transform-async-to-generator
  • babel-plugin-transform-block-scoped-functions
  • babel-plugin-transform-block-scoping
  • babel-plugin-transform-classes
  • babel-plugin-transform-computed-properties
  • babel-plugin-transform-destructuring
  • babel-plugin-transform-dotall-regex
  • babel-plugin-transform-duplicate-keys
  • babel-plugin-transform-for-of
  • babel-plugin-transform-function-name
  • babel-plugin-transform-instanceof
  • babel-plugin-transform-jscript
  • babel-plugin-transform-member-expression-literals
  • babel-plugin-transform-modules-amd
  • babel-plugin-transform-modules-commonjs
  • babel-plugin-transform-modules-systemjs
  • babel-plugin-transform-modules-umd
  • babel-plugin-transform-new-target
  • babel-plugin-transform-object-assign
  • babel-plugin-transform-object-set-prototype-of-to-assign
  • babel-plugin-transform-object-super
  • babel-plugin-transform-parameters
  • babel-plugin-transform-property-literals
  • babel-plugin-transform-property-mutators
  • babel-plugin-transform-proto-to-assign
  • babel-plugin-transform-regenerator
  • babel-plugin-transform-reserved-words
  • babel-plugin-transform-strict-mode
  • babel-plugin-transform-template-literals
  • babel-plugin-transform-typeof-symbol
  • babel-plugin-transform-unicode-regex
  • babel-template