From 15969a09046a50ae2ae0503725b7fb00cdd7137f Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 8 Nov 2015 23:04:10 -0800 Subject: [PATCH] move all plugin tests out of babel-core and into their appropriate folders --- .../es6.modules-amd/module-name/expected.js | 5 ----- packages/babel-helper-plugin-test-runner/.npmignore | 3 +++ packages/babel-helper-plugin-test-runner/README.md | 1 + .../babel-helper-plugin-test-runner/package.json | 12 ++++++++++++ .../babel-helper-plugin-test-runner/src/index.js | 7 +++++++ .../src/index.js | 1 + .../babel-plugin-external-helpers-2/package.json | 3 +++ .../babel-plugin-syntax-async-functions/package.json | 5 ++++- .../package.json | 3 +++ .../package.json | 3 +++ .../package.json | 5 ++++- packages/babel-plugin-syntax-decorators/package.json | 5 ++++- .../babel-plugin-syntax-do-expressions/package.json | 5 ++++- .../package.json | 5 ++++- .../package.json | 5 ++++- packages/babel-plugin-syntax-flow/package.json | 5 ++++- .../babel-plugin-syntax-function-bind/package.json | 5 ++++- packages/babel-plugin-syntax-jsx/package.json | 5 ++++- .../package.json | 5 ++++- .../package.json | 5 ++++- .../arrow-function/actual.js | 0 .../arrow-function/expected.js | 0 .../trailing-function-commas}/call/actual.js | 0 .../trailing-function-commas}/call/expected.js | 0 .../trailing-function-commas}/declaration/actual.js | 0 .../declaration/expected.js | 0 .../new-expression/actual.js | 0 .../new-expression/expected.js | 0 .../fixtures/trailing-function-commas}/options.json | 0 .../test/index.js | 1 + .../package.json | 5 ++++- .../package.json | 5 ++++- .../fixtures}/async-to-generator/async/actual.js | 0 .../fixtures}/async-to-generator/async/expected.js | 0 .../async-to-generator/expression/actual.js | 0 .../async-to-generator/expression/expected.js | 0 .../async-to-generator/named-expression/actual.js | 0 .../async-to-generator/named-expression/expected.js | 0 .../no-parameters-and-no-id/actual.js | 0 .../no-parameters-and-no-id/expected.js | 0 .../async-to-generator/object-method/actual.js | 0 .../async-to-generator/object-method/expected.js | 0 .../test/fixtures}/async-to-generator/options.json | 0 .../async-to-generator/parameters/actual.js | 0 .../async-to-generator/parameters/expected.js | 0 .../fixtures}/async-to-generator/statement/actual.js | 0 .../async-to-generator/statement/expected.js | 0 .../test/index.js | 1 + .../package.json | 5 ++++- .../bluebird-coroutines/arrow-function/actual.js | 0 .../bluebird-coroutines/arrow-function/expected.js | 0 .../fixtures}/bluebird-coroutines/class/actual.js | 0 .../fixtures}/bluebird-coroutines/class/expected.js | 0 .../fixtures}/bluebird-coroutines/class/options.json | 0 .../bluebird-coroutines/expression/actual.js | 0 .../bluebird-coroutines/expression/expected.js | 0 .../bluebird-coroutines/named-expression/actual.js | 0 .../bluebird-coroutines/named-expression/expected.js | 0 .../test/fixtures}/bluebird-coroutines/options.json | 0 .../bluebird-coroutines/statement/actual.js | 0 .../bluebird-coroutines/statement/expected.js | 0 .../test/index.js | 1 + .../package.json | 3 +++ .../class-constructor-call}/declaration-exec/exec.js | 0 .../declaration-exec/options.json | 0 .../class-constructor-call}/declaration/actual.js | 0 .../class-constructor-call}/declaration/expected.js | 0 .../class-constructor-call}/export-default/actual.js | 0 .../export-default/expected.js | 0 .../expression-completion-record/actual.js | 0 .../expression-completion-record/expected.js | 0 .../class-constructor-call}/expression-exec/exec.js | 0 .../expression-exec/options.json | 0 .../class-constructor-call}/expression/actual.js | 0 .../class-constructor-call}/expression/expected.js | 0 .../fixtures/class-constructor-call}/none/actual.js | 0 .../class-constructor-call}/none/expected.js | 0 .../fixtures/class-constructor-call}/options.json | 0 .../test/index.js | 1 + .../package.json | 5 ++++- .../constructor-collision/actual.js | 0 .../constructor-collision/expected.js | 0 .../fixtures/class-properties}/derived/actual.js | 0 .../fixtures/class-properties}/derived/expected.js | 0 .../class-properties}/instance-undefined/actual.js | 0 .../class-properties}/instance-undefined/expected.js | 0 .../fixtures/class-properties}/instance/actual.js | 0 .../fixtures/class-properties}/instance/expected.js | 0 .../test/fixtures/class-properties}/options.json | 0 .../class-properties}/static-undefined/actual.js | 0 .../class-properties}/static-undefined/exec.js | 0 .../class-properties}/static-undefined/expected.js | 0 .../test/fixtures/class-properties}/static/actual.js | 0 .../test/fixtures/class-properties}/static/exec.js | 0 .../fixtures/class-properties}/static/expected.js | 0 .../class-properties}/super-expression/actual.js | 0 .../class-properties}/super-expression/expected.js | 0 .../class-properties}/super-statement/actual.js | 0 .../class-properties}/super-statement/expected.js | 0 .../test/index.js | 1 + .../babel-plugin-transform-decorators/package.json | 5 ++++- .../test/fixtures/.decorators}/class-decorator.js | 0 .../test/fixtures/.decorators}/getters.js | 0 .../initialised-property-declarations.js | 0 .../.decorators}/initialised-static-properties.js | 0 .../initialized-properties-in-object-literals.js | 0 .../test/fixtures/.decorators}/methods.js | 0 .../test/fixtures/.decorators}/options.json | 0 .../.decorators}/uninitialized-field-declaration.js | 0 .../uninitialized-properties-in-object-literals.js | 0 .../.decorators}/unitialised-static-properties.js | 0 .../babel-plugin-transform-decorators/test/index.js | 1 + .../package.json | 5 ++++- .../test/fixtures/do-expressions}/do-while.js | 0 .../test/fixtures/do-expressions}/empty.js | 0 .../test/fixtures/do-expressions}/for-in.js | 0 .../test/fixtures/do-expressions}/for.js | 0 .../test/fixtures/do-expressions}/if-else-if.js | 0 .../test/fixtures/do-expressions}/if-else.js | 0 .../test/fixtures/do-expressions}/if.js | 0 .../test/fixtures/do-expressions}/options.json | 0 .../fixtures/do-expressions}/single-expression.js | 0 .../do-expressions}/variable-declaration-end.js | 0 .../do-expressions}/variable-declaration-start.js | 0 .../test/fixtures/do-expressions}/while.js | 0 .../test/index.js | 1 + .../package.json | 5 ++++- .../fixtures/arrow-functions}/arguments/actual.js | 0 .../fixtures/arrow-functions}/arguments/expected.js | 0 .../arrow-functions}/default-parameters/actual.js | 0 .../arrow-functions}/default-parameters/expected.js | 0 .../destructuring-parameters/actual.js | 0 .../destructuring-parameters/expected.js | 0 .../destructuring-parameters/options.json | 0 .../arrow-functions}/empty-arguments/actual.js | 0 .../arrow-functions}/empty-arguments/expected.js | 0 .../fixtures/arrow-functions}/empty-block/actual.js | 0 .../arrow-functions}/empty-block/expected.js | 0 .../fixtures/arrow-functions}/expression/actual.js | 0 .../fixtures/arrow-functions}/expression/expected.js | 0 .../fixtures/arrow-functions}/inside-call/actual.js | 0 .../arrow-functions}/inside-call/expected.js | 0 .../arrow-functions}/multiple-arguments/actual.js | 0 .../arrow-functions}/multiple-arguments/expected.js | 0 .../test/fixtures/arrow-functions}/nested/actual.js | 0 .../fixtures/arrow-functions}/nested/expected.js | 0 .../test/fixtures/arrow-functions}/options.json | 0 .../arrow-functions}/paran-insertion/actual.js | 0 .../arrow-functions}/paran-insertion/expected.js | 0 .../arrow-functions}/single-argument/actual.js | 0 .../arrow-functions}/single-argument/expected.js | 0 .../test/fixtures/arrow-functions}/spec/actual.js | 0 .../test/fixtures/arrow-functions}/spec/expected.js | 0 .../test/fixtures/arrow-functions}/spec/options.json | 0 .../fixtures/arrow-functions}/statement/actual.js | 0 .../fixtures/arrow-functions}/statement/expected.js | 0 .../test/fixtures/arrow-functions}/this/actual.js | 0 .../test/fixtures/arrow-functions}/this/expected.js | 0 .../test/index.js | 1 + .../package.json | 5 ++++- .../package.json | 5 ++++- .../test/fixtures/.fail}/assignment.js | 0 .../test/fixtures/.fail}/call-2.js | 0 .../test/fixtures/.fail}/call-3.js | 0 .../test/fixtures/.fail}/call.js | 0 .../test/fixtures/.fail}/defaults.js | 0 .../test/fixtures/.fail}/destructuring.js | 0 .../test/fixtures/.fail}/export.js | 0 .../test/fixtures/.fail}/options.json | 0 .../test/fixtures/.fail}/update.js | 0 .../test/fixtures/exec}/block-scoped-2.js | 0 .../test/fixtures/exec}/block-scoped.js | 0 .../test/fixtures/exec}/closure-wrap-collision.js | 0 .../test/fixtures/exec}/collision-for.js | 0 .../test/fixtures/exec}/destructuring-defaults.js | 0 .../test/fixtures/exec}/duplicate-function-scope.js | 0 .../test/fixtures/exec}/for-continuation.js | 0 .../test/fixtures/exec}/for-loop-head.js | 0 .../test/fixtures/exec}/label.js | 0 .../test/fixtures/exec}/multiple.js | 0 .../test/fixtures/exec}/nested-labels-2.js | 0 .../test/fixtures/exec}/nested-labels-3.js | 0 .../test/fixtures/exec}/nested-labels-4.js | 0 .../test/fixtures/exec}/nested-labels.js | 0 .../test/fixtures/exec}/options.json | 0 .../test/fixtures/exec}/switch-break.js | 0 .../fixtures/general}/assignment-patterns/actual.js | 0 .../general}/assignment-patterns/expected.js | 0 .../general}/for-break-continue-return/actual.js | 0 .../general}/for-break-continue-return/expected.js | 0 .../test/fixtures/general}/for-break/actual.js | 0 .../test/fixtures/general}/for-break/expected.js | 0 .../fixtures/general}/for-continuation/actual.js | 0 .../fixtures/general}/for-continuation/expected.js | 0 .../test/fixtures/general}/for-continue/actual.js | 0 .../test/fixtures/general}/for-continue/expected.js | 0 .../fixtures/general}/for-return-undefined/actual.js | 0 .../general}/for-return-undefined/expected.js | 0 .../test/fixtures/general}/for-return/actual.js | 0 .../test/fixtures/general}/for-return/expected.js | 0 .../test/fixtures/general}/function/actual.js | 0 .../test/fixtures/general}/function/expected.js | 0 .../test/fixtures/general}/hoisting/actual.js | 0 .../test/fixtures/general}/hoisting/expected.js | 0 .../test/fixtures/general}/hoisting/options.json | 0 .../test/fixtures/general}/issue-1051/actual.js | 0 .../test/fixtures/general}/issue-1051/expected.js | 0 .../test/fixtures/general}/issue-2174/actual.js | 0 .../test/fixtures/general}/issue-2174/expected.js | 0 .../test/fixtures/general}/issue-973/actual.js | 0 .../test/fixtures/general}/issue-973/expected.js | 0 .../test/fixtures/general}/jsx-identifier/actual.js | 0 .../fixtures/general}/jsx-identifier/expected.js | 0 .../general}/loop-initializer-default/actual.js | 0 .../general}/loop-initializer-default/expected.js | 0 .../test/fixtures/general}/options.json | 0 .../test/fixtures/general}/program/actual.js | 0 .../test/fixtures/general}/program/expected.js | 0 .../test/fixtures/general}/switch/actual.js | 0 .../test/fixtures/general}/switch/expected.js | 0 .../general}/wrap-closure-shadow-variables/actual.js | 0 .../wrap-closure-shadow-variables/expected.js | 0 .../test/fixtures/pass}/assignment.js | 0 .../test/fixtures/pass}/call.js | 0 .../test/fixtures/pass}/defaults.js | 0 .../test/fixtures/pass}/destructuring.js | 0 .../test/fixtures/pass}/export.js | 0 .../test/fixtures/pass}/options.json | 0 .../test/fixtures/pass}/update.js | 0 .../test/index.js | 1 + .../package.json | 5 ++++- .../test/fixtures/exec}/declaration-binding.js | 0 .../test/fixtures/exec}/expression-binding.js | 0 .../test/fixtures/exec}/options.json | 0 .../fixtures/exec}/retain-no-call-on-reassign.js | 0 .../test/fixtures/exec}/shadow-container.js | 0 .../test/fixtures/exec}/super-change-proto.js | 0 .../test/fixtures/exec}/super-return.js | 0 .../fixtures/loose}/accessing-super-class/actual.js | 0 .../loose}/accessing-super-class/expected.js | 0 .../loose}/accessing-super-properties/actual.js | 0 .../loose}/accessing-super-properties/expected.js | 0 .../loose}/calling-super-properties/actual.js | 0 .../loose}/calling-super-properties/expected.js | 0 .../test/fixtures/loose}/constructor-order/actual.js | 0 .../fixtures/loose}/constructor-order/expected.js | 0 .../test/fixtures/loose}/literal-key/actual.js | 0 .../test/fixtures/loose}/literal-key/expected.js | 0 .../test/fixtures/loose}/options.json | 0 .../super-class-id-member-expression/actual.js | 0 .../super-class-id-member-expression/expected.js | 0 .../test/fixtures/loose}/super-class/actual.js | 0 .../test/fixtures/loose}/super-class/expected.js | 0 .../loose}/super-function-fallback/actual.js | 0 .../loose}/super-function-fallback/expected.js | 0 .../fixtures/spec}/accessing-super-class/actual.js | 0 .../fixtures/spec}/accessing-super-class/expected.js | 0 .../spec}/accessing-super-properties/actual.js | 0 .../spec}/accessing-super-properties/expected.js | 0 .../spec}/calling-super-properties/actual.js | 0 .../spec}/calling-super-properties/expected.js | 0 .../test/fixtures/spec}/computed-methods/actual.js | 0 .../test/fixtures/spec}/computed-methods/exec.js | 0 .../test/fixtures/spec}/computed-methods/expected.js | 0 .../spec}/constructor-binding-collision/actual.js | 0 .../spec}/constructor-binding-collision/expected.js | 0 .../test/fixtures/spec}/constructor/actual.js | 0 .../test/fixtures/spec}/constructor/expected.js | 0 .../actual.js | 0 .../expected.js | 0 .../derived-constructor-must-call-super/actual.js | 0 .../derived-constructor-must-call-super/expected.js | 0 .../derived-constructor-must-call-super/options.json | 0 .../test/fixtures/spec}/export-super-class/actual.js | 0 .../fixtures/spec}/export-super-class/expected.js | 0 .../spec}/inferred-expression-name/actual.js | 0 .../spec}/inferred-expression-name/expected.js | 0 .../spec}/instance-getter-and-setter/actual.js | 0 .../spec}/instance-getter-and-setter/expected.js | 0 .../test/fixtures/spec}/instance-getter/actual.js | 0 .../test/fixtures/spec}/instance-getter/expected.js | 0 .../test/fixtures/spec}/instance-method/actual.js | 0 .../test/fixtures/spec}/instance-method/expected.js | 0 .../test/fixtures/spec}/instance-setter/actual.js | 0 .../test/fixtures/spec}/instance-setter/expected.js | 0 .../fixtures/spec}/name-method-collision/actual.js | 0 .../fixtures/spec}/name-method-collision/expected.js | 0 .../spec}/name-method-collision/options.json | 0 .../test/fixtures/spec}/options.json | 0 .../test/fixtures/spec}/plain-class/actual.js | 0 .../test/fixtures/spec}/plain-class/expected.js | 0 .../fixtures/spec}/preserves-directives/actual.js | 0 .../fixtures/spec}/preserves-directives/expected.js | 0 .../fixtures/spec}/relaxed-method-coercion/actual.js | 0 .../spec}/relaxed-method-coercion/expected.js | 0 .../spec}/returning-from-derived-constructor/exec.js | 0 .../test/fixtures/spec}/statement/actual.js | 0 .../test/fixtures/spec}/statement/expected.js | 0 .../test/fixtures/spec}/static/actual.js | 0 .../test/fixtures/spec}/static/expected.js | 0 .../actual.js | 0 .../expected.js | 0 .../options.json | 0 .../fixtures/spec}/super-class-anonymous/actual.js | 0 .../fixtures/spec}/super-class-anonymous/expected.js | 0 .../spec}/super-class-id-member-expression/actual.js | 0 .../super-class-id-member-expression/expected.js | 0 .../test/fixtures/spec}/super-class/actual.js | 0 .../test/fixtures/spec}/super-class/expected.js | 0 .../fixtures/spec}/super-function-fallback/actual.js | 0 .../spec}/super-function-fallback/expected.js | 0 .../super-illegal-non-constructor-call/actual.js | 0 .../super-illegal-non-constructor-call/options.json | 0 .../super-reference-before-bare-super/actual.js | 0 .../super-reference-before-bare-super/options.json | 0 .../actual.js | 0 .../options.json | 0 .../actual.js | 0 .../options.json | 0 .../test/index.js | 1 + .../package.json | 5 ++++- .../test/fixtures/loose}/argument/actual.js | 0 .../test/fixtures/loose}/argument/expected.js | 0 .../test/fixtures/loose}/assignment/actual.js | 0 .../test/fixtures/loose}/assignment/expected.js | 0 .../test/fixtures/loose}/coerce/actual.js | 0 .../test/fixtures/loose}/coerce/expected.js | 0 .../test/fixtures/loose}/ignore-symbol/actual.js | 0 .../test/fixtures/loose}/ignore-symbol/expected.js | 0 .../test/fixtures/loose}/method/actual.js | 0 .../test/fixtures/loose}/method/expected.js | 0 .../test/fixtures/loose}/mixed/actual.js | 0 .../test/fixtures/loose}/mixed/expected.js | 0 .../test/fixtures/loose}/multiple/actual.js | 0 .../test/fixtures/loose}/multiple/expected.js | 0 .../test/fixtures/loose}/options.json | 0 .../test/fixtures/loose}/single/actual.js | 0 .../test/fixtures/loose}/single/expected.js | 0 .../test/fixtures/loose}/this/actual.js | 0 .../test/fixtures/loose}/this/expected.js | 0 .../test/fixtures/loose}/two/actual.js | 0 .../test/fixtures/loose}/two/expected.js | 0 .../test/fixtures/loose}/variable/actual.js | 0 .../test/fixtures/loose}/variable/expected.js | 0 .../test/fixtures/spec}/argument/actual.js | 0 .../test/fixtures/spec}/argument/expected.js | 0 .../test/fixtures/spec}/assignment/actual.js | 0 .../test/fixtures/spec}/assignment/expected.js | 0 .../test/fixtures/spec}/ignore-symbol/actual.js | 0 .../test/fixtures/spec}/ignore-symbol/expected.js | 0 .../test/fixtures/spec}/method/actual.js | 0 .../test/fixtures/spec}/method/expected.js | 0 .../test/fixtures/spec}/mixed/actual.js | 0 .../test/fixtures/spec}/mixed/expected.js | 0 .../test/fixtures/spec}/multiple/actual.js | 0 .../test/fixtures/spec}/multiple/expected.js | 0 .../test/fixtures/spec}/options.json | 0 .../test/fixtures/spec}/single/actual.js | 0 .../test/fixtures/spec}/single/expected.js | 0 .../test/fixtures/spec}/this/actual.js | 0 .../test/fixtures/spec}/this/expected.js | 0 .../test/fixtures/spec}/two/actual.js | 0 .../test/fixtures/spec}/two/expected.js | 0 .../test/fixtures/spec}/variable/actual.js | 0 .../test/fixtures/spec}/variable/expected.js | 0 .../test/index.js | 1 + .../package.json | 3 +++ .../test/fixtures/general}/block-scoped/exec.js | 0 .../test/fixtures/general}/block-statement/actual.js | 0 .../fixtures/general}/block-statement/expected.js | 0 .../general}/destructuring-assignment/actual.js | 0 .../general}/destructuring-assignment/options.json | 0 .../test/fixtures/general}/destructuring/actual.js | 0 .../test/fixtures/general}/destructuring/expected.js | 0 .../general}/ignore-member-expressions/actual.js | 0 .../general}/ignore-member-expressions/expected.js | 0 .../test/fixtures/general}/loop/actual.js | 0 .../test/fixtures/general}/loop/options.json | 0 .../test/fixtures/general}/no-assignment/actual.js | 0 .../fixtures/general}/no-assignment/options.json | 0 .../test/fixtures/general}/no-classes/actual.js | 0 .../test/fixtures/general}/no-classes/options.json | 0 .../test/fixtures/general}/no-declaration/actual.js | 0 .../fixtures/general}/no-declaration/options.json | 0 .../test/fixtures/general}/no-for-in/actual.js | 0 .../test/fixtures/general}/no-for-in/options.json | 0 .../test/fixtures/general}/no-functions/actual.js | 0 .../test/fixtures/general}/no-functions/options.json | 0 .../test/fixtures/general}/program/actual.js | 0 .../test/fixtures/general}/program/expected.js | 0 .../fixtures/general}/update-expression/actual.js | 0 .../fixtures/general}/update-expression/expected.js | 0 .../fixtures/general}/update-expression/options.json | 0 .../test/fixtures}/options.json | 0 .../test/index.js | 1 + .../package.json | 3 +++ .../array-unpack-optimisation/actual.js | 0 .../array-unpack-optimisation/expected.js | 0 .../test/fixtures/destructuring}/array/actual.js | 0 .../test/fixtures/destructuring}/array/expected.js | 0 .../actual.js | 0 .../expected.js | 0 .../assignment-expression-pattern/actual.js | 0 .../assignment-expression-pattern/expected.js | 0 .../destructuring}/assignment-expression/actual.js | 0 .../destructuring}/assignment-expression/expected.js | 0 .../destructuring}/assignment-statement/actual.js | 0 .../destructuring}/assignment-statement/expected.js | 0 .../test/fixtures/destructuring}/chained/exec.js | 0 .../destructuring}/default-precedence/actual.js | 0 .../destructuring}/default-precedence/exec.js | 0 .../destructuring}/default-precedence/expected.js | 0 .../destructuring}/empty-object-pattern/actual.js | 0 .../destructuring}/empty-object-pattern/exec.js | 0 .../destructuring}/empty-object-pattern/expected.js | 0 .../test/fixtures/destructuring}/empty/actual.js | 0 .../test/fixtures/destructuring}/empty/expected.js | 0 .../destructuring}/es7-object-rest/actual.js | 0 .../destructuring}/es7-object-rest/expected.js | 0 .../test/fixtures/destructuring}/for-in/actual.js | 0 .../test/fixtures/destructuring}/for-in/expected.js | 0 .../test/fixtures/destructuring}/for-of/actual.js | 0 .../test/fixtures/destructuring}/for-of/expected.js | 0 .../fixtures/destructuring}/known-array/actual.js | 0 .../fixtures/destructuring}/known-array/expected.js | 0 .../destructuring}/member-expression/actual.js | 0 .../destructuring}/member-expression/expected.js | 0 .../test/fixtures/destructuring}/mixed/actual.js | 0 .../test/fixtures/destructuring}/mixed/expected.js | 0 .../test/fixtures/destructuring}/multiple/actual.js | 0 .../fixtures/destructuring}/multiple/expected.js | 0 .../destructuring}/object-advanced/actual.js | 0 .../destructuring}/object-advanced/expected.js | 0 .../fixtures/destructuring}/object-basic/actual.js | 0 .../fixtures/destructuring}/object-basic/expected.js | 0 .../test/fixtures/destructuring}/options.json | 0 .../fixtures/destructuring}/parameters/actual.js | 0 .../fixtures/destructuring}/parameters/expected.js | 0 .../fixtures/destructuring}/spread-generator/exec.js | 0 .../test/fixtures/destructuring}/spread/actual.js | 0 .../test/fixtures/destructuring}/spread/expected.js | 0 .../test/index.js | 1 + .../package.json | 5 ++++- .../test/fixtures/loose}/identifier/actual.js | 0 .../test/fixtures/loose}/identifier/expected.js | 0 .../test/fixtures/loose}/ignore-cases/actual.js | 0 .../test/fixtures/loose}/ignore-cases/expected.js | 0 .../test/fixtures/loose}/let/actual.js | 0 .../test/fixtures/loose}/let/expected.js | 0 .../test/fixtures/loose}/member-expression/actual.js | 0 .../fixtures/loose}/member-expression/expected.js | 0 .../test/fixtures/loose}/multiple/actual.js | 0 .../test/fixtures/loose}/multiple/expected.js | 0 .../test/fixtures/loose}/options.json | 0 .../test/fixtures/loose}/var/actual.js | 0 .../test/fixtures/loose}/var/expected.js | 0 .../test/fixtures/spec}/identifier/actual.js | 0 .../test/fixtures/spec}/identifier/expected.js | 0 .../test/fixtures/spec}/ignore-cases/actual.js | 0 .../test/fixtures/spec}/ignore-cases/expected.js | 0 .../test/fixtures/spec}/let/actual.js | 0 .../test/fixtures/spec}/let/expected.js | 0 .../test/fixtures/spec}/member-expression/actual.js | 0 .../fixtures/spec}/member-expression/expected.js | 0 .../test/fixtures/spec}/multiple/actual.js | 0 .../test/fixtures/spec}/multiple/expected.js | 0 .../fixtures/spec}/nested-label-for-of/actual.js | 0 .../fixtures/spec}/nested-label-for-of/expected.js | 0 .../test/fixtures/spec}/options.json | 0 .../test/fixtures/spec}/var/actual.js | 0 .../test/fixtures/spec}/var/expected.js | 0 .../test/index.js | 1 + .../package.json | 5 ++++- .../test/fixtures/function-name}/.smoke/exec.js | 0 .../test/fixtures/function-name}/.smoke/options.json | 0 .../fixtures/function-name}/assignment/actual.js | 0 .../fixtures/function-name}/assignment/expected.js | 0 .../test/fixtures/function-name}/basic/actual.js | 0 .../test/fixtures/function-name}/basic/expected.js | 0 .../fixtures/function-name}/class-method/actual.js | 0 .../fixtures/function-name}/class-method/expected.js | 0 .../fixtures/function-name}/collisions/actual.js | 0 .../fixtures/function-name}/collisions/expected.js | 0 .../test/fixtures/function-name}/eval/actual.js | 0 .../test/fixtures/function-name}/eval/expected.js | 0 .../test/fixtures/function-name}/export/actual.js | 0 .../test/fixtures/function-name}/export/expected.js | 0 .../function-name}/function-collision/actual.js | 0 .../function-name}/function-collision/expected.js | 0 .../test/fixtures/function-name}/global/actual.js | 0 .../test/fixtures/function-name}/global/expected.js | 0 .../test/fixtures/function-name}/modules-2/actual.js | 0 .../fixtures/function-name}/modules-2/expected.js | 0 .../fixtures/function-name}/modules-2/options.json | 0 .../test/fixtures/function-name}/modules-3/actual.js | 0 .../fixtures/function-name}/modules-3/expected.js | 0 .../fixtures/function-name}/modules-3/options.json | 0 .../test/fixtures/function-name}/modules-4/actual.js | 0 .../fixtures/function-name}/modules-4/expected.js | 0 .../test/fixtures/function-name}/modules/actual.js | 0 .../test/fixtures/function-name}/modules/expected.js | 0 .../fixtures/function-name}/modules/options.json | 0 .../test/fixtures/function-name}/object/actual.js | 0 .../test/fixtures/function-name}/object/expected.js | 0 .../test/fixtures/function-name}/options.json | 0 .../fixtures/function-name}/own-bindings/actual.js | 0 .../fixtures/function-name}/own-bindings/expected.js | 0 .../fixtures/function-name}/self-reference/actual.js | 0 .../function-name}/self-reference/expected.js | 0 .../function-name}/shorthand-property/actual.js | 0 .../function-name}/shorthand-property/expected.js | 0 .../test/index.js | 1 + .../package.json | 3 +++ .../test/fixtures/instanceof}/instanceof/actual.js | 0 .../test/fixtures/instanceof}/instanceof/exec.js | 0 .../test/fixtures/instanceof}/instanceof/expected.js | 0 .../fixtures/instanceof}/instanceof/options.json | 0 .../test/index.js | 1 + .../package.json | 3 +++ .../package.json | 5 ++++- .../fixtures/amd}/export-specifier-default/actual.js | 0 .../amd}/export-specifier-default/expected.js | 0 .../test/fixtures/amd}/exports-default/actual.js | 0 .../test/fixtures/amd}/exports-default/expected.js | 0 .../test/fixtures/amd}/exports-default/untitled | 0 .../test/fixtures/amd}/exports-from/actual.js | 0 .../test/fixtures/amd}/exports-from/expected.js | 0 .../test/fixtures/amd}/exports-named/actual.js | 0 .../test/fixtures/amd}/exports-named/expected.js | 0 .../test/fixtures/amd}/exports-variable/actual.js | 0 .../test/fixtures/amd}/exports-variable/expected.js | 0 .../fixtures/amd}/get-module-name-option/actual.js | 0 .../fixtures/amd}/get-module-name-option/expected.js | 0 .../amd}/get-module-name-option/options.json | 0 .../fixtures/amd}/hoist-function-exports/actual.js | 0 .../fixtures/amd}/hoist-function-exports/expected.js | 0 .../test/fixtures/amd}/imports-default/actual.js | 0 .../test/fixtures/amd}/imports-default/expected.js | 0 .../test/fixtures/amd}/imports-glob/actual.js | 0 .../test/fixtures/amd}/imports-glob/expected.js | 0 .../test/fixtures/amd}/imports-mixing/actual.js | 0 .../test/fixtures/amd}/imports-mixing/expected.js | 0 .../test/fixtures/amd}/imports-named/actual.js | 0 .../test/fixtures/amd}/imports-named/expected.js | 0 .../test/fixtures/amd}/imports/actual.js | 0 .../test/fixtures/amd}/imports/expected.js | 0 .../test/fixtures/amd}/module-name/actual.js | 0 .../test/fixtures/amd/module-name/expected.js | 5 +++++ .../test/fixtures/amd}/module-name/options.json | 0 .../test/fixtures/amd}/options.json | 0 .../test/fixtures/amd}/overview/actual.js | 0 .../test/fixtures/amd}/overview/expected.js | 0 .../test/fixtures/amd}/remap/actual.js | 0 .../test/fixtures/amd}/remap/expected.js | 0 .../test/index.js | 1 + .../package.json | 5 ++++- .../interop}/exports-default-non-function/actual.js | 0 .../exports-default-non-function/expected.js | 0 .../test/fixtures/interop}/exports-default/actual.js | 0 .../fixtures/interop}/exports-default/expected.js | 0 .../test/fixtures/interop}/exports-from/actual.js | 0 .../test/fixtures/interop}/exports-from/expected.js | 0 .../test/fixtures/interop}/exports-named/actual.js | 0 .../test/fixtures/interop}/exports-named/expected.js | 0 .../fixtures/interop}/exports-variable/actual.js | 0 .../fixtures/interop}/exports-variable/expected.js | 0 .../interop}/hoist-function-exports/actual.js | 0 .../interop}/hoist-function-exports/expected.js | 0 .../interop}/illegal-export-esmodule-2/actual.js | 0 .../interop}/illegal-export-esmodule-2/options.json | 0 .../interop}/illegal-export-esmodule/actual.js | 0 .../interop}/illegal-export-esmodule/options.json | 0 .../test/fixtures/interop}/imports-default/actual.js | 0 .../fixtures/interop}/imports-default/expected.js | 0 .../fixtures/interop}/imports-default/options.json | 0 .../test/fixtures/interop}/imports-glob/actual.js | 0 .../test/fixtures/interop}/imports-glob/expected.js | 0 .../test/fixtures/interop}/imports-mixing/actual.js | 0 .../fixtures/interop}/imports-mixing/expected.js | 0 .../fixtures/interop}/imports-mixing/options.json | 0 .../test/fixtures/interop}/imports-named/actual.js | 0 .../test/fixtures/interop}/imports-named/expected.js | 0 .../test/fixtures/interop}/imports/actual.js | 0 .../test/fixtures/interop}/imports/expected.js | 0 .../test/fixtures/interop}/module-shadow/actual.js | 0 .../test/fixtures/interop}/module-shadow/expected.js | 0 .../test/fixtures/interop}/options.json | 0 .../test/fixtures/interop}/overview/actual.js | 0 .../test/fixtures/interop}/overview/expected.js | 0 .../test/fixtures/interop}/overview/options.json | 0 .../test/fixtures/interop}/remap/actual.js | 0 .../test/fixtures/interop}/remap/expected.js | 0 .../test/fixtures/strict}/export-1/actual.js | 0 .../test/fixtures/strict}/export-1/expected.js | 0 .../test/fixtures/strict}/export-2/actual.js | 0 .../test/fixtures/strict}/export-2/expected.js | 0 .../test/fixtures/strict}/export/actual.js | 0 .../test/fixtures/strict}/export/expected.js | 0 .../test/fixtures/strict}/import/actual.js | 0 .../test/fixtures/strict}/import/expected.js | 0 .../test/fixtures/strict}/options.json | 0 .../test/index.js | 1 + .../package.json | 5 ++++- .../fixtures/systemjs}/exports-default/actual.js | 0 .../fixtures/systemjs}/exports-default/expected.js | 0 .../test/fixtures/systemjs}/exports-from/actual.js | 0 .../test/fixtures/systemjs}/exports-from/expected.js | 0 .../test/fixtures/systemjs}/exports-named/actual.js | 0 .../fixtures/systemjs}/exports-named/expected.js | 0 .../fixtures/systemjs}/exports-variable/actual.js | 0 .../fixtures/systemjs}/exports-variable/expected.js | 0 .../systemjs}/get-module-name-option/actual.js | 0 .../systemjs}/get-module-name-option/expected.js | 0 .../systemjs}/get-module-name-option/options.json | 0 .../systemjs}/hoist-function-exports/actual.js | 0 .../systemjs}/hoist-function-exports/expected.js | 0 .../fixtures/systemjs}/imports-default/actual.js | 0 .../fixtures/systemjs}/imports-default/expected.js | 0 .../test/fixtures/systemjs}/imports-glob/actual.js | 0 .../test/fixtures/systemjs}/imports-glob/expected.js | 0 .../test/fixtures/systemjs}/imports-mixing/actual.js | 0 .../fixtures/systemjs}/imports-mixing/expected.js | 0 .../test/fixtures/systemjs}/imports-named/actual.js | 0 .../fixtures/systemjs}/imports-named/expected.js | 0 .../test/fixtures/systemjs}/imports/actual.js | 0 .../test/fixtures/systemjs}/imports/expected.js | 0 .../test/fixtures/systemjs}/options.json | 0 .../test/fixtures/systemjs}/overview/actual.js | 0 .../test/fixtures/systemjs}/overview/expected.js | 0 .../test/fixtures/systemjs}/remap/actual.js | 0 .../test/fixtures/systemjs}/remap/expected.js | 0 .../test/index.js | 1 + .../package.json | 5 ++++- .../test/fixtures/umd}/exports-default/actual.js | 0 .../test/fixtures/umd}/exports-default/expected.js | 0 .../test/fixtures/umd}/exports-from/actual.js | 0 .../test/fixtures/umd}/exports-from/expected.js | 0 .../test/fixtures/umd}/exports-named/actual.js | 0 .../test/fixtures/umd}/exports-named/expected.js | 0 .../test/fixtures/umd}/exports-variable/actual.js | 0 .../test/fixtures/umd}/exports-variable/expected.js | 0 .../fixtures/umd}/get-module-name-option/actual.js | 0 .../fixtures/umd}/get-module-name-option/expected.js | 0 .../umd}/get-module-name-option/options.json | 0 .../fixtures/umd}/hoist-function-exports/actual.js | 0 .../fixtures/umd}/hoist-function-exports/expected.js | 0 .../test/fixtures/umd}/imports-default/actual.js | 0 .../test/fixtures/umd}/imports-default/expected.js | 0 .../test/fixtures/umd}/imports-glob/actual.js | 0 .../test/fixtures/umd}/imports-glob/expected.js | 0 .../test/fixtures/umd}/imports-mixing/actual.js | 0 .../test/fixtures/umd}/imports-mixing/expected.js | 0 .../test/fixtures/umd}/imports-named/actual.js | 0 .../test/fixtures/umd}/imports-named/expected.js | 0 .../test/fixtures/umd}/imports/actual.js | 0 .../test/fixtures/umd}/imports/expected.js | 0 .../test/fixtures/umd}/module-id/actual.js | 0 .../test/fixtures/umd}/module-id/expected.js | 0 .../test/fixtures/umd}/module-id/options.json | 0 .../test/fixtures/umd}/module-name/actual.js | 0 .../test/fixtures/umd}/module-name/expected.js | 6 +++--- .../test/fixtures/umd}/module-name/options.json | 0 .../test/fixtures/umd}/non-default-imports/actual.js | 0 .../fixtures/umd}/non-default-imports/expected.js | 0 .../test/fixtures/umd}/options.json | 0 .../test/fixtures/umd}/overview/actual.js | 0 .../test/fixtures/umd}/overview/expected.js | 0 .../test/fixtures/umd}/remap/actual.js | 0 .../test/fixtures/umd}/remap/expected.js | 0 .../test/index.js | 1 + .../package.json | 5 ++++- .../test/fixtures/object-super}/options.json | 0 .../test/fixtures/object-super}/simple.js | 0 .../object-super}/statically-bound/actual.js | 0 .../object-super}/statically-bound/expected.js | 0 .../test/index.js | 1 + .../package.json | 5 ++++- .../parameters}/default-before-last/actual.js | 0 .../parameters}/default-before-last/expected.js | 0 .../parameters}/default-destructuring/exec.js | 0 .../test/fixtures/parameters}/default-eval/actual.js | 0 .../fixtures/parameters}/default-eval/expected.js | 0 .../fixtures/parameters}/default-iife-1128/exec.js | 0 .../fixtures/parameters}/default-multiple/actual.js | 0 .../parameters}/default-multiple/expected.js | 0 .../fixtures/parameters}/default-single/actual.js | 0 .../fixtures/parameters}/default-single/expected.js | 0 .../test/fixtures/parameters}/options.json | 0 .../parameters}/rest-arrow-functions/actual.js | 0 .../parameters}/rest-arrow-functions/expected.js | 0 .../rest-binding-deoptimisation/actual.js | 0 .../rest-binding-deoptimisation/expected.js | 0 .../actual.js | 0 .../expected.js | 0 .../rest-member-expression-deoptimisation/actual.js | 0 .../expected.js | 0 .../rest-member-expression-optimisation/actual.js | 0 .../rest-member-expression-optimisation/expected.js | 0 .../fixtures/parameters}/rest-multiple/actual.js | 0 .../fixtures/parameters}/rest-multiple/expected.js | 0 .../fixtures/parameters}/rest-nested-iife/actual.js | 0 .../parameters}/rest-nested-iife/expected.js | 0 .../parameters}/rest-spread-optimisation/actual.js | 0 .../parameters}/rest-spread-optimisation/expected.js | 0 .../test/index.js | 1 + .../package.json | 5 ++++- .../shorthand-properties}/method-plain/actual.js | 0 .../shorthand-properties}/method-plain/expected.js | 0 .../test/fixtures/shorthand-properties}/options.json | 0 .../shorthand-comments/actual.js | 0 .../shorthand-comments/expected.js | 0 .../shorthand-properties}/shorthand-mixed/actual.js | 0 .../shorthand-mixed/expected.js | 0 .../shorthand-multiple/actual.js | 0 .../shorthand-multiple/expected.js | 0 .../shorthand-properties}/shorthand-single/actual.js | 0 .../shorthand-single/expected.js | 0 .../test/index.js | 1 + .../package.json | 5 ++++- .../test/fixtures/spread}/arguments-array/actual.js | 0 .../fixtures/spread}/arguments-array/expected.js | 0 .../test/fixtures/spread}/arguments-concat/actual.js | 0 .../fixtures/spread}/arguments-concat/expected.js | 0 .../test/fixtures/spread}/arguments/actual.js | 0 .../test/fixtures/spread}/arguments/expected.js | 0 .../fixtures/spread}/array-literal-first/actual.js | 0 .../fixtures/spread}/array-literal-first/expected.js | 0 .../fixtures/spread}/array-literal-middle/actual.js | 0 .../spread}/array-literal-middle/expected.js | 0 .../spread}/array-literal-multiple/actual.js | 0 .../spread}/array-literal-multiple/expected.js | 0 .../test/fixtures/spread}/array-literals/actual.js | 0 .../test/fixtures/spread}/array-literals/expected.js | 0 .../actual.js | 0 .../expected.js | 0 .../actual.js | 0 .../expected.js | 0 .../contexted-method-call-multiple-args/actual.js | 0 .../contexted-method-call-multiple-args/expected.js | 0 .../contexted-method-call-single-arg/actual.js | 0 .../contexted-method-call-single-arg/expected.js | 0 .../test/fixtures/spread}/known-rest/actual.js | 0 .../test/fixtures/spread}/known-rest/expected.js | 0 .../spread}/method-call-array-literal/actual.js | 0 .../spread}/method-call-array-literal/expected.js | 0 .../fixtures/spread}/method-call-first/actual.js | 0 .../fixtures/spread}/method-call-first/expected.js | 0 .../fixtures/spread}/method-call-middle/actual.js | 0 .../fixtures/spread}/method-call-middle/expected.js | 0 .../spread}/method-call-multiple-args/actual.js | 0 .../spread}/method-call-multiple-args/expected.js | 0 .../fixtures/spread}/method-call-multiple/actual.js | 0 .../spread}/method-call-multiple/expected.js | 0 .../spread}/method-call-single-arg/actual.js | 0 .../spread}/method-call-single-arg/expected.js | 0 .../test/fixtures/spread}/new-expression/actual.js | 0 .../test/fixtures/spread}/new-expression/expected.js | 0 .../test/fixtures/spread}/options.json | 0 .../test/fixtures/spread}/single/actual.js | 0 .../test/fixtures/spread}/single/expected.js | 0 .../test/fixtures/spread}/this-context/actual.js | 0 .../test/fixtures/spread}/this-context/expected.js | 0 .../test/index.js | 1 + .../package.json | 3 +++ .../test/fixtures/sticky-regex}/basic/actual.js | 0 .../test/fixtures/sticky-regex}/basic/expected.js | 0 .../sticky-regex}/ignore-non-sticky/actual.js | 0 .../sticky-regex}/ignore-non-sticky/expected.js | 0 .../test/fixtures/sticky-regex}/options.json | 0 .../test/index.js | 1 + .../package.json | 5 ++++- .../test/fixtures/normal}/escape-quotes/actual.js | 0 .../test/fixtures/normal}/escape-quotes/expected.js | 0 .../test/fixtures/normal}/expression-first/actual.js | 0 .../fixtures/normal}/expression-first/expected.js | 0 .../test/fixtures/normal}/functions/actual.js | 0 .../test/fixtures/normal}/functions/expected.js | 0 .../test/fixtures/normal}/multiline/actual.js | 0 .../test/fixtures/normal}/multiline/expected.js | 0 .../test/fixtures/normal}/multiple/actual.js | 0 .../test/fixtures/normal}/multiple/expected.js | 0 .../test/fixtures/normal}/none/actual.js | 0 .../test/fixtures/normal}/none/expected.js | 0 .../test/fixtures/normal}/only/actual.js | 0 .../test/fixtures/normal}/only/expected.js | 0 .../test/fixtures/normal}/options.json | 0 .../test/fixtures/normal}/single/actual.js | 0 .../test/fixtures/normal}/single/expected.js | 0 .../test/fixtures/normal}/statement/actual.js | 0 .../test/fixtures/normal}/statement/expected.js | 0 .../test/fixtures/normal}/tag-loose/actual.js | 0 .../test/fixtures/normal}/tag-loose/expected.js | 0 .../test/fixtures/normal}/tag-loose/options.json | 0 .../test/fixtures/normal}/tag/actual.js | 0 .../test/fixtures/normal}/tag/expected.js | 0 .../test/fixtures/spec}/escape-quotes/actual.js | 0 .../test/fixtures/spec}/escape-quotes/expected.js | 0 .../test/fixtures/spec}/functions/actual.js | 0 .../test/fixtures/spec}/functions/expected.js | 0 .../test/fixtures/spec}/multiline/actual.js | 0 .../test/fixtures/spec}/multiline/expected.js | 0 .../test/fixtures/spec}/multiple/actual.js | 0 .../test/fixtures/spec}/multiple/expected.js | 0 .../test/fixtures/spec}/none/actual.js | 0 .../test/fixtures/spec}/none/expected.js | 0 .../test/fixtures/spec}/only/actual.js | 0 .../test/fixtures/spec}/only/expected.js | 0 .../test/fixtures/spec}/options.json | 0 .../test/fixtures/spec}/single/actual.js | 0 .../test/fixtures/spec}/single/expected.js | 0 .../test/fixtures/spec}/statement/actual.js | 0 .../test/fixtures/spec}/statement/expected.js | 0 .../test/index.js | 1 + .../package.json | 3 +++ .../test/fixtures/symbols}/non-typeof/actual.js | 0 .../test/fixtures/symbols}/non-typeof/expected.js | 0 .../test/fixtures/symbols/non-typeof}/options.json | 0 .../test/fixtures/symbols}/typeof/actual.js | 0 .../test/fixtures/symbols}/typeof/exec.js | 0 .../test/fixtures/symbols}/typeof/expected.js | 0 .../test/fixtures/symbols}/typeof/options.json | 0 .../test/index.js | 1 + .../package.json | 3 +++ .../test/fixtures/unicode-regex}/basic/actual.js | 0 .../test/fixtures/unicode-regex}/basic/expected.js | 0 .../unicode-regex}/ignore-non-unicode/actual.js | 0 .../unicode-regex}/ignore-non-unicode/expected.js | 0 .../test/fixtures/unicode-regex}/options.json | 0 .../test/index.js | 1 + .../package.json | 5 ++++- .../member-expression-literals/actual.js | 0 .../member-expression-literals/expected.js | 0 .../member-expression-literals/options.json | 0 .../test/index.js | 1 + .../package.json | 5 ++++- .../property-literals}/property-literals/actual.js | 0 .../property-literals}/property-literals/expected.js | 0 .../property-literals/options.json | 0 .../test/index.js | 1 + .../package.json | 5 ++++- .../property-mutators}/getter-and-setter/actual.js | 0 .../property-mutators}/getter-and-setter/expected.js | 0 .../fixtures/property-mutators}/getter/actual.js | 0 .../fixtures/property-mutators}/getter/expected.js | 0 .../test/fixtures/property-mutators}/options.json | 0 .../fixtures/property-mutators}/setter/actual.js | 0 .../fixtures/property-mutators}/setter/expected.js | 0 .../test/index.js | 1 + packages/babel-plugin-transform-eval/package.json | 5 ++++- .../package.json | 5 ++++- .../exponentian-operator}/assignment/actual.js | 0 .../exponentian-operator}/assignment/expected.js | 0 .../fixtures/exponentian-operator}/binary/actual.js | 0 .../exponentian-operator}/binary/expected.js | 0 .../exponentian-operator}/comprehensive/exec.js | 0 .../exponentian-operator}/memoise-object/exec.js | 0 .../test/fixtures/exponentian-operator}/options.json | 0 .../test/index.js | 1 + .../package.json | 5 ++++- .../default-compound-es6/actual.js | 0 .../default-compound-es6/expected.js | 0 .../export-extensions}/default-es6/actual.js | 0 .../export-extensions}/default-es6/expected.js | 0 .../namespace-compound-es6/actual.js | 0 .../namespace-compound-es6/expected.js | 0 .../export-extensions}/namespace-es6/actual.js | 0 .../export-extensions}/namespace-es6/expected.js | 0 .../test/fixtures/export-extensions}/options.json | 0 .../test/index.js | 1 + .../package.json | 5 ++++- .../test/fixtures/strip-types}/options.json | 0 .../strip-types}/strip-array-types/actual.js | 0 .../strip-types}/strip-array-types/expected.js | 0 .../strip-types}/strip-call-properties/actual.js | 0 .../strip-types}/strip-call-properties/expected.js | 0 .../strip-types}/strip-declare-module/actual.js | 0 .../strip-types}/strip-declare-statements/actual.js | 0 .../fixtures/strip-types}/strip-directive/actual.js | 0 .../strip-types}/strip-directive/expected.js | 0 .../strip-interfaces-module-and-script/actual.js | 0 .../strip-interfaces-module-and-script/expected.js | 0 .../strip-qualified-generic-type/actual.js | 0 .../strip-qualified-generic-type/expected.js | 0 .../strip-string-literal-types/actual.js | 0 .../strip-string-literal-types/expected.js | 0 .../fixtures/strip-types}/strip-tuples/actual.js | 0 .../fixtures/strip-types}/strip-tuples/expected.js | 0 .../fixtures/strip-types}/strip-type-alias/actual.js | 0 .../strip-types}/strip-type-annotations/actual.js | 0 .../strip-types}/strip-type-annotations/expected.js | 0 .../fixtures/strip-types}/strip-typecasts/actual.js | 0 .../strip-types}/strip-typecasts/expected.js | 0 .../fixtures/strip-types}/type-comments/actual.js | 0 .../fixtures/strip-types}/type-comments/expected.js | 0 .../test/index.js | 1 + .../package.json | 5 ++++- .../test/fixtures/function-bind}/bind/actual.js | 0 .../test/fixtures/function-bind}/bind/expected.js | 0 .../test/fixtures/function-bind}/call/actual.js | 0 .../test/fixtures/function-bind}/call/expected.js | 0 .../fixtures/function-bind}/complex-call/actual.js | 0 .../fixtures/function-bind}/complex-call/exec.js | 0 .../fixtures/function-bind}/complex-call/expected.js | 0 .../test/fixtures/function-bind}/options.json | 0 .../function-bind}/static-contexts/actual.js | 0 .../function-bind}/static-contexts/expected.js | 0 .../test/index.js | 1 + .../package.json | 5 ++++- packages/babel-plugin-transform-jscript/package.json | 5 ++++- .../test/fixtures}/jscript/arrow-function/exec.js | 0 .../test/fixtures}/jscript/options.json | 0 .../test/fixtures}/jscript/simple-class/actual.js | 0 .../test/fixtures}/jscript/simple-class/expected.js | 0 .../jscript/var-named-function-expression/actual.js | 0 .../var-named-function-expression/expected.js | 0 .../babel-plugin-transform-jscript/test/index.js | 1 + .../package.json | 5 ++++- .../invalid-identifiers/actual.js | 0 .../invalid-identifiers/expected.js | 0 .../member-expression-literals}/options.json | 0 .../valid-identifiers/actual.js | 0 .../valid-identifiers/expected.js | 0 .../test/index.js | 1 + .../package.json | 5 ++++- .../package.json | 3 +++ .../fixtures/minify-booleans}/booleans/actual.js | 0 .../fixtures/minify-booleans}/booleans/expected.js | 0 .../test/fixtures/minify-booleans}/options.json | 0 .../test/index.js | 1 + .../package.json | 5 ++++- .../package.json | 5 ++++- .../package.json | 5 ++++- .../object-rest-spread}/assignment/actual.js | 0 .../object-rest-spread}/assignment/expected.js | 0 .../object-rest-spread}/expression/actual.js | 0 .../object-rest-spread}/expression/expected.js | 0 .../test/fixtures/object-rest-spread}/options.json | 0 .../variable-declaration/actual.js | 0 .../variable-declaration/expected.js | 0 .../test/index.js | 1 + .../package.json | 5 ++++- .../package.json | 5 ++++- .../property-literals}/invalid-identifiers/actual.js | 0 .../invalid-identifiers/expected.js | 0 .../test/fixtures/property-literals}/options.json | 0 .../property-literals}/valid-identifiers/actual.js | 0 .../property-literals}/valid-identifiers/expected.js | 0 .../test/index.js | 1 + .../package.json | 5 ++++- .../proto-to-assign}/assignment-expression/actual.js | 0 .../assignment-expression/expected.js | 0 .../proto-to-assign}/assignment-statement/actual.js | 0 .../assignment-statement/expected.js | 0 .../proto-to-assign}/object-literal/actual.js | 0 .../proto-to-assign}/object-literal/expected.js | 0 .../test/fixtures/proto-to-assign}/options.json | 0 .../test/index.js | 1 + .../package.json | 5 ++++- .../fixtures/constant-elements}/children/actual.js | 0 .../fixtures/constant-elements}/children/expected.js | 0 .../constant-elements}/constructor/actual.js | 0 .../constant-elements}/constructor/expected.js | 0 .../deep-constant-violation/actual.js | 0 .../deep-constant-violation/expected.js | 0 .../dont-hoist-to-same-function/actual.js | 0 .../dont-hoist-to-same-function/expected.js | 0 .../constant-elements}/function-parameter/actual.js | 0 .../function-parameter/expected.js | 0 .../constant-elements}/global-reference/actual.js | 0 .../constant-elements}/global-reference/expected.js | 0 .../constant-elements}/html-element/actual.js | 0 .../constant-elements}/html-element/expected.js | 0 .../constant-elements}/inline-elements/actual.js | 0 .../constant-elements}/inline-elements/expected.js | 0 .../constant-elements}/inline-elements/options.json | 0 .../constant-elements}/inner-declaration/actual.js | 0 .../constant-elements}/inner-declaration/expected.js | 0 .../test/fixtures/constant-elements}/options.json | 0 .../constant-elements}/parameter-reference/actual.js | 0 .../parameter-reference/expected.js | 0 .../constant-elements}/reassignment/actual.js | 0 .../constant-elements}/reassignment/expected.js | 0 .../fixtures/constant-elements}/ref-deopt/actual.js | 0 .../constant-elements}/ref-deopt/expected.js | 0 .../constant-elements}/spread-deopt/actual.js | 0 .../constant-elements}/spread-deopt/expected.js | 0 .../test/index.js | 1 + .../package.json | 5 ++++- .../package.json | 3 +++ .../inline-elements}/children-exists/actual.js | 0 .../inline-elements}/children-exists/expected.js | 0 .../inline-elements}/component-with-props/actual.js | 0 .../component-with-props/expected.js | 0 .../fixtures/inline-elements}/component/actual.js | 0 .../fixtures/inline-elements}/component/expected.js | 0 .../inline-elements}/expression-container/actual.js | 0 .../expression-container/expected.js | 0 .../html-element-with-props/actual.js | 0 .../html-element-with-props/expected.js | 0 .../fixtures/inline-elements}/html-element/actual.js | 0 .../inline-elements}/html-element/expected.js | 0 .../test/fixtures/inline-elements}/key/actual.js | 0 .../test/fixtures/inline-elements}/key/expected.js | 0 .../fixtures/inline-elements}/multiline/actual.js | 0 .../fixtures/inline-elements}/multiline/expected.js | 0 .../inline-elements}/nested-components/actual.js | 0 .../inline-elements}/nested-components/expected.js | 0 .../inline-elements}/nested-html-elements/actual.js | 0 .../nested-html-elements/expected.js | 0 .../test/fixtures/inline-elements}/nested/actual.js | 0 .../fixtures/inline-elements}/nested/expected.js | 0 .../test/fixtures/inline-elements}/options.json | 0 .../fixtures/inline-elements}/ref-deopt/actual.js | 0 .../fixtures/inline-elements}/ref-deopt/expected.js | 0 .../self-closing-component-with-props/actual.js | 0 .../self-closing-component-with-props/expected.js | 0 .../self-closing-component/actual.js | 0 .../self-closing-component/expected.js | 0 .../self-closing-html-element-with-props/actual.js | 0 .../self-closing-html-element-with-props/expected.js | 0 .../self-closing-html-element/actual.js | 0 .../self-closing-html-element/expected.js | 0 .../inline-elements}/shorthand-attributes/actual.js | 0 .../shorthand-attributes/expected.js | 0 .../fixtures/inline-elements}/spread-deopt/actual.js | 0 .../inline-elements}/spread-deopt/expected.js | 0 .../test/index.js | 1 + .../package.json | 5 ++++- .../react-compat/convert-component/actual.js | 0 .../react-compat/convert-component/expected.js | 0 .../fixtures}/react-compat/convert-tags/actual.js | 0 .../fixtures}/react-compat/convert-tags/expected.js | 0 .../test/fixtures}/react-compat/options.json | 0 .../test/index.js | 1 + .../babel-plugin-transform-react-jsx/package.json | 3 +++ .../.optimisation.react.constant-elements/actual.js | 0 .../expected.js | 0 .../options.json | 0 .../actual.js | 0 .../expected.js | 0 .../actual.js | 0 .../expected.js | 0 .../actual.js | 0 .../expected.js | 0 .../actual.js | 0 .../expected.js | 0 .../actual.js | 0 .../expected.js | 0 .../test/fixtures}/react/arrow-functions/actual.js | 0 .../test/fixtures}/react/arrow-functions/expected.js | 0 .../concatenates-adjacent-string-literals/actual.js | 0 .../expected.js | 0 .../display-name-assignment-expression/actual.js | 0 .../display-name-assignment-expression/expected.js | 0 .../react/display-name-export-default/actual.js | 0 .../react/display-name-export-default/expected.js | 0 .../react/display-name-if-missing/actual.js | 0 .../react/display-name-if-missing/expected.js | 0 .../react/display-name-object-declaration/actual.js | 0 .../display-name-object-declaration/expected.js | 0 .../react/display-name-property-assignment/actual.js | 0 .../display-name-property-assignment/expected.js | 0 .../display-name-variable-declaration/actual.js | 0 .../display-name-variable-declaration/expected.js | 0 .../dont-coerce-expression-containers/actual.js | 0 .../dont-coerce-expression-containers/expected.js | 0 .../actual.js | 0 .../expected.js | 0 .../options.json | 0 .../react/honor-custom-jsx-comment/actual.js | 0 .../react/honor-custom-jsx-comment/expected.js | 0 .../react/honor-custom-jsx-pragma-option/actual.js | 0 .../react/honor-custom-jsx-pragma-option/expected.js | 0 .../honor-custom-jsx-pragma-option/options.json | 0 .../react/jsx-with-retainlines-option/actual.js | 0 .../react/jsx-with-retainlines-option/expected.js | 0 .../react/jsx-with-retainlines-option/options.json | 0 .../react/jsx-without-retainlines-option/actual.js | 0 .../react/jsx-without-retainlines-option/expected.js | 0 .../test/fixtures}/react/options.json | 0 .../react/should-allow-constructor-as-prop/actual.js | 0 .../should-allow-constructor-as-prop/expected.js | 0 .../should-allow-deeper-js-namespacing/actual.js | 0 .../should-allow-deeper-js-namespacing/expected.js | 0 .../react/should-allow-js-namespacing/actual.js | 0 .../react/should-allow-js-namespacing/blacklist.js | 0 .../react/should-allow-js-namespacing/expected.js | 0 .../actual.js | 0 .../expected.js | 0 .../react/should-convert-simple-tags/actual.js | 0 .../react/should-convert-simple-tags/expected.js | 0 .../react/should-convert-simple-text/actual.js | 0 .../react/should-convert-simple-text/expected.js | 0 .../react/should-disallow-xml-namespacing/actual.js | 0 .../should-disallow-xml-namespacing/options.json | 0 .../should-handle-attributed-elements/actual.js | 0 .../should-handle-attributed-elements/expected.js | 0 .../actual.js | 0 .../expected.js | 0 .../actual.js | 0 .../expected.js | 0 .../actual.js | 0 .../expected.js | 0 .../react/should-quote-jsx-attributes/actual.js | 0 .../react/should-quote-jsx-attributes/expected.js | 0 .../should-transform-known-hyphenated-tags/actual.js | 0 .../expected.js | 0 .../actual.js | 0 .../expected.js | 0 .../actual.js | 0 .../expected.js | 0 .../actual.js | 0 .../expected.js | 0 .../babel-plugin-transform-react-jsx/test/index.js | 1 + .../package.json | 5 ++++- .../remove-console}/expression-nested/actual.js | 0 .../remove-console}/expression-nested/expected.js | 0 .../remove-console}/expression-top-level/actual.js | 0 .../remove-console}/expression-top-level/expected.js | 0 .../test/fixtures/remove-console}/options.json | 0 .../remove-console}/statement-nested/actual.js | 0 .../remove-console}/statement-nested/expected.js | 0 .../remove-console}/statement-top-level/actual.js | 0 .../remove-console}/statement-top-level/expected.js | 0 .../test/index.js | 1 + .../package.json | 5 ++++- packages/babel-plugin-transform-runtime/package.json | 3 +++ .../fixtures}/runtime/aliased-constructors/actual.js | 0 .../runtime/aliased-constructors/expected.js | 0 .../test/fixtures}/runtime/catch-all/actual.js | 0 .../test/fixtures}/runtime/catch-all/expected.js | 0 .../test/fixtures}/runtime/class/actual.js | 0 .../test/fixtures}/runtime/class/expected.js | 0 .../test/fixtures}/runtime/class/options.json | 0 .../test/fixtures}/runtime/es6-for-of/actual.js | 0 .../test/fixtures}/runtime/es6-for-of/expected.js | 0 .../test/fixtures}/runtime/es6-for-of/options.json | 0 .../test/fixtures}/runtime/full/actual.js | 0 .../test/fixtures}/runtime/full/expected.js | 0 .../test/fixtures}/runtime/modules/actual.js | 0 .../test/fixtures}/runtime/modules/expected.js | 0 .../test/fixtures}/runtime/modules/options.json | 0 .../test/fixtures}/runtime/options.json | 0 .../fixtures}/runtime/regenerator-runtime/actual.js | 0 .../runtime/regenerator-runtime/expected.js | 0 .../fixtures}/runtime/symbol-iterator-in/actual.js | 0 .../fixtures}/runtime/symbol-iterator-in/expected.js | 0 .../test/fixtures}/runtime/symbol-iterator/actual.js | 0 .../fixtures}/runtime/symbol-iterator/expected.js | 0 .../babel-plugin-transform-runtime/test/index.js | 1 + .../package.json | 3 +++ .../equality-operators/actual.js | 0 .../equality-operators/expected.js | 0 .../simplify-comparison-operators}/options.json | 0 .../test/index.js | 1 + .../babel-plugin-transform-strict-mode/package.json | 3 +++ .../leading-comments-with-existing/actual.js | 0 .../leading-comments-with-existing/expected.js | 0 .../fixtures/strict-mode}/leading-comments/actual.js | 0 .../strict-mode}/leading-comments/expected.js | 0 .../test/fixtures/strict-mode}/options.json | 0 .../undefined-this-arrow-function/actual.js | 0 .../undefined-this-arrow-function/expected.js | 0 .../strict-mode}/undefined-this-root-call/actual.js | 0 .../undefined-this-root-call/expected.js | 0 .../undefined-this-root-declaration/actual.js | 0 .../undefined-this-root-declaration/expected.js | 0 .../undefined-this-root-reference/actual.js | 0 .../undefined-this-root-reference/expected.js | 0 .../fixtures/strict-mode}/use-strict-add/actual.js | 0 .../fixtures/strict-mode}/use-strict-add/expected.js | 0 .../strict-mode}/use-strict-exists/actual.js | 0 .../strict-mode}/use-strict-exists/expected.js | 0 .../babel-plugin-transform-strict-mode/test/index.js | 1 + .../package.json | 3 +++ .../test/fixtures/undefined-to-void}/basic/actual.js | 0 .../fixtures/undefined-to-void}/basic/expected.js | 0 .../undefined-to-void}/member-expression/actual.js | 0 .../undefined-to-void}/member-expression/expected.js | 0 .../test/fixtures/undefined-to-void}/options.json | 0 .../test/index.js | 1 + .../package.json | 5 ++++- .../declared/exec.js | 0 .../options.json | 0 .../undeclared-shorthand-property/exec.js | 0 .../undeclared-shorthand-property/options.json | 0 .../undeclared/exec.js | 0 .../undeclared/options.json | 0 .../test/index.js | 1 + 1189 files changed, 365 insertions(+), 65 deletions(-) delete mode 100644 packages/babel-core/test/fixtures/transformation/es6.modules-amd/module-name/expected.js create mode 100644 packages/babel-helper-plugin-test-runner/.npmignore create mode 100644 packages/babel-helper-plugin-test-runner/README.md create mode 100644 packages/babel-helper-plugin-test-runner/package.json create mode 100644 packages/babel-helper-plugin-test-runner/src/index.js rename packages/{babel-core/test/fixtures/transformation/es7.trailing-function-commas => babel-plugin-syntax-trailing-function-commas/test/fixtures/trailing-function-commas}/arrow-function/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.trailing-function-commas => babel-plugin-syntax-trailing-function-commas/test/fixtures/trailing-function-commas}/arrow-function/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.trailing-function-commas => babel-plugin-syntax-trailing-function-commas/test/fixtures/trailing-function-commas}/call/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.trailing-function-commas => babel-plugin-syntax-trailing-function-commas/test/fixtures/trailing-function-commas}/call/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.trailing-function-commas => babel-plugin-syntax-trailing-function-commas/test/fixtures/trailing-function-commas}/declaration/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.trailing-function-commas => babel-plugin-syntax-trailing-function-commas/test/fixtures/trailing-function-commas}/declaration/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.trailing-function-commas => babel-plugin-syntax-trailing-function-commas/test/fixtures/trailing-function-commas}/new-expression/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.trailing-function-commas => babel-plugin-syntax-trailing-function-commas/test/fixtures/trailing-function-commas}/new-expression/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.trailing-function-commas => babel-plugin-syntax-trailing-function-commas/test/fixtures/trailing-function-commas}/options.json (100%) create mode 100644 packages/babel-plugin-syntax-trailing-function-commas/test/index.js rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-async-to-generator/test/fixtures}/async-to-generator/async/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-async-to-generator/test/fixtures}/async-to-generator/async/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-async-to-generator/test/fixtures}/async-to-generator/expression/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-async-to-generator/test/fixtures}/async-to-generator/expression/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-async-to-generator/test/fixtures}/async-to-generator/named-expression/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-async-to-generator/test/fixtures}/async-to-generator/named-expression/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-async-to-generator/test/fixtures}/async-to-generator/no-parameters-and-no-id/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-async-to-generator/test/fixtures}/async-to-generator/no-parameters-and-no-id/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-async-to-generator/test/fixtures}/async-to-generator/object-method/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-async-to-generator/test/fixtures}/async-to-generator/object-method/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-async-to-generator/test/fixtures}/async-to-generator/options.json (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-async-to-generator/test/fixtures}/async-to-generator/parameters/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-async-to-generator/test/fixtures}/async-to-generator/parameters/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-async-to-generator/test/fixtures}/async-to-generator/statement/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-async-to-generator/test/fixtures}/async-to-generator/statement/expected.js (100%) create mode 100644 packages/babel-plugin-transform-async-to-generator/test/index.js rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-async-to-module-method/test/fixtures}/bluebird-coroutines/arrow-function/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-async-to-module-method/test/fixtures}/bluebird-coroutines/arrow-function/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-async-to-module-method/test/fixtures}/bluebird-coroutines/class/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-async-to-module-method/test/fixtures}/bluebird-coroutines/class/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-async-to-module-method/test/fixtures}/bluebird-coroutines/class/options.json (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-async-to-module-method/test/fixtures}/bluebird-coroutines/expression/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-async-to-module-method/test/fixtures}/bluebird-coroutines/expression/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-async-to-module-method/test/fixtures}/bluebird-coroutines/named-expression/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-async-to-module-method/test/fixtures}/bluebird-coroutines/named-expression/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-async-to-module-method/test/fixtures}/bluebird-coroutines/options.json (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-async-to-module-method/test/fixtures}/bluebird-coroutines/statement/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-async-to-module-method/test/fixtures}/bluebird-coroutines/statement/expected.js (100%) create mode 100644 packages/babel-plugin-transform-async-to-module-method/test/index.js rename packages/{babel-core/test/fixtures/transformation/es7.class-constructor-call => babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call}/declaration-exec/exec.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.class-constructor-call => babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call}/declaration-exec/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es7.class-constructor-call => babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call}/declaration/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.class-constructor-call => babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call}/declaration/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.class-constructor-call => babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call}/export-default/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.class-constructor-call => babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call}/export-default/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.class-constructor-call => babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call}/expression-completion-record/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.class-constructor-call => babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call}/expression-completion-record/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.class-constructor-call => babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call}/expression-exec/exec.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.class-constructor-call => babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call}/expression-exec/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es7.class-constructor-call => babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call}/expression/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.class-constructor-call => babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call}/expression/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.class-constructor-call => babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call}/none/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.class-constructor-call => babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call}/none/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.class-constructor-call => babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call}/options.json (100%) create mode 100644 packages/babel-plugin-transform-class-constructor-call/test/index.js rename packages/{babel-core/test/fixtures/transformation/es7.class-properties => babel-plugin-transform-class-properties/test/fixtures/class-properties}/constructor-collision/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.class-properties => babel-plugin-transform-class-properties/test/fixtures/class-properties}/constructor-collision/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.class-properties => babel-plugin-transform-class-properties/test/fixtures/class-properties}/derived/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.class-properties => babel-plugin-transform-class-properties/test/fixtures/class-properties}/derived/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.class-properties => babel-plugin-transform-class-properties/test/fixtures/class-properties}/instance-undefined/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.class-properties => babel-plugin-transform-class-properties/test/fixtures/class-properties}/instance-undefined/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.class-properties => babel-plugin-transform-class-properties/test/fixtures/class-properties}/instance/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.class-properties => babel-plugin-transform-class-properties/test/fixtures/class-properties}/instance/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.class-properties => babel-plugin-transform-class-properties/test/fixtures/class-properties}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es7.class-properties => babel-plugin-transform-class-properties/test/fixtures/class-properties}/static-undefined/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.class-properties => babel-plugin-transform-class-properties/test/fixtures/class-properties}/static-undefined/exec.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.class-properties => babel-plugin-transform-class-properties/test/fixtures/class-properties}/static-undefined/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.class-properties => babel-plugin-transform-class-properties/test/fixtures/class-properties}/static/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.class-properties => babel-plugin-transform-class-properties/test/fixtures/class-properties}/static/exec.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.class-properties => babel-plugin-transform-class-properties/test/fixtures/class-properties}/static/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.class-properties => babel-plugin-transform-class-properties/test/fixtures/class-properties}/super-expression/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.class-properties => babel-plugin-transform-class-properties/test/fixtures/class-properties}/super-expression/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.class-properties => babel-plugin-transform-class-properties/test/fixtures/class-properties}/super-statement/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.class-properties => babel-plugin-transform-class-properties/test/fixtures/class-properties}/super-statement/expected.js (100%) create mode 100644 packages/babel-plugin-transform-class-properties/test/index.js rename packages/{babel-core/test/fixtures/transformation/.es7.decorators => babel-plugin-transform-decorators/test/fixtures/.decorators}/class-decorator.js (100%) rename packages/{babel-core/test/fixtures/transformation/.es7.decorators => babel-plugin-transform-decorators/test/fixtures/.decorators}/getters.js (100%) rename packages/{babel-core/test/fixtures/transformation/.es7.decorators => babel-plugin-transform-decorators/test/fixtures/.decorators}/initialised-property-declarations.js (100%) rename packages/{babel-core/test/fixtures/transformation/.es7.decorators => babel-plugin-transform-decorators/test/fixtures/.decorators}/initialised-static-properties.js (100%) rename packages/{babel-core/test/fixtures/transformation/.es7.decorators => babel-plugin-transform-decorators/test/fixtures/.decorators}/initialized-properties-in-object-literals.js (100%) rename packages/{babel-core/test/fixtures/transformation/.es7.decorators => babel-plugin-transform-decorators/test/fixtures/.decorators}/methods.js (100%) rename packages/{babel-core/test/fixtures/transformation/.es7.decorators => babel-plugin-transform-decorators/test/fixtures/.decorators}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/.es7.decorators => babel-plugin-transform-decorators/test/fixtures/.decorators}/uninitialized-field-declaration.js (100%) rename packages/{babel-core/test/fixtures/transformation/.es7.decorators => babel-plugin-transform-decorators/test/fixtures/.decorators}/uninitialized-properties-in-object-literals.js (100%) rename packages/{babel-core/test/fixtures/transformation/.es7.decorators => babel-plugin-transform-decorators/test/fixtures/.decorators}/unitialised-static-properties.js (100%) create mode 100644 packages/babel-plugin-transform-decorators/test/index.js rename packages/{babel-core/test/fixtures/transformation/es7.do-expressions => babel-plugin-transform-do-expressions/test/fixtures/do-expressions}/do-while.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.do-expressions => babel-plugin-transform-do-expressions/test/fixtures/do-expressions}/empty.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.do-expressions => babel-plugin-transform-do-expressions/test/fixtures/do-expressions}/for-in.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.do-expressions => babel-plugin-transform-do-expressions/test/fixtures/do-expressions}/for.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.do-expressions => babel-plugin-transform-do-expressions/test/fixtures/do-expressions}/if-else-if.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.do-expressions => babel-plugin-transform-do-expressions/test/fixtures/do-expressions}/if-else.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.do-expressions => babel-plugin-transform-do-expressions/test/fixtures/do-expressions}/if.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.do-expressions => babel-plugin-transform-do-expressions/test/fixtures/do-expressions}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es7.do-expressions => babel-plugin-transform-do-expressions/test/fixtures/do-expressions}/single-expression.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.do-expressions => babel-plugin-transform-do-expressions/test/fixtures/do-expressions}/variable-declaration-end.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.do-expressions => babel-plugin-transform-do-expressions/test/fixtures/do-expressions}/variable-declaration-start.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.do-expressions => babel-plugin-transform-do-expressions/test/fixtures/do-expressions}/while.js (100%) create mode 100644 packages/babel-plugin-transform-do-expressions/test/index.js rename packages/{babel-core/test/fixtures/transformation/es6.arrow-functions => babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions}/arguments/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.arrow-functions => babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions}/arguments/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.arrow-functions => babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions}/default-parameters/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.arrow-functions => babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions}/default-parameters/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.arrow-functions => babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions}/destructuring-parameters/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.arrow-functions => babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions}/destructuring-parameters/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.arrow-functions => babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions}/destructuring-parameters/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.arrow-functions => babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions}/empty-arguments/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.arrow-functions => babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions}/empty-arguments/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.arrow-functions => babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions}/empty-block/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.arrow-functions => babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions}/empty-block/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.arrow-functions => babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions}/expression/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.arrow-functions => babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions}/expression/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.arrow-functions => babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions}/inside-call/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.arrow-functions => babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions}/inside-call/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.arrow-functions => babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions}/multiple-arguments/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.arrow-functions => babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions}/multiple-arguments/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.arrow-functions => babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions}/nested/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.arrow-functions => babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions}/nested/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.arrow-functions => babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.arrow-functions => babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions}/paran-insertion/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.arrow-functions => babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions}/paran-insertion/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.arrow-functions => babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions}/single-argument/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.arrow-functions => babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions}/single-argument/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.arrow-functions => babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions}/spec/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.arrow-functions => babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions}/spec/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.arrow-functions => babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions}/spec/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.arrow-functions => babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions}/statement/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.arrow-functions => babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions}/statement/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.arrow-functions => babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions}/this/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.arrow-functions => babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions}/this/expected.js (100%) create mode 100644 packages/babel-plugin-transform-es2015-arrow-functions/test/index.js rename packages/{babel-core/test/fixtures/transformation/.es6.block-scoping-fail => babel-plugin-transform-es2015-block-scoping/test/fixtures/.fail}/assignment.js (100%) rename packages/{babel-core/test/fixtures/transformation/.es6.block-scoping-fail => babel-plugin-transform-es2015-block-scoping/test/fixtures/.fail}/call-2.js (100%) rename packages/{babel-core/test/fixtures/transformation/.es6.block-scoping-fail => babel-plugin-transform-es2015-block-scoping/test/fixtures/.fail}/call-3.js (100%) rename packages/{babel-core/test/fixtures/transformation/.es6.block-scoping-fail => babel-plugin-transform-es2015-block-scoping/test/fixtures/.fail}/call.js (100%) rename packages/{babel-core/test/fixtures/transformation/.es6.block-scoping-fail => babel-plugin-transform-es2015-block-scoping/test/fixtures/.fail}/defaults.js (100%) rename packages/{babel-core/test/fixtures/transformation/.es6.block-scoping-fail => babel-plugin-transform-es2015-block-scoping/test/fixtures/.fail}/destructuring.js (100%) rename packages/{babel-core/test/fixtures/transformation/.es6.block-scoping-fail => babel-plugin-transform-es2015-block-scoping/test/fixtures/.fail}/export.js (100%) rename packages/{babel-core/test/fixtures/transformation/.es6.block-scoping-fail => babel-plugin-transform-es2015-block-scoping/test/fixtures/.fail}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/.es6.block-scoping-fail => babel-plugin-transform-es2015-block-scoping/test/fixtures/.fail}/update.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping-exec => babel-plugin-transform-es2015-block-scoping/test/fixtures/exec}/block-scoped-2.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping-exec => babel-plugin-transform-es2015-block-scoping/test/fixtures/exec}/block-scoped.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping-exec => babel-plugin-transform-es2015-block-scoping/test/fixtures/exec}/closure-wrap-collision.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping-exec => babel-plugin-transform-es2015-block-scoping/test/fixtures/exec}/collision-for.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping-exec => babel-plugin-transform-es2015-block-scoping/test/fixtures/exec}/destructuring-defaults.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping-exec => babel-plugin-transform-es2015-block-scoping/test/fixtures/exec}/duplicate-function-scope.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping-exec => babel-plugin-transform-es2015-block-scoping/test/fixtures/exec}/for-continuation.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping-exec => babel-plugin-transform-es2015-block-scoping/test/fixtures/exec}/for-loop-head.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping-exec => babel-plugin-transform-es2015-block-scoping/test/fixtures/exec}/label.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping-exec => babel-plugin-transform-es2015-block-scoping/test/fixtures/exec}/multiple.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping-exec => babel-plugin-transform-es2015-block-scoping/test/fixtures/exec}/nested-labels-2.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping-exec => babel-plugin-transform-es2015-block-scoping/test/fixtures/exec}/nested-labels-3.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping-exec => babel-plugin-transform-es2015-block-scoping/test/fixtures/exec}/nested-labels-4.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping-exec => babel-plugin-transform-es2015-block-scoping/test/fixtures/exec}/nested-labels.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping-exec => babel-plugin-transform-es2015-block-scoping/test/fixtures/exec}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping-exec => babel-plugin-transform-es2015-block-scoping/test/fixtures/exec}/switch-break.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/assignment-patterns/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/assignment-patterns/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/for-break-continue-return/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/for-break-continue-return/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/for-break/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/for-break/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/for-continuation/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/for-continuation/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/for-continue/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/for-continue/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/for-return-undefined/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/for-return-undefined/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/for-return/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/for-return/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/function/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/function/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/hoisting/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/hoisting/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/hoisting/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/issue-1051/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/issue-1051/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/issue-2174/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/issue-2174/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/issue-973/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/issue-973/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/jsx-identifier/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/jsx-identifier/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/loop-initializer-default/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/loop-initializer-default/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/program/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/program/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/switch/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/switch/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/wrap-closure-shadow-variables/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping => babel-plugin-transform-es2015-block-scoping/test/fixtures/general}/wrap-closure-shadow-variables/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping-pass => babel-plugin-transform-es2015-block-scoping/test/fixtures/pass}/assignment.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping-pass => babel-plugin-transform-es2015-block-scoping/test/fixtures/pass}/call.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping-pass => babel-plugin-transform-es2015-block-scoping/test/fixtures/pass}/defaults.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping-pass => babel-plugin-transform-es2015-block-scoping/test/fixtures/pass}/destructuring.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping-pass => babel-plugin-transform-es2015-block-scoping/test/fixtures/pass}/export.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping-pass => babel-plugin-transform-es2015-block-scoping/test/fixtures/pass}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.block-scoping-pass => babel-plugin-transform-es2015-block-scoping/test/fixtures/pass}/update.js (100%) create mode 100644 packages/babel-plugin-transform-es2015-block-scoping/test/index.js rename packages/{babel-core/test/fixtures/transformation/es6.classes-exec => babel-plugin-transform-es2015-classes/test/fixtures/exec}/declaration-binding.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes-exec => babel-plugin-transform-es2015-classes/test/fixtures/exec}/expression-binding.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes-exec => babel-plugin-transform-es2015-classes/test/fixtures/exec}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes-exec => babel-plugin-transform-es2015-classes/test/fixtures/exec}/retain-no-call-on-reassign.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes-exec => babel-plugin-transform-es2015-classes/test/fixtures/exec}/shadow-container.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes-exec => babel-plugin-transform-es2015-classes/test/fixtures/exec}/super-change-proto.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes-exec => babel-plugin-transform-es2015-classes/test/fixtures/exec}/super-return.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes-loose => babel-plugin-transform-es2015-classes/test/fixtures/loose}/accessing-super-class/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes-loose => babel-plugin-transform-es2015-classes/test/fixtures/loose}/accessing-super-class/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes-loose => babel-plugin-transform-es2015-classes/test/fixtures/loose}/accessing-super-properties/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes-loose => babel-plugin-transform-es2015-classes/test/fixtures/loose}/accessing-super-properties/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes-loose => babel-plugin-transform-es2015-classes/test/fixtures/loose}/calling-super-properties/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes-loose => babel-plugin-transform-es2015-classes/test/fixtures/loose}/calling-super-properties/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes-loose => babel-plugin-transform-es2015-classes/test/fixtures/loose}/constructor-order/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes-loose => babel-plugin-transform-es2015-classes/test/fixtures/loose}/constructor-order/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes-loose => babel-plugin-transform-es2015-classes/test/fixtures/loose}/literal-key/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes-loose => babel-plugin-transform-es2015-classes/test/fixtures/loose}/literal-key/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes-loose => babel-plugin-transform-es2015-classes/test/fixtures/loose}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes-loose => babel-plugin-transform-es2015-classes/test/fixtures/loose}/super-class-id-member-expression/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes-loose => babel-plugin-transform-es2015-classes/test/fixtures/loose}/super-class-id-member-expression/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes-loose => babel-plugin-transform-es2015-classes/test/fixtures/loose}/super-class/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes-loose => babel-plugin-transform-es2015-classes/test/fixtures/loose}/super-class/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes-loose => babel-plugin-transform-es2015-classes/test/fixtures/loose}/super-function-fallback/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes-loose => babel-plugin-transform-es2015-classes/test/fixtures/loose}/super-function-fallback/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/accessing-super-class/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/accessing-super-class/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/accessing-super-properties/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/accessing-super-properties/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/calling-super-properties/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/calling-super-properties/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/computed-methods/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/computed-methods/exec.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/computed-methods/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/constructor-binding-collision/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/constructor-binding-collision/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/constructor/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/constructor/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/delay-arrow-function-for-bare-super-derived/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/delay-arrow-function-for-bare-super-derived/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/derived-constructor-must-call-super/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/derived-constructor-must-call-super/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/derived-constructor-must-call-super/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/export-super-class/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/export-super-class/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/inferred-expression-name/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/inferred-expression-name/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/instance-getter-and-setter/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/instance-getter-and-setter/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/instance-getter/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/instance-getter/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/instance-method/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/instance-method/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/instance-setter/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/instance-setter/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/name-method-collision/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/name-method-collision/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/name-method-collision/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/plain-class/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/plain-class/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/preserves-directives/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/preserves-directives/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/relaxed-method-coercion/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/relaxed-method-coercion/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/returning-from-derived-constructor/exec.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/statement/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/statement/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/static/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/static/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/super-call-only-allowed-in-derived-constructor/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/super-call-only-allowed-in-derived-constructor/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/super-call-only-allowed-in-derived-constructor/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/super-class-anonymous/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/super-class-anonymous/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/super-class-id-member-expression/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/super-class-id-member-expression/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/super-class/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/super-class/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/super-function-fallback/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/super-function-fallback/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/super-illegal-non-constructor-call/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/super-illegal-non-constructor-call/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/super-reference-before-bare-super/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/super-reference-before-bare-super/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/this-not-allowed-before-super-in-derived-classes-2/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/this-not-allowed-before-super-in-derived-classes-2/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/this-not-allowed-before-super-in-derived-classes/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.classes => babel-plugin-transform-es2015-classes/test/fixtures/spec}/this-not-allowed-before-super-in-derived-classes/options.json (100%) create mode 100644 packages/babel-plugin-transform-es2015-classes/test/index.js rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed-loose => babel-plugin-transform-es2015-computed-properties/test/fixtures/loose}/argument/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed-loose => babel-plugin-transform-es2015-computed-properties/test/fixtures/loose}/argument/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed-loose => babel-plugin-transform-es2015-computed-properties/test/fixtures/loose}/assignment/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed-loose => babel-plugin-transform-es2015-computed-properties/test/fixtures/loose}/assignment/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed-loose => babel-plugin-transform-es2015-computed-properties/test/fixtures/loose}/coerce/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed-loose => babel-plugin-transform-es2015-computed-properties/test/fixtures/loose}/coerce/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed-loose => babel-plugin-transform-es2015-computed-properties/test/fixtures/loose}/ignore-symbol/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed-loose => babel-plugin-transform-es2015-computed-properties/test/fixtures/loose}/ignore-symbol/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed-loose => babel-plugin-transform-es2015-computed-properties/test/fixtures/loose}/method/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed-loose => babel-plugin-transform-es2015-computed-properties/test/fixtures/loose}/method/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed-loose => babel-plugin-transform-es2015-computed-properties/test/fixtures/loose}/mixed/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed-loose => babel-plugin-transform-es2015-computed-properties/test/fixtures/loose}/mixed/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed-loose => babel-plugin-transform-es2015-computed-properties/test/fixtures/loose}/multiple/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed-loose => babel-plugin-transform-es2015-computed-properties/test/fixtures/loose}/multiple/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed-loose => babel-plugin-transform-es2015-computed-properties/test/fixtures/loose}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed-loose => babel-plugin-transform-es2015-computed-properties/test/fixtures/loose}/single/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed-loose => babel-plugin-transform-es2015-computed-properties/test/fixtures/loose}/single/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed-loose => babel-plugin-transform-es2015-computed-properties/test/fixtures/loose}/this/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed-loose => babel-plugin-transform-es2015-computed-properties/test/fixtures/loose}/this/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed-loose => babel-plugin-transform-es2015-computed-properties/test/fixtures/loose}/two/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed-loose => babel-plugin-transform-es2015-computed-properties/test/fixtures/loose}/two/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed-loose => babel-plugin-transform-es2015-computed-properties/test/fixtures/loose}/variable/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed-loose => babel-plugin-transform-es2015-computed-properties/test/fixtures/loose}/variable/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed => babel-plugin-transform-es2015-computed-properties/test/fixtures/spec}/argument/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed => babel-plugin-transform-es2015-computed-properties/test/fixtures/spec}/argument/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed => babel-plugin-transform-es2015-computed-properties/test/fixtures/spec}/assignment/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed => babel-plugin-transform-es2015-computed-properties/test/fixtures/spec}/assignment/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed => babel-plugin-transform-es2015-computed-properties/test/fixtures/spec}/ignore-symbol/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed => babel-plugin-transform-es2015-computed-properties/test/fixtures/spec}/ignore-symbol/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed => babel-plugin-transform-es2015-computed-properties/test/fixtures/spec}/method/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed => babel-plugin-transform-es2015-computed-properties/test/fixtures/spec}/method/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed => babel-plugin-transform-es2015-computed-properties/test/fixtures/spec}/mixed/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed => babel-plugin-transform-es2015-computed-properties/test/fixtures/spec}/mixed/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed => babel-plugin-transform-es2015-computed-properties/test/fixtures/spec}/multiple/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed => babel-plugin-transform-es2015-computed-properties/test/fixtures/spec}/multiple/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed => babel-plugin-transform-es2015-computed-properties/test/fixtures/spec}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed => babel-plugin-transform-es2015-computed-properties/test/fixtures/spec}/single/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed => babel-plugin-transform-es2015-computed-properties/test/fixtures/spec}/single/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed => babel-plugin-transform-es2015-computed-properties/test/fixtures/spec}/this/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed => babel-plugin-transform-es2015-computed-properties/test/fixtures/spec}/this/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed => babel-plugin-transform-es2015-computed-properties/test/fixtures/spec}/two/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed => babel-plugin-transform-es2015-computed-properties/test/fixtures/spec}/two/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed => babel-plugin-transform-es2015-computed-properties/test/fixtures/spec}/variable/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.computed => babel-plugin-transform-es2015-computed-properties/test/fixtures/spec}/variable/expected.js (100%) create mode 100644 packages/babel-plugin-transform-es2015-computed-properties/test/index.js rename packages/{babel-core/test/fixtures/transformation/es6.constants => babel-plugin-transform-es2015-constants/test/fixtures/general}/block-scoped/exec.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.constants => babel-plugin-transform-es2015-constants/test/fixtures/general}/block-statement/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.constants => babel-plugin-transform-es2015-constants/test/fixtures/general}/block-statement/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.constants => babel-plugin-transform-es2015-constants/test/fixtures/general}/destructuring-assignment/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.constants => babel-plugin-transform-es2015-constants/test/fixtures/general}/destructuring-assignment/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.constants => babel-plugin-transform-es2015-constants/test/fixtures/general}/destructuring/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.constants => babel-plugin-transform-es2015-constants/test/fixtures/general}/destructuring/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.constants => babel-plugin-transform-es2015-constants/test/fixtures/general}/ignore-member-expressions/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.constants => babel-plugin-transform-es2015-constants/test/fixtures/general}/ignore-member-expressions/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.constants => babel-plugin-transform-es2015-constants/test/fixtures/general}/loop/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.constants => babel-plugin-transform-es2015-constants/test/fixtures/general}/loop/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.constants => babel-plugin-transform-es2015-constants/test/fixtures/general}/no-assignment/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.constants => babel-plugin-transform-es2015-constants/test/fixtures/general}/no-assignment/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.constants => babel-plugin-transform-es2015-constants/test/fixtures/general}/no-classes/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.constants => babel-plugin-transform-es2015-constants/test/fixtures/general}/no-classes/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.constants => babel-plugin-transform-es2015-constants/test/fixtures/general}/no-declaration/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.constants => babel-plugin-transform-es2015-constants/test/fixtures/general}/no-declaration/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.constants => babel-plugin-transform-es2015-constants/test/fixtures/general}/no-for-in/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.constants => babel-plugin-transform-es2015-constants/test/fixtures/general}/no-for-in/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.constants => babel-plugin-transform-es2015-constants/test/fixtures/general}/no-functions/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.constants => babel-plugin-transform-es2015-constants/test/fixtures/general}/no-functions/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.constants => babel-plugin-transform-es2015-constants/test/fixtures/general}/program/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.constants => babel-plugin-transform-es2015-constants/test/fixtures/general}/program/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.constants => babel-plugin-transform-es2015-constants/test/fixtures/general}/update-expression/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.constants => babel-plugin-transform-es2015-constants/test/fixtures/general}/update-expression/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.constants => babel-plugin-transform-es2015-constants/test/fixtures/general}/update-expression/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.constants => babel-plugin-transform-es2015-constants/test/fixtures}/options.json (100%) create mode 100644 packages/babel-plugin-transform-es2015-constants/test/index.js rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/array-unpack-optimisation/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/array-unpack-optimisation/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/array/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/array/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/assignment-expression-completion-record/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/assignment-expression-completion-record/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/assignment-expression-pattern/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/assignment-expression-pattern/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/assignment-expression/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/assignment-expression/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/assignment-statement/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/assignment-statement/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/chained/exec.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/default-precedence/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/default-precedence/exec.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/default-precedence/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/empty-object-pattern/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/empty-object-pattern/exec.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/empty-object-pattern/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/empty/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/empty/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/es7-object-rest/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/es7-object-rest/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/for-in/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/for-in/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/for-of/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/for-of/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/known-array/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/known-array/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/member-expression/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/member-expression/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/mixed/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/mixed/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/multiple/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/multiple/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/object-advanced/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/object-advanced/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/object-basic/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/object-basic/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/parameters/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/parameters/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/spread-generator/exec.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/spread/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.destructuring => babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring}/spread/expected.js (100%) create mode 100644 packages/babel-plugin-transform-es2015-destructuring/test/index.js rename packages/{babel-core/test/fixtures/transformation/es6.for-of-loose => babel-plugin-transform-es2015-for-of/test/fixtures/loose}/identifier/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.for-of-loose => babel-plugin-transform-es2015-for-of/test/fixtures/loose}/identifier/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.for-of-loose => babel-plugin-transform-es2015-for-of/test/fixtures/loose}/ignore-cases/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.for-of-loose => babel-plugin-transform-es2015-for-of/test/fixtures/loose}/ignore-cases/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.for-of-loose => babel-plugin-transform-es2015-for-of/test/fixtures/loose}/let/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.for-of-loose => babel-plugin-transform-es2015-for-of/test/fixtures/loose}/let/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.for-of-loose => babel-plugin-transform-es2015-for-of/test/fixtures/loose}/member-expression/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.for-of-loose => babel-plugin-transform-es2015-for-of/test/fixtures/loose}/member-expression/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.for-of-loose => babel-plugin-transform-es2015-for-of/test/fixtures/loose}/multiple/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.for-of-loose => babel-plugin-transform-es2015-for-of/test/fixtures/loose}/multiple/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.for-of-loose => babel-plugin-transform-es2015-for-of/test/fixtures/loose}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.for-of-loose => babel-plugin-transform-es2015-for-of/test/fixtures/loose}/var/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.for-of-loose => babel-plugin-transform-es2015-for-of/test/fixtures/loose}/var/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.for-of => babel-plugin-transform-es2015-for-of/test/fixtures/spec}/identifier/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.for-of => babel-plugin-transform-es2015-for-of/test/fixtures/spec}/identifier/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.for-of => babel-plugin-transform-es2015-for-of/test/fixtures/spec}/ignore-cases/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.for-of => babel-plugin-transform-es2015-for-of/test/fixtures/spec}/ignore-cases/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.for-of => babel-plugin-transform-es2015-for-of/test/fixtures/spec}/let/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.for-of => babel-plugin-transform-es2015-for-of/test/fixtures/spec}/let/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.for-of => babel-plugin-transform-es2015-for-of/test/fixtures/spec}/member-expression/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.for-of => babel-plugin-transform-es2015-for-of/test/fixtures/spec}/member-expression/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.for-of => babel-plugin-transform-es2015-for-of/test/fixtures/spec}/multiple/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.for-of => babel-plugin-transform-es2015-for-of/test/fixtures/spec}/multiple/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.for-of => babel-plugin-transform-es2015-for-of/test/fixtures/spec}/nested-label-for-of/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.for-of => babel-plugin-transform-es2015-for-of/test/fixtures/spec}/nested-label-for-of/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.for-of => babel-plugin-transform-es2015-for-of/test/fixtures/spec}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.for-of => babel-plugin-transform-es2015-for-of/test/fixtures/spec}/var/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.for-of => babel-plugin-transform-es2015-for-of/test/fixtures/spec}/var/expected.js (100%) create mode 100644 packages/babel-plugin-transform-es2015-for-of/test/index.js rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/.smoke/exec.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/.smoke/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/assignment/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/assignment/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/basic/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/basic/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/class-method/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/class-method/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/collisions/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/collisions/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/eval/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/eval/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/export/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/export/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/function-collision/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/function-collision/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/global/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/global/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/modules-2/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/modules-2/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/modules-2/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/modules-3/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/modules-3/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/modules-3/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/modules-4/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/modules-4/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/modules/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/modules/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/modules/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/object/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/object/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/own-bindings/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/own-bindings/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/self-reference/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/self-reference/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/shorthand-property/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.function-name => babel-plugin-transform-es2015-function-name/test/fixtures/function-name}/shorthand-property/expected.js (100%) create mode 100644 packages/babel-plugin-transform-es2015-function-name/test/index.js rename packages/{babel-core/test/fixtures/transformation/es6.spec.symbols => babel-plugin-transform-es2015-instanceof/test/fixtures/instanceof}/instanceof/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spec.symbols => babel-plugin-transform-es2015-instanceof/test/fixtures/instanceof}/instanceof/exec.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spec.symbols => babel-plugin-transform-es2015-instanceof/test/fixtures/instanceof}/instanceof/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spec.symbols => babel-plugin-transform-es2015-instanceof/test/fixtures/instanceof}/instanceof/options.json (100%) create mode 100644 packages/babel-plugin-transform-es2015-instanceof/test/index.js rename packages/{babel-core/test/fixtures/transformation/es6.modules-amd => babel-plugin-transform-es2015-modules-amd/test/fixtures/amd}/export-specifier-default/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-amd => babel-plugin-transform-es2015-modules-amd/test/fixtures/amd}/export-specifier-default/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-amd => babel-plugin-transform-es2015-modules-amd/test/fixtures/amd}/exports-default/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-amd => babel-plugin-transform-es2015-modules-amd/test/fixtures/amd}/exports-default/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-amd => babel-plugin-transform-es2015-modules-amd/test/fixtures/amd}/exports-default/untitled (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-amd => babel-plugin-transform-es2015-modules-amd/test/fixtures/amd}/exports-from/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-amd => babel-plugin-transform-es2015-modules-amd/test/fixtures/amd}/exports-from/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-amd => babel-plugin-transform-es2015-modules-amd/test/fixtures/amd}/exports-named/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-amd => babel-plugin-transform-es2015-modules-amd/test/fixtures/amd}/exports-named/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-amd => babel-plugin-transform-es2015-modules-amd/test/fixtures/amd}/exports-variable/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-amd => babel-plugin-transform-es2015-modules-amd/test/fixtures/amd}/exports-variable/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-amd => babel-plugin-transform-es2015-modules-amd/test/fixtures/amd}/get-module-name-option/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-amd => babel-plugin-transform-es2015-modules-amd/test/fixtures/amd}/get-module-name-option/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-amd => babel-plugin-transform-es2015-modules-amd/test/fixtures/amd}/get-module-name-option/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-amd => babel-plugin-transform-es2015-modules-amd/test/fixtures/amd}/hoist-function-exports/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-amd => babel-plugin-transform-es2015-modules-amd/test/fixtures/amd}/hoist-function-exports/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-amd => babel-plugin-transform-es2015-modules-amd/test/fixtures/amd}/imports-default/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-amd => babel-plugin-transform-es2015-modules-amd/test/fixtures/amd}/imports-default/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-amd => babel-plugin-transform-es2015-modules-amd/test/fixtures/amd}/imports-glob/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-amd => babel-plugin-transform-es2015-modules-amd/test/fixtures/amd}/imports-glob/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-amd => babel-plugin-transform-es2015-modules-amd/test/fixtures/amd}/imports-mixing/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-amd => babel-plugin-transform-es2015-modules-amd/test/fixtures/amd}/imports-mixing/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-amd => babel-plugin-transform-es2015-modules-amd/test/fixtures/amd}/imports-named/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-amd => babel-plugin-transform-es2015-modules-amd/test/fixtures/amd}/imports-named/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-amd => babel-plugin-transform-es2015-modules-amd/test/fixtures/amd}/imports/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-amd => babel-plugin-transform-es2015-modules-amd/test/fixtures/amd}/imports/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-amd => babel-plugin-transform-es2015-modules-amd/test/fixtures/amd}/module-name/actual.js (100%) create mode 100644 packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/module-name/expected.js rename packages/{babel-core/test/fixtures/transformation/es6.modules-amd => babel-plugin-transform-es2015-modules-amd/test/fixtures/amd}/module-name/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-amd => babel-plugin-transform-es2015-modules-amd/test/fixtures/amd}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-amd => babel-plugin-transform-es2015-modules-amd/test/fixtures/amd}/overview/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-amd => babel-plugin-transform-es2015-modules-amd/test/fixtures/amd}/overview/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-amd => babel-plugin-transform-es2015-modules-amd/test/fixtures/amd}/remap/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-amd => babel-plugin-transform-es2015-modules-amd/test/fixtures/amd}/remap/expected.js (100%) create mode 100644 packages/babel-plugin-transform-es2015-modules-amd/test/index.js rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/exports-default-non-function/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/exports-default-non-function/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/exports-default/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/exports-default/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/exports-from/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/exports-from/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/exports-named/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/exports-named/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/exports-variable/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/exports-variable/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/hoist-function-exports/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/hoist-function-exports/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/illegal-export-esmodule-2/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/illegal-export-esmodule-2/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/illegal-export-esmodule/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/illegal-export-esmodule/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/imports-default/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/imports-default/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/imports-default/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/imports-glob/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/imports-glob/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/imports-mixing/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/imports-mixing/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/imports-mixing/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/imports-named/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/imports-named/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/imports/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/imports/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/module-shadow/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/module-shadow/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/overview/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/overview/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/overview/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/remap/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop}/remap/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common-strict => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/strict}/export-1/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common-strict => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/strict}/export-1/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common-strict => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/strict}/export-2/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common-strict => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/strict}/export-2/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common-strict => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/strict}/export/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common-strict => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/strict}/export/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common-strict => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/strict}/import/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common-strict => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/strict}/import/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-common-strict => babel-plugin-transform-es2015-modules-commonjs/test/fixtures/strict}/options.json (100%) create mode 100644 packages/babel-plugin-transform-es2015-modules-commonjs/test/index.js rename packages/{babel-core/test/fixtures/transformation/es6.modules-system => babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs}/exports-default/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-system => babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs}/exports-default/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-system => babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs}/exports-from/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-system => babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs}/exports-from/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-system => babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs}/exports-named/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-system => babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs}/exports-named/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-system => babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs}/exports-variable/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-system => babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs}/exports-variable/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-system => babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs}/get-module-name-option/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-system => babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs}/get-module-name-option/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-system => babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs}/get-module-name-option/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-system => babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs}/hoist-function-exports/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-system => babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs}/hoist-function-exports/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-system => babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs}/imports-default/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-system => babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs}/imports-default/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-system => babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs}/imports-glob/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-system => babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs}/imports-glob/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-system => babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs}/imports-mixing/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-system => babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs}/imports-mixing/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-system => babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs}/imports-named/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-system => babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs}/imports-named/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-system => babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs}/imports/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-system => babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs}/imports/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-system => babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-system => babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs}/overview/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-system => babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs}/overview/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-system => babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs}/remap/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-system => babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs}/remap/expected.js (100%) create mode 100644 packages/babel-plugin-transform-es2015-modules-systemjs/test/index.js rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/exports-default/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/exports-default/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/exports-from/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/exports-from/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/exports-named/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/exports-named/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/exports-variable/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/exports-variable/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/get-module-name-option/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/get-module-name-option/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/get-module-name-option/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/hoist-function-exports/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/hoist-function-exports/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/imports-default/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/imports-default/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/imports-glob/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/imports-glob/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/imports-mixing/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/imports-mixing/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/imports-named/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/imports-named/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/imports/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/imports/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/module-id/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/module-id/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/module-id/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/module-name/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/module-name/expected.js (67%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/module-name/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/non-default-imports/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/non-default-imports/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/overview/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/overview/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/remap/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.modules-umd => babel-plugin-transform-es2015-modules-umd/test/fixtures/umd}/remap/expected.js (100%) create mode 100644 packages/babel-plugin-transform-es2015-modules-umd/test/index.js rename packages/{babel-core/test/fixtures/transformation/es6.object-super => babel-plugin-transform-es2015-object-super/test/fixtures/object-super}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.object-super => babel-plugin-transform-es2015-object-super/test/fixtures/object-super}/simple.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.object-super => babel-plugin-transform-es2015-object-super/test/fixtures/object-super}/statically-bound/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.object-super => babel-plugin-transform-es2015-object-super/test/fixtures/object-super}/statically-bound/expected.js (100%) create mode 100644 packages/babel-plugin-transform-es2015-object-super/test/index.js rename packages/{babel-core/test/fixtures/transformation/es6.parameters => babel-plugin-transform-es2015-parameters/test/fixtures/parameters}/default-before-last/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.parameters => babel-plugin-transform-es2015-parameters/test/fixtures/parameters}/default-before-last/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.parameters => babel-plugin-transform-es2015-parameters/test/fixtures/parameters}/default-destructuring/exec.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.parameters => babel-plugin-transform-es2015-parameters/test/fixtures/parameters}/default-eval/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.parameters => babel-plugin-transform-es2015-parameters/test/fixtures/parameters}/default-eval/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.parameters => babel-plugin-transform-es2015-parameters/test/fixtures/parameters}/default-iife-1128/exec.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.parameters => babel-plugin-transform-es2015-parameters/test/fixtures/parameters}/default-multiple/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.parameters => babel-plugin-transform-es2015-parameters/test/fixtures/parameters}/default-multiple/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.parameters => babel-plugin-transform-es2015-parameters/test/fixtures/parameters}/default-single/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.parameters => babel-plugin-transform-es2015-parameters/test/fixtures/parameters}/default-single/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.parameters => babel-plugin-transform-es2015-parameters/test/fixtures/parameters}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.parameters => babel-plugin-transform-es2015-parameters/test/fixtures/parameters}/rest-arrow-functions/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.parameters => babel-plugin-transform-es2015-parameters/test/fixtures/parameters}/rest-arrow-functions/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.parameters => babel-plugin-transform-es2015-parameters/test/fixtures/parameters}/rest-binding-deoptimisation/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.parameters => babel-plugin-transform-es2015-parameters/test/fixtures/parameters}/rest-binding-deoptimisation/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.parameters => babel-plugin-transform-es2015-parameters/test/fixtures/parameters}/rest-deepest-common-ancestor-earliest-child/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.parameters => babel-plugin-transform-es2015-parameters/test/fixtures/parameters}/rest-deepest-common-ancestor-earliest-child/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.parameters => babel-plugin-transform-es2015-parameters/test/fixtures/parameters}/rest-member-expression-deoptimisation/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.parameters => babel-plugin-transform-es2015-parameters/test/fixtures/parameters}/rest-member-expression-deoptimisation/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.parameters => babel-plugin-transform-es2015-parameters/test/fixtures/parameters}/rest-member-expression-optimisation/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.parameters => babel-plugin-transform-es2015-parameters/test/fixtures/parameters}/rest-member-expression-optimisation/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.parameters => babel-plugin-transform-es2015-parameters/test/fixtures/parameters}/rest-multiple/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.parameters => babel-plugin-transform-es2015-parameters/test/fixtures/parameters}/rest-multiple/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.parameters => babel-plugin-transform-es2015-parameters/test/fixtures/parameters}/rest-nested-iife/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.parameters => babel-plugin-transform-es2015-parameters/test/fixtures/parameters}/rest-nested-iife/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.parameters => babel-plugin-transform-es2015-parameters/test/fixtures/parameters}/rest-spread-optimisation/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.parameters => babel-plugin-transform-es2015-parameters/test/fixtures/parameters}/rest-spread-optimisation/expected.js (100%) create mode 100644 packages/babel-plugin-transform-es2015-parameters/test/index.js rename packages/{babel-core/test/fixtures/transformation/es6.properties.shorthand => babel-plugin-transform-es2015-shorthand-properties/test/fixtures/shorthand-properties}/method-plain/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.shorthand => babel-plugin-transform-es2015-shorthand-properties/test/fixtures/shorthand-properties}/method-plain/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.shorthand => babel-plugin-transform-es2015-shorthand-properties/test/fixtures/shorthand-properties}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.shorthand => babel-plugin-transform-es2015-shorthand-properties/test/fixtures/shorthand-properties}/shorthand-comments/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.shorthand => babel-plugin-transform-es2015-shorthand-properties/test/fixtures/shorthand-properties}/shorthand-comments/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.shorthand => babel-plugin-transform-es2015-shorthand-properties/test/fixtures/shorthand-properties}/shorthand-mixed/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.shorthand => babel-plugin-transform-es2015-shorthand-properties/test/fixtures/shorthand-properties}/shorthand-mixed/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.shorthand => babel-plugin-transform-es2015-shorthand-properties/test/fixtures/shorthand-properties}/shorthand-multiple/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.shorthand => babel-plugin-transform-es2015-shorthand-properties/test/fixtures/shorthand-properties}/shorthand-multiple/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.shorthand => babel-plugin-transform-es2015-shorthand-properties/test/fixtures/shorthand-properties}/shorthand-single/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.properties.shorthand => babel-plugin-transform-es2015-shorthand-properties/test/fixtures/shorthand-properties}/shorthand-single/expected.js (100%) create mode 100644 packages/babel-plugin-transform-es2015-shorthand-properties/test/index.js rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/arguments-array/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/arguments-array/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/arguments-concat/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/arguments-concat/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/arguments/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/arguments/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/array-literal-first/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/array-literal-first/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/array-literal-middle/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/array-literal-middle/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/array-literal-multiple/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/array-literal-multiple/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/array-literals/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/array-literals/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/contexted-computed-method-call-multiple-args/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/contexted-computed-method-call-multiple-args/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/contexted-computed-method-call-single-arg/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/contexted-computed-method-call-single-arg/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/contexted-method-call-multiple-args/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/contexted-method-call-multiple-args/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/contexted-method-call-single-arg/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/contexted-method-call-single-arg/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/known-rest/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/known-rest/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/method-call-array-literal/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/method-call-array-literal/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/method-call-first/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/method-call-first/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/method-call-middle/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/method-call-middle/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/method-call-multiple-args/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/method-call-multiple-args/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/method-call-multiple/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/method-call-multiple/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/method-call-single-arg/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/method-call-single-arg/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/new-expression/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/new-expression/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/single/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/single/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/this-context/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spread => babel-plugin-transform-es2015-spread/test/fixtures/spread}/this-context/expected.js (100%) create mode 100644 packages/babel-plugin-transform-es2015-spread/test/index.js rename packages/{babel-core/test/fixtures/transformation/es6.regex.sticky => babel-plugin-transform-es2015-sticky-regex/test/fixtures/sticky-regex}/basic/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.regex.sticky => babel-plugin-transform-es2015-sticky-regex/test/fixtures/sticky-regex}/basic/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.regex.sticky => babel-plugin-transform-es2015-sticky-regex/test/fixtures/sticky-regex}/ignore-non-sticky/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.regex.sticky => babel-plugin-transform-es2015-sticky-regex/test/fixtures/sticky-regex}/ignore-non-sticky/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.regex.sticky => babel-plugin-transform-es2015-sticky-regex/test/fixtures/sticky-regex}/options.json (100%) create mode 100644 packages/babel-plugin-transform-es2015-sticky-regex/test/index.js rename packages/{babel-core/test/fixtures/transformation/es6.spec.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/normal}/escape-quotes/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/normal}/escape-quotes/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/normal}/expression-first/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/normal}/expression-first/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spec.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/normal}/functions/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/normal}/functions/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spec.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/normal}/multiline/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spec.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/normal}/multiline/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spec.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/normal}/multiple/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/normal}/multiple/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spec.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/normal}/none/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spec.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/normal}/none/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spec.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/normal}/only/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/normal}/only/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/normal}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spec.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/normal}/single/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/normal}/single/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spec.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/normal}/statement/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/normal}/statement/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/normal}/tag-loose/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/normal}/tag-loose/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/normal}/tag-loose/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/normal}/tag/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/normal}/tag/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/spec}/escape-quotes/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spec.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/spec}/escape-quotes/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/spec}/functions/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spec.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/spec}/functions/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/spec}/multiline/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/spec}/multiline/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/spec}/multiple/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spec.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/spec}/multiple/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/spec}/none/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/spec}/none/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/spec}/only/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spec.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/spec}/only/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spec.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/spec}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/spec}/single/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spec.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/spec}/single/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/spec}/statement/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spec.template-literals => babel-plugin-transform-es2015-template-literals/test/fixtures/spec}/statement/expected.js (100%) create mode 100644 packages/babel-plugin-transform-es2015-template-literals/test/index.js rename packages/{babel-core/test/fixtures/transformation/transform-es2015-typeof-symbol => babel-plugin-transform-es2015-typeof-symbol/test/fixtures/symbols}/non-typeof/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/transform-es2015-typeof-symbol => babel-plugin-transform-es2015-typeof-symbol/test/fixtures/symbols}/non-typeof/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/transform-es2015-typeof-symbol => babel-plugin-transform-es2015-typeof-symbol/test/fixtures/symbols/non-typeof}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spec.symbols => babel-plugin-transform-es2015-typeof-symbol/test/fixtures/symbols}/typeof/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spec.symbols => babel-plugin-transform-es2015-typeof-symbol/test/fixtures/symbols}/typeof/exec.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spec.symbols => babel-plugin-transform-es2015-typeof-symbol/test/fixtures/symbols}/typeof/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.spec.symbols => babel-plugin-transform-es2015-typeof-symbol/test/fixtures/symbols}/typeof/options.json (100%) create mode 100644 packages/babel-plugin-transform-es2015-typeof-symbol/test/index.js rename packages/{babel-core/test/fixtures/transformation/es6.regex.unicode => babel-plugin-transform-es2015-unicode-regex/test/fixtures/unicode-regex}/basic/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.regex.unicode => babel-plugin-transform-es2015-unicode-regex/test/fixtures/unicode-regex}/basic/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.regex.unicode => babel-plugin-transform-es2015-unicode-regex/test/fixtures/unicode-regex}/ignore-non-unicode/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.regex.unicode => babel-plugin-transform-es2015-unicode-regex/test/fixtures/unicode-regex}/ignore-non-unicode/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es6.regex.unicode => babel-plugin-transform-es2015-unicode-regex/test/fixtures/unicode-regex}/options.json (100%) create mode 100644 packages/babel-plugin-transform-es2015-unicode-regex/test/index.js rename packages/{babel-core/test/fixtures/transformation/es3 => babel-plugin-transform-es3-member-expression-literals/test/fixtures/member-expression-literals}/member-expression-literals/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es3 => babel-plugin-transform-es3-member-expression-literals/test/fixtures/member-expression-literals}/member-expression-literals/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es3 => babel-plugin-transform-es3-member-expression-literals/test/fixtures/member-expression-literals}/member-expression-literals/options.json (100%) create mode 100644 packages/babel-plugin-transform-es3-member-expression-literals/test/index.js rename packages/{babel-core/test/fixtures/transformation/es3 => babel-plugin-transform-es3-property-literals/test/fixtures/property-literals}/property-literals/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es3 => babel-plugin-transform-es3-property-literals/test/fixtures/property-literals}/property-literals/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es3 => babel-plugin-transform-es3-property-literals/test/fixtures/property-literals}/property-literals/options.json (100%) create mode 100644 packages/babel-plugin-transform-es3-property-literals/test/index.js rename packages/{babel-core/test/fixtures/transformation/es5.properties.mutators => babel-plugin-transform-es5-property-mutators/test/fixtures/property-mutators}/getter-and-setter/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es5.properties.mutators => babel-plugin-transform-es5-property-mutators/test/fixtures/property-mutators}/getter-and-setter/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es5.properties.mutators => babel-plugin-transform-es5-property-mutators/test/fixtures/property-mutators}/getter/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es5.properties.mutators => babel-plugin-transform-es5-property-mutators/test/fixtures/property-mutators}/getter/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es5.properties.mutators => babel-plugin-transform-es5-property-mutators/test/fixtures/property-mutators}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es5.properties.mutators => babel-plugin-transform-es5-property-mutators/test/fixtures/property-mutators}/setter/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es5.properties.mutators => babel-plugin-transform-es5-property-mutators/test/fixtures/property-mutators}/setter/expected.js (100%) create mode 100644 packages/babel-plugin-transform-es5-property-mutators/test/index.js rename packages/{babel-core/test/fixtures/transformation/es7.exponentian-operator => babel-plugin-transform-exponentiation-operator/test/fixtures/exponentian-operator}/assignment/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.exponentian-operator => babel-plugin-transform-exponentiation-operator/test/fixtures/exponentian-operator}/assignment/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.exponentian-operator => babel-plugin-transform-exponentiation-operator/test/fixtures/exponentian-operator}/binary/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.exponentian-operator => babel-plugin-transform-exponentiation-operator/test/fixtures/exponentian-operator}/binary/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.exponentian-operator => babel-plugin-transform-exponentiation-operator/test/fixtures/exponentian-operator}/comprehensive/exec.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.exponentian-operator => babel-plugin-transform-exponentiation-operator/test/fixtures/exponentian-operator}/memoise-object/exec.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.exponentian-operator => babel-plugin-transform-exponentiation-operator/test/fixtures/exponentian-operator}/options.json (100%) create mode 100644 packages/babel-plugin-transform-exponentiation-operator/test/index.js rename packages/{babel-core/test/fixtures/transformation/es7.export-extensions => babel-plugin-transform-export-extensions/test/fixtures/export-extensions}/default-compound-es6/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.export-extensions => babel-plugin-transform-export-extensions/test/fixtures/export-extensions}/default-compound-es6/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.export-extensions => babel-plugin-transform-export-extensions/test/fixtures/export-extensions}/default-es6/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.export-extensions => babel-plugin-transform-export-extensions/test/fixtures/export-extensions}/default-es6/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.export-extensions => babel-plugin-transform-export-extensions/test/fixtures/export-extensions}/namespace-compound-es6/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.export-extensions => babel-plugin-transform-export-extensions/test/fixtures/export-extensions}/namespace-compound-es6/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.export-extensions => babel-plugin-transform-export-extensions/test/fixtures/export-extensions}/namespace-es6/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.export-extensions => babel-plugin-transform-export-extensions/test/fixtures/export-extensions}/namespace-es6/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.export-extensions => babel-plugin-transform-export-extensions/test/fixtures/export-extensions}/options.json (100%) create mode 100644 packages/babel-plugin-transform-export-extensions/test/index.js rename packages/{babel-core/test/fixtures/transformation/flow => babel-plugin-transform-flow-strip-types/test/fixtures/strip-types}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/flow => babel-plugin-transform-flow-strip-types/test/fixtures/strip-types}/strip-array-types/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/flow => babel-plugin-transform-flow-strip-types/test/fixtures/strip-types}/strip-array-types/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/flow => babel-plugin-transform-flow-strip-types/test/fixtures/strip-types}/strip-call-properties/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/flow => babel-plugin-transform-flow-strip-types/test/fixtures/strip-types}/strip-call-properties/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/flow => babel-plugin-transform-flow-strip-types/test/fixtures/strip-types}/strip-declare-module/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/flow => babel-plugin-transform-flow-strip-types/test/fixtures/strip-types}/strip-declare-statements/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/flow => babel-plugin-transform-flow-strip-types/test/fixtures/strip-types}/strip-directive/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/flow => babel-plugin-transform-flow-strip-types/test/fixtures/strip-types}/strip-directive/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/flow => babel-plugin-transform-flow-strip-types/test/fixtures/strip-types}/strip-interfaces-module-and-script/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/flow => babel-plugin-transform-flow-strip-types/test/fixtures/strip-types}/strip-interfaces-module-and-script/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/flow => babel-plugin-transform-flow-strip-types/test/fixtures/strip-types}/strip-qualified-generic-type/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/flow => babel-plugin-transform-flow-strip-types/test/fixtures/strip-types}/strip-qualified-generic-type/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/flow => babel-plugin-transform-flow-strip-types/test/fixtures/strip-types}/strip-string-literal-types/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/flow => babel-plugin-transform-flow-strip-types/test/fixtures/strip-types}/strip-string-literal-types/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/flow => babel-plugin-transform-flow-strip-types/test/fixtures/strip-types}/strip-tuples/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/flow => babel-plugin-transform-flow-strip-types/test/fixtures/strip-types}/strip-tuples/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/flow => babel-plugin-transform-flow-strip-types/test/fixtures/strip-types}/strip-type-alias/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/flow => babel-plugin-transform-flow-strip-types/test/fixtures/strip-types}/strip-type-annotations/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/flow => babel-plugin-transform-flow-strip-types/test/fixtures/strip-types}/strip-type-annotations/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/flow => babel-plugin-transform-flow-strip-types/test/fixtures/strip-types}/strip-typecasts/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/flow => babel-plugin-transform-flow-strip-types/test/fixtures/strip-types}/strip-typecasts/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/flow => babel-plugin-transform-flow-strip-types/test/fixtures/strip-types}/type-comments/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/flow => babel-plugin-transform-flow-strip-types/test/fixtures/strip-types}/type-comments/expected.js (100%) create mode 100644 packages/babel-plugin-transform-flow-strip-types/test/index.js rename packages/{babel-core/test/fixtures/transformation/es7.function-bind => babel-plugin-transform-function-bind/test/fixtures/function-bind}/bind/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.function-bind => babel-plugin-transform-function-bind/test/fixtures/function-bind}/bind/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.function-bind => babel-plugin-transform-function-bind/test/fixtures/function-bind}/call/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.function-bind => babel-plugin-transform-function-bind/test/fixtures/function-bind}/call/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.function-bind => babel-plugin-transform-function-bind/test/fixtures/function-bind}/complex-call/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.function-bind => babel-plugin-transform-function-bind/test/fixtures/function-bind}/complex-call/exec.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.function-bind => babel-plugin-transform-function-bind/test/fixtures/function-bind}/complex-call/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.function-bind => babel-plugin-transform-function-bind/test/fixtures/function-bind}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es7.function-bind => babel-plugin-transform-function-bind/test/fixtures/function-bind}/static-contexts/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.function-bind => babel-plugin-transform-function-bind/test/fixtures/function-bind}/static-contexts/expected.js (100%) create mode 100644 packages/babel-plugin-transform-function-bind/test/index.js rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-jscript/test/fixtures}/jscript/arrow-function/exec.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-jscript/test/fixtures}/jscript/options.json (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-jscript/test/fixtures}/jscript/simple-class/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-jscript/test/fixtures}/jscript/simple-class/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-jscript/test/fixtures}/jscript/var-named-function-expression/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-jscript/test/fixtures}/jscript/var-named-function-expression/expected.js (100%) create mode 100644 packages/babel-plugin-transform-jscript/test/index.js rename packages/{babel-core/test/fixtures/transformation/minification.member-expression-literals => babel-plugin-transform-member-expression-literals/test/fixtures/member-expression-literals}/invalid-identifiers/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/minification.member-expression-literals => babel-plugin-transform-member-expression-literals/test/fixtures/member-expression-literals}/invalid-identifiers/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/minification.member-expression-literals => babel-plugin-transform-member-expression-literals/test/fixtures/member-expression-literals}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/minification.member-expression-literals => babel-plugin-transform-member-expression-literals/test/fixtures/member-expression-literals}/valid-identifiers/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/minification.member-expression-literals => babel-plugin-transform-member-expression-literals/test/fixtures/member-expression-literals}/valid-identifiers/expected.js (100%) create mode 100644 packages/babel-plugin-transform-member-expression-literals/test/index.js rename packages/{babel-core/test/fixtures/transformation/minification.booleans => babel-plugin-transform-minify-booleans/test/fixtures/minify-booleans}/booleans/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/minification.booleans => babel-plugin-transform-minify-booleans/test/fixtures/minify-booleans}/booleans/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/minification.booleans => babel-plugin-transform-minify-booleans/test/fixtures/minify-booleans}/options.json (100%) create mode 100644 packages/babel-plugin-transform-minify-booleans/test/index.js rename packages/{babel-core/test/fixtures/transformation/es7.object-spread => babel-plugin-transform-object-rest-spread/test/fixtures/object-rest-spread}/assignment/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.object-spread => babel-plugin-transform-object-rest-spread/test/fixtures/object-rest-spread}/assignment/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.object-spread => babel-plugin-transform-object-rest-spread/test/fixtures/object-rest-spread}/expression/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.object-spread => babel-plugin-transform-object-rest-spread/test/fixtures/object-rest-spread}/expression/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.object-spread => babel-plugin-transform-object-rest-spread/test/fixtures/object-rest-spread}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/es7.object-spread => babel-plugin-transform-object-rest-spread/test/fixtures/object-rest-spread}/variable-declaration/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/es7.object-spread => babel-plugin-transform-object-rest-spread/test/fixtures/object-rest-spread}/variable-declaration/expected.js (100%) create mode 100644 packages/babel-plugin-transform-object-rest-spread/test/index.js rename packages/{babel-core/test/fixtures/transformation/minification.property-literals => babel-plugin-transform-property-literals/test/fixtures/property-literals}/invalid-identifiers/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/minification.property-literals => babel-plugin-transform-property-literals/test/fixtures/property-literals}/invalid-identifiers/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/minification.property-literals => babel-plugin-transform-property-literals/test/fixtures/property-literals}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/minification.property-literals => babel-plugin-transform-property-literals/test/fixtures/property-literals}/valid-identifiers/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/minification.property-literals => babel-plugin-transform-property-literals/test/fixtures/property-literals}/valid-identifiers/expected.js (100%) create mode 100644 packages/babel-plugin-transform-property-literals/test/index.js rename packages/{babel-core/test/fixtures/transformation/spec.proto-to-assign => babel-plugin-transform-proto-to-assign/test/fixtures/proto-to-assign}/assignment-expression/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.proto-to-assign => babel-plugin-transform-proto-to-assign/test/fixtures/proto-to-assign}/assignment-expression/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.proto-to-assign => babel-plugin-transform-proto-to-assign/test/fixtures/proto-to-assign}/assignment-statement/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.proto-to-assign => babel-plugin-transform-proto-to-assign/test/fixtures/proto-to-assign}/assignment-statement/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.proto-to-assign => babel-plugin-transform-proto-to-assign/test/fixtures/proto-to-assign}/object-literal/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.proto-to-assign => babel-plugin-transform-proto-to-assign/test/fixtures/proto-to-assign}/object-literal/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.proto-to-assign => babel-plugin-transform-proto-to-assign/test/fixtures/proto-to-assign}/options.json (100%) create mode 100644 packages/babel-plugin-transform-proto-to-assign/test/index.js rename packages/{babel-core/test/fixtures/transformation/optimisation.react.constant-elements => babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements}/children/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.constant-elements => babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements}/children/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.constant-elements => babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements}/constructor/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.constant-elements => babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements}/constructor/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.constant-elements => babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements}/deep-constant-violation/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.constant-elements => babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements}/deep-constant-violation/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.constant-elements => babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements}/dont-hoist-to-same-function/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.constant-elements => babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements}/dont-hoist-to-same-function/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.constant-elements => babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements}/function-parameter/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.constant-elements => babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements}/function-parameter/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.constant-elements => babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements}/global-reference/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.constant-elements => babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements}/global-reference/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.constant-elements => babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements}/html-element/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.constant-elements => babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements}/html-element/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.constant-elements => babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements}/inline-elements/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.constant-elements => babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements}/inline-elements/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.constant-elements => babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements}/inline-elements/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.constant-elements => babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements}/inner-declaration/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.constant-elements => babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements}/inner-declaration/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.constant-elements => babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.constant-elements => babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements}/parameter-reference/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.constant-elements => babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements}/parameter-reference/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.constant-elements => babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements}/reassignment/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.constant-elements => babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements}/reassignment/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.constant-elements => babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements}/ref-deopt/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.constant-elements => babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements}/ref-deopt/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.constant-elements => babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements}/spread-deopt/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.constant-elements => babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements}/spread-deopt/expected.js (100%) create mode 100644 packages/babel-plugin-transform-react-constant-elements/test/index.js rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/children-exists/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/children-exists/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/component-with-props/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/component-with-props/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/component/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/component/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/expression-container/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/expression-container/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/html-element-with-props/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/html-element-with-props/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/html-element/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/html-element/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/key/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/key/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/multiline/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/multiline/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/nested-components/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/nested-components/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/nested-html-elements/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/nested-html-elements/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/nested/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/nested/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/ref-deopt/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/ref-deopt/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/self-closing-component-with-props/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/self-closing-component-with-props/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/self-closing-component/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/self-closing-component/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/self-closing-html-element-with-props/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/self-closing-html-element-with-props/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/self-closing-html-element/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/self-closing-html-element/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/shorthand-attributes/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/shorthand-attributes/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/spread-deopt/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/optimisation.react.inline-elements => babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements}/spread-deopt/expected.js (100%) create mode 100644 packages/babel-plugin-transform-react-inline-elements/test/index.js rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx-compat/test/fixtures}/react-compat/convert-component/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx-compat/test/fixtures}/react-compat/convert-component/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx-compat/test/fixtures}/react-compat/convert-tags/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx-compat/test/fixtures}/react-compat/convert-tags/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx-compat/test/fixtures}/react-compat/options.json (100%) create mode 100644 packages/babel-plugin-transform-react-jsx-compat/test/index.js rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/.optimisation.react.constant-elements/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/.optimisation.react.constant-elements/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/.optimisation.react.constant-elements/options.json (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/.should-not-strip-nbsp-even-coupled-with-other-whitespace/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/.should-not-strip-nbsp-even-coupled-with-other-whitespace/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/.should-not-strip-tags-with-a-single-child-of-nbsp/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/.should-not-strip-tags-with-a-single-child-of-nbsp/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/.should-properly-handle-comments-adjacent-to-children/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/.should-properly-handle-comments-adjacent-to-children/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/.should-properly-handle-comments-between-props/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/.should-properly-handle-comments-between-props/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/adds-appropriate-newlines-when-using-spread-attribute/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/adds-appropriate-newlines-when-using-spread-attribute/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/arrow-functions/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/arrow-functions/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/concatenates-adjacent-string-literals/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/concatenates-adjacent-string-literals/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/display-name-assignment-expression/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/display-name-assignment-expression/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/display-name-export-default/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/display-name-export-default/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/display-name-if-missing/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/display-name-if-missing/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/display-name-object-declaration/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/display-name-object-declaration/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/display-name-property-assignment/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/display-name-property-assignment/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/display-name-variable-declaration/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/display-name-variable-declaration/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/dont-coerce-expression-containers/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/dont-coerce-expression-containers/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/honor-custom-jsx-comment-if-jsx-pragma-option-set/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/honor-custom-jsx-comment-if-jsx-pragma-option-set/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/honor-custom-jsx-comment-if-jsx-pragma-option-set/options.json (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/honor-custom-jsx-comment/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/honor-custom-jsx-comment/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/honor-custom-jsx-pragma-option/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/honor-custom-jsx-pragma-option/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/honor-custom-jsx-pragma-option/options.json (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/jsx-with-retainlines-option/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/jsx-with-retainlines-option/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/jsx-with-retainlines-option/options.json (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/jsx-without-retainlines-option/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/jsx-without-retainlines-option/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/options.json (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/should-allow-constructor-as-prop/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/should-allow-constructor-as-prop/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/should-allow-deeper-js-namespacing/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/should-allow-deeper-js-namespacing/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/should-allow-js-namespacing/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/should-allow-js-namespacing/blacklist.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/should-allow-js-namespacing/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/should-avoid-wrapping-in-extra-parens-if-not-needed/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/should-avoid-wrapping-in-extra-parens-if-not-needed/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/should-convert-simple-tags/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/should-convert-simple-tags/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/should-convert-simple-text/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/should-convert-simple-text/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/should-disallow-xml-namespacing/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/should-disallow-xml-namespacing/options.json (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/should-handle-attributed-elements/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/should-handle-attributed-elements/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/should-handle-has-own-property-correctly/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/should-handle-has-own-property-correctly/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/should-have-correct-comma-in-nested-children/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/should-have-correct-comma-in-nested-children/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/should-insert-commas-after-expressions-before-whitespace/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/should-insert-commas-after-expressions-before-whitespace/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/should-quote-jsx-attributes/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/should-quote-jsx-attributes/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/should-transform-known-hyphenated-tags/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/should-transform-known-hyphenated-tags/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/wraps-props-in-react-spread-for-first-spread-attributes/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/wraps-props-in-react-spread-for-first-spread-attributes/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/wraps-props-in-react-spread-for-last-spread-attributes/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/wraps-props-in-react-spread-for-last-spread-attributes/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/wraps-props-in-react-spread-for-middle-spread-attributes/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-react-jsx/test/fixtures}/react/wraps-props-in-react-spread-for-middle-spread-attributes/expected.js (100%) create mode 100644 packages/babel-plugin-transform-react-jsx/test/index.js rename packages/{babel-core/test/fixtures/transformation/minification.remove-console => babel-plugin-transform-remove-console/test/fixtures/remove-console}/expression-nested/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/minification.remove-console => babel-plugin-transform-remove-console/test/fixtures/remove-console}/expression-nested/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/minification.remove-console => babel-plugin-transform-remove-console/test/fixtures/remove-console}/expression-top-level/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/minification.remove-console => babel-plugin-transform-remove-console/test/fixtures/remove-console}/expression-top-level/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/minification.remove-console => babel-plugin-transform-remove-console/test/fixtures/remove-console}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/minification.remove-console => babel-plugin-transform-remove-console/test/fixtures/remove-console}/statement-nested/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/minification.remove-console => babel-plugin-transform-remove-console/test/fixtures/remove-console}/statement-nested/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/minification.remove-console => babel-plugin-transform-remove-console/test/fixtures/remove-console}/statement-top-level/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/minification.remove-console => babel-plugin-transform-remove-console/test/fixtures/remove-console}/statement-top-level/expected.js (100%) create mode 100644 packages/babel-plugin-transform-remove-console/test/index.js rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-runtime/test/fixtures}/runtime/aliased-constructors/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-runtime/test/fixtures}/runtime/aliased-constructors/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-runtime/test/fixtures}/runtime/catch-all/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-runtime/test/fixtures}/runtime/catch-all/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-runtime/test/fixtures}/runtime/class/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-runtime/test/fixtures}/runtime/class/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-runtime/test/fixtures}/runtime/class/options.json (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-runtime/test/fixtures}/runtime/es6-for-of/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-runtime/test/fixtures}/runtime/es6-for-of/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-runtime/test/fixtures}/runtime/es6-for-of/options.json (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-runtime/test/fixtures}/runtime/full/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-runtime/test/fixtures}/runtime/full/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-runtime/test/fixtures}/runtime/modules/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-runtime/test/fixtures}/runtime/modules/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-runtime/test/fixtures}/runtime/modules/options.json (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-runtime/test/fixtures}/runtime/options.json (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-runtime/test/fixtures}/runtime/regenerator-runtime/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-runtime/test/fixtures}/runtime/regenerator-runtime/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-runtime/test/fixtures}/runtime/symbol-iterator-in/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-runtime/test/fixtures}/runtime/symbol-iterator-in/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-runtime/test/fixtures}/runtime/symbol-iterator/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-transform-runtime/test/fixtures}/runtime/symbol-iterator/expected.js (100%) create mode 100644 packages/babel-plugin-transform-runtime/test/index.js rename packages/{babel-core/test/fixtures/transformation/transform-simplify-comparison-operators => babel-plugin-transform-simplify-comparison-operators/test/fixtures/simplify-comparison-operators}/equality-operators/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/transform-simplify-comparison-operators => babel-plugin-transform-simplify-comparison-operators/test/fixtures/simplify-comparison-operators}/equality-operators/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/transform-simplify-comparison-operators => babel-plugin-transform-simplify-comparison-operators/test/fixtures/simplify-comparison-operators}/options.json (100%) create mode 100644 packages/babel-plugin-transform-simplify-comparison-operators/test/index.js rename packages/{babel-core/test/fixtures/transformation/strict => babel-plugin-transform-strict-mode/test/fixtures/strict-mode}/leading-comments-with-existing/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/strict => babel-plugin-transform-strict-mode/test/fixtures/strict-mode}/leading-comments-with-existing/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/strict => babel-plugin-transform-strict-mode/test/fixtures/strict-mode}/leading-comments/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/strict => babel-plugin-transform-strict-mode/test/fixtures/strict-mode}/leading-comments/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/strict => babel-plugin-transform-strict-mode/test/fixtures/strict-mode}/options.json (100%) rename packages/{babel-core/test/fixtures/transformation/strict => babel-plugin-transform-strict-mode/test/fixtures/strict-mode}/undefined-this-arrow-function/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/strict => babel-plugin-transform-strict-mode/test/fixtures/strict-mode}/undefined-this-arrow-function/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/strict => babel-plugin-transform-strict-mode/test/fixtures/strict-mode}/undefined-this-root-call/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/strict => babel-plugin-transform-strict-mode/test/fixtures/strict-mode}/undefined-this-root-call/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/strict => babel-plugin-transform-strict-mode/test/fixtures/strict-mode}/undefined-this-root-declaration/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/strict => babel-plugin-transform-strict-mode/test/fixtures/strict-mode}/undefined-this-root-declaration/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/strict => babel-plugin-transform-strict-mode/test/fixtures/strict-mode}/undefined-this-root-reference/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/strict => babel-plugin-transform-strict-mode/test/fixtures/strict-mode}/undefined-this-root-reference/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/strict => babel-plugin-transform-strict-mode/test/fixtures/strict-mode}/use-strict-add/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/strict => babel-plugin-transform-strict-mode/test/fixtures/strict-mode}/use-strict-add/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/strict => babel-plugin-transform-strict-mode/test/fixtures/strict-mode}/use-strict-exists/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/strict => babel-plugin-transform-strict-mode/test/fixtures/strict-mode}/use-strict-exists/expected.js (100%) create mode 100644 packages/babel-plugin-transform-strict-mode/test/index.js rename packages/{babel-core/test/fixtures/transformation/spec.undefined-to-void => babel-plugin-transform-undefined-to-void/test/fixtures/undefined-to-void}/basic/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.undefined-to-void => babel-plugin-transform-undefined-to-void/test/fixtures/undefined-to-void}/basic/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.undefined-to-void => babel-plugin-transform-undefined-to-void/test/fixtures/undefined-to-void}/member-expression/actual.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.undefined-to-void => babel-plugin-transform-undefined-to-void/test/fixtures/undefined-to-void}/member-expression/expected.js (100%) rename packages/{babel-core/test/fixtures/transformation/spec.undefined-to-void => babel-plugin-transform-undefined-to-void/test/fixtures/undefined-to-void}/options.json (100%) create mode 100644 packages/babel-plugin-transform-undefined-to-void/test/index.js rename packages/{babel-core/test/fixtures/transformation => babel-plugin-undeclared-variables-check/test/fixtures}/validation.undeclared-variable-check/declared/exec.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-undeclared-variables-check/test/fixtures}/validation.undeclared-variable-check/options.json (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-undeclared-variables-check/test/fixtures}/validation.undeclared-variable-check/undeclared-shorthand-property/exec.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-undeclared-variables-check/test/fixtures}/validation.undeclared-variable-check/undeclared-shorthand-property/options.json (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-undeclared-variables-check/test/fixtures}/validation.undeclared-variable-check/undeclared/exec.js (100%) rename packages/{babel-core/test/fixtures/transformation => babel-plugin-undeclared-variables-check/test/fixtures}/validation.undeclared-variable-check/undeclared/options.json (100%) create mode 100644 packages/babel-plugin-undeclared-variables-check/test/index.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/module-name/expected.js b/packages/babel-core/test/fixtures/transformation/es6.modules-amd/module-name/expected.js deleted file mode 100644 index 6d53c58d73..0000000000 --- a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/module-name/expected.js +++ /dev/null @@ -1,5 +0,0 @@ -"use strict"; - -define("es6.modules-amd/module-name/expected", [], function () { - foobar(); -}); \ No newline at end of file diff --git a/packages/babel-helper-plugin-test-runner/.npmignore b/packages/babel-helper-plugin-test-runner/.npmignore new file mode 100644 index 0000000000..47cdd2c655 --- /dev/null +++ b/packages/babel-helper-plugin-test-runner/.npmignore @@ -0,0 +1,3 @@ +src +test +node_modules diff --git a/packages/babel-helper-plugin-test-runner/README.md b/packages/babel-helper-plugin-test-runner/README.md new file mode 100644 index 0000000000..3cc45bb899 --- /dev/null +++ b/packages/babel-helper-plugin-test-runner/README.md @@ -0,0 +1 @@ +# babel-helper-plugin-test-runner diff --git a/packages/babel-helper-plugin-test-runner/package.json b/packages/babel-helper-plugin-test-runner/package.json new file mode 100644 index 0000000000..71232fa586 --- /dev/null +++ b/packages/babel-helper-plugin-test-runner/package.json @@ -0,0 +1,12 @@ +{ + "name": "babel-helper-plugin-test-runner", + "version": "6.0.18", + "description": "", + "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-test-runner", + "license": "MIT", + "main": "lib/index.js", + "dependencies": { + "babel-runtime": "^5.0.0", + "babel-helper-transform-fixture-test-runner": "^6.0.0" + } +} diff --git a/packages/babel-helper-plugin-test-runner/src/index.js b/packages/babel-helper-plugin-test-runner/src/index.js new file mode 100644 index 0000000000..749f964aa3 --- /dev/null +++ b/packages/babel-helper-plugin-test-runner/src/index.js @@ -0,0 +1,7 @@ +import testRunner from "babel-helper-transform-fixture-test-runner"; +import path from "path"; + +export default function (loc) { + let name = path.basename(path.dirname(loc)); + testRunner(loc + "/fixtures", name); +} diff --git a/packages/babel-helper-transform-fixture-test-runner/src/index.js b/packages/babel-helper-transform-fixture-test-runner/src/index.js index 5d25b675c0..2a5c9b6b82 100644 --- a/packages/babel-helper-transform-fixture-test-runner/src/index.js +++ b/packages/babel-helper-transform-fixture-test-runner/src/index.js @@ -136,6 +136,7 @@ export default function ( sourceFileName: task.actual.filename, sourceMapTarget: task.expect.filename, suppressDeprecationMessages: true, + babelrc: false, sourceMap: !!(task.sourceMappings || task.sourceMap), }); diff --git a/packages/babel-plugin-external-helpers-2/package.json b/packages/babel-plugin-external-helpers-2/package.json index 9982c9cd86..7f44624dff 100644 --- a/packages/babel-plugin-external-helpers-2/package.json +++ b/packages/babel-plugin-external-helpers-2/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } } diff --git a/packages/babel-plugin-syntax-async-functions/package.json b/packages/babel-plugin-syntax-async-functions/package.json index 618093a73f..7f2859ed9a 100644 --- a/packages/babel-plugin-syntax-async-functions/package.json +++ b/packages/babel-plugin-syntax-async-functions/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-plugin-syntax-async-generators/package.json b/packages/babel-plugin-syntax-async-generators/package.json index fc5c159708..705c40e827 100644 --- a/packages/babel-plugin-syntax-async-generators/package.json +++ b/packages/babel-plugin-syntax-async-generators/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } } diff --git a/packages/babel-plugin-syntax-class-constructor-call/package.json b/packages/babel-plugin-syntax-class-constructor-call/package.json index f56374e84a..538057579c 100644 --- a/packages/babel-plugin-syntax-class-constructor-call/package.json +++ b/packages/babel-plugin-syntax-class-constructor-call/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } } diff --git a/packages/babel-plugin-syntax-class-properties/package.json b/packages/babel-plugin-syntax-class-properties/package.json index 05196cf36c..d830f864e3 100644 --- a/packages/babel-plugin-syntax-class-properties/package.json +++ b/packages/babel-plugin-syntax-class-properties/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-plugin-syntax-decorators/package.json b/packages/babel-plugin-syntax-decorators/package.json index 6d9d52fa49..edf650ceb7 100644 --- a/packages/babel-plugin-syntax-decorators/package.json +++ b/packages/babel-plugin-syntax-decorators/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-plugin-syntax-do-expressions/package.json b/packages/babel-plugin-syntax-do-expressions/package.json index 7ecdc13660..dd3f075e87 100644 --- a/packages/babel-plugin-syntax-do-expressions/package.json +++ b/packages/babel-plugin-syntax-do-expressions/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-plugin-syntax-exponentiation-operator/package.json b/packages/babel-plugin-syntax-exponentiation-operator/package.json index 23ce399b62..1b4cad9d46 100644 --- a/packages/babel-plugin-syntax-exponentiation-operator/package.json +++ b/packages/babel-plugin-syntax-exponentiation-operator/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-plugin-syntax-export-extensions/package.json b/packages/babel-plugin-syntax-export-extensions/package.json index 8cb7911c7a..4a1692c6b0 100644 --- a/packages/babel-plugin-syntax-export-extensions/package.json +++ b/packages/babel-plugin-syntax-export-extensions/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-plugin-syntax-flow/package.json b/packages/babel-plugin-syntax-flow/package.json index e34c8fad12..fc73e8823c 100644 --- a/packages/babel-plugin-syntax-flow/package.json +++ b/packages/babel-plugin-syntax-flow/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-plugin-syntax-function-bind/package.json b/packages/babel-plugin-syntax-function-bind/package.json index d65d61e56f..09e7256b2e 100644 --- a/packages/babel-plugin-syntax-function-bind/package.json +++ b/packages/babel-plugin-syntax-function-bind/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-plugin-syntax-jsx/package.json b/packages/babel-plugin-syntax-jsx/package.json index b4a6df7bae..5bf7839e0e 100644 --- a/packages/babel-plugin-syntax-jsx/package.json +++ b/packages/babel-plugin-syntax-jsx/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-plugin-syntax-object-rest-spread/package.json b/packages/babel-plugin-syntax-object-rest-spread/package.json index 2be5e520d0..cecdf0eba7 100644 --- a/packages/babel-plugin-syntax-object-rest-spread/package.json +++ b/packages/babel-plugin-syntax-object-rest-spread/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-plugin-syntax-trailing-function-commas/package.json b/packages/babel-plugin-syntax-trailing-function-commas/package.json index d7a71e78f4..bfdce049a8 100644 --- a/packages/babel-plugin-syntax-trailing-function-commas/package.json +++ b/packages/babel-plugin-syntax-trailing-function-commas/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-core/test/fixtures/transformation/es7.trailing-function-commas/arrow-function/actual.js b/packages/babel-plugin-syntax-trailing-function-commas/test/fixtures/trailing-function-commas/arrow-function/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.trailing-function-commas/arrow-function/actual.js rename to packages/babel-plugin-syntax-trailing-function-commas/test/fixtures/trailing-function-commas/arrow-function/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.trailing-function-commas/arrow-function/expected.js b/packages/babel-plugin-syntax-trailing-function-commas/test/fixtures/trailing-function-commas/arrow-function/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.trailing-function-commas/arrow-function/expected.js rename to packages/babel-plugin-syntax-trailing-function-commas/test/fixtures/trailing-function-commas/arrow-function/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.trailing-function-commas/call/actual.js b/packages/babel-plugin-syntax-trailing-function-commas/test/fixtures/trailing-function-commas/call/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.trailing-function-commas/call/actual.js rename to packages/babel-plugin-syntax-trailing-function-commas/test/fixtures/trailing-function-commas/call/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.trailing-function-commas/call/expected.js b/packages/babel-plugin-syntax-trailing-function-commas/test/fixtures/trailing-function-commas/call/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.trailing-function-commas/call/expected.js rename to packages/babel-plugin-syntax-trailing-function-commas/test/fixtures/trailing-function-commas/call/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.trailing-function-commas/declaration/actual.js b/packages/babel-plugin-syntax-trailing-function-commas/test/fixtures/trailing-function-commas/declaration/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.trailing-function-commas/declaration/actual.js rename to packages/babel-plugin-syntax-trailing-function-commas/test/fixtures/trailing-function-commas/declaration/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.trailing-function-commas/declaration/expected.js b/packages/babel-plugin-syntax-trailing-function-commas/test/fixtures/trailing-function-commas/declaration/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.trailing-function-commas/declaration/expected.js rename to packages/babel-plugin-syntax-trailing-function-commas/test/fixtures/trailing-function-commas/declaration/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.trailing-function-commas/new-expression/actual.js b/packages/babel-plugin-syntax-trailing-function-commas/test/fixtures/trailing-function-commas/new-expression/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.trailing-function-commas/new-expression/actual.js rename to packages/babel-plugin-syntax-trailing-function-commas/test/fixtures/trailing-function-commas/new-expression/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.trailing-function-commas/new-expression/expected.js b/packages/babel-plugin-syntax-trailing-function-commas/test/fixtures/trailing-function-commas/new-expression/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.trailing-function-commas/new-expression/expected.js rename to packages/babel-plugin-syntax-trailing-function-commas/test/fixtures/trailing-function-commas/new-expression/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.trailing-function-commas/options.json b/packages/babel-plugin-syntax-trailing-function-commas/test/fixtures/trailing-function-commas/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.trailing-function-commas/options.json rename to packages/babel-plugin-syntax-trailing-function-commas/test/fixtures/trailing-function-commas/options.json diff --git a/packages/babel-plugin-syntax-trailing-function-commas/test/index.js b/packages/babel-plugin-syntax-trailing-function-commas/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-syntax-trailing-function-commas/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-async-functions/package.json b/packages/babel-plugin-transform-async-functions/package.json index 147afe5993..eb1a76c320 100644 --- a/packages/babel-plugin-transform-async-functions/package.json +++ b/packages/babel-plugin-transform-async-functions/package.json @@ -11,5 +11,8 @@ "dependencies": { "babel-plugin-syntax-async-functions": "^6.0.14", "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-plugin-transform-async-to-generator/package.json b/packages/babel-plugin-transform-async-to-generator/package.json index c410a636be..c5d14aba2e 100644 --- a/packages/babel-plugin-transform-async-to-generator/package.json +++ b/packages/babel-plugin-transform-async-to-generator/package.json @@ -12,5 +12,8 @@ "babel-helper-remap-async-to-generator": "^6.0.14", "babel-plugin-syntax-async-functions": "^6.0.14", "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-core/test/fixtures/transformation/async-to-generator/async/actual.js b/packages/babel-plugin-transform-async-to-generator/test/fixtures/async-to-generator/async/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/async-to-generator/async/actual.js rename to packages/babel-plugin-transform-async-to-generator/test/fixtures/async-to-generator/async/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/async-to-generator/async/expected.js b/packages/babel-plugin-transform-async-to-generator/test/fixtures/async-to-generator/async/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/async-to-generator/async/expected.js rename to packages/babel-plugin-transform-async-to-generator/test/fixtures/async-to-generator/async/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/async-to-generator/expression/actual.js b/packages/babel-plugin-transform-async-to-generator/test/fixtures/async-to-generator/expression/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/async-to-generator/expression/actual.js rename to packages/babel-plugin-transform-async-to-generator/test/fixtures/async-to-generator/expression/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/async-to-generator/expression/expected.js b/packages/babel-plugin-transform-async-to-generator/test/fixtures/async-to-generator/expression/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/async-to-generator/expression/expected.js rename to packages/babel-plugin-transform-async-to-generator/test/fixtures/async-to-generator/expression/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/async-to-generator/named-expression/actual.js b/packages/babel-plugin-transform-async-to-generator/test/fixtures/async-to-generator/named-expression/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/async-to-generator/named-expression/actual.js rename to packages/babel-plugin-transform-async-to-generator/test/fixtures/async-to-generator/named-expression/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/async-to-generator/named-expression/expected.js b/packages/babel-plugin-transform-async-to-generator/test/fixtures/async-to-generator/named-expression/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/async-to-generator/named-expression/expected.js rename to packages/babel-plugin-transform-async-to-generator/test/fixtures/async-to-generator/named-expression/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/async-to-generator/no-parameters-and-no-id/actual.js b/packages/babel-plugin-transform-async-to-generator/test/fixtures/async-to-generator/no-parameters-and-no-id/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/async-to-generator/no-parameters-and-no-id/actual.js rename to packages/babel-plugin-transform-async-to-generator/test/fixtures/async-to-generator/no-parameters-and-no-id/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/async-to-generator/no-parameters-and-no-id/expected.js b/packages/babel-plugin-transform-async-to-generator/test/fixtures/async-to-generator/no-parameters-and-no-id/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/async-to-generator/no-parameters-and-no-id/expected.js rename to packages/babel-plugin-transform-async-to-generator/test/fixtures/async-to-generator/no-parameters-and-no-id/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/async-to-generator/object-method/actual.js b/packages/babel-plugin-transform-async-to-generator/test/fixtures/async-to-generator/object-method/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/async-to-generator/object-method/actual.js rename to packages/babel-plugin-transform-async-to-generator/test/fixtures/async-to-generator/object-method/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/async-to-generator/object-method/expected.js b/packages/babel-plugin-transform-async-to-generator/test/fixtures/async-to-generator/object-method/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/async-to-generator/object-method/expected.js rename to packages/babel-plugin-transform-async-to-generator/test/fixtures/async-to-generator/object-method/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/async-to-generator/options.json b/packages/babel-plugin-transform-async-to-generator/test/fixtures/async-to-generator/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/async-to-generator/options.json rename to packages/babel-plugin-transform-async-to-generator/test/fixtures/async-to-generator/options.json diff --git a/packages/babel-core/test/fixtures/transformation/async-to-generator/parameters/actual.js b/packages/babel-plugin-transform-async-to-generator/test/fixtures/async-to-generator/parameters/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/async-to-generator/parameters/actual.js rename to packages/babel-plugin-transform-async-to-generator/test/fixtures/async-to-generator/parameters/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/async-to-generator/parameters/expected.js b/packages/babel-plugin-transform-async-to-generator/test/fixtures/async-to-generator/parameters/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/async-to-generator/parameters/expected.js rename to packages/babel-plugin-transform-async-to-generator/test/fixtures/async-to-generator/parameters/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/async-to-generator/statement/actual.js b/packages/babel-plugin-transform-async-to-generator/test/fixtures/async-to-generator/statement/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/async-to-generator/statement/actual.js rename to packages/babel-plugin-transform-async-to-generator/test/fixtures/async-to-generator/statement/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/async-to-generator/statement/expected.js b/packages/babel-plugin-transform-async-to-generator/test/fixtures/async-to-generator/statement/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/async-to-generator/statement/expected.js rename to packages/babel-plugin-transform-async-to-generator/test/fixtures/async-to-generator/statement/expected.js diff --git a/packages/babel-plugin-transform-async-to-generator/test/index.js b/packages/babel-plugin-transform-async-to-generator/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-async-to-generator/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-async-to-module-method/package.json b/packages/babel-plugin-transform-async-to-module-method/package.json index efb7e32e84..854d6f14a7 100644 --- a/packages/babel-plugin-transform-async-to-module-method/package.json +++ b/packages/babel-plugin-transform-async-to-module-method/package.json @@ -13,5 +13,8 @@ "babel-helper-remap-async-to-generator": "^6.0.14", "babel-types": "^6.0.14", "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-core/test/fixtures/transformation/bluebird-coroutines/arrow-function/actual.js b/packages/babel-plugin-transform-async-to-module-method/test/fixtures/bluebird-coroutines/arrow-function/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/bluebird-coroutines/arrow-function/actual.js rename to packages/babel-plugin-transform-async-to-module-method/test/fixtures/bluebird-coroutines/arrow-function/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/bluebird-coroutines/arrow-function/expected.js b/packages/babel-plugin-transform-async-to-module-method/test/fixtures/bluebird-coroutines/arrow-function/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/bluebird-coroutines/arrow-function/expected.js rename to packages/babel-plugin-transform-async-to-module-method/test/fixtures/bluebird-coroutines/arrow-function/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/bluebird-coroutines/class/actual.js b/packages/babel-plugin-transform-async-to-module-method/test/fixtures/bluebird-coroutines/class/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/bluebird-coroutines/class/actual.js rename to packages/babel-plugin-transform-async-to-module-method/test/fixtures/bluebird-coroutines/class/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/bluebird-coroutines/class/expected.js b/packages/babel-plugin-transform-async-to-module-method/test/fixtures/bluebird-coroutines/class/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/bluebird-coroutines/class/expected.js rename to packages/babel-plugin-transform-async-to-module-method/test/fixtures/bluebird-coroutines/class/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/bluebird-coroutines/class/options.json b/packages/babel-plugin-transform-async-to-module-method/test/fixtures/bluebird-coroutines/class/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/bluebird-coroutines/class/options.json rename to packages/babel-plugin-transform-async-to-module-method/test/fixtures/bluebird-coroutines/class/options.json diff --git a/packages/babel-core/test/fixtures/transformation/bluebird-coroutines/expression/actual.js b/packages/babel-plugin-transform-async-to-module-method/test/fixtures/bluebird-coroutines/expression/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/bluebird-coroutines/expression/actual.js rename to packages/babel-plugin-transform-async-to-module-method/test/fixtures/bluebird-coroutines/expression/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/bluebird-coroutines/expression/expected.js b/packages/babel-plugin-transform-async-to-module-method/test/fixtures/bluebird-coroutines/expression/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/bluebird-coroutines/expression/expected.js rename to packages/babel-plugin-transform-async-to-module-method/test/fixtures/bluebird-coroutines/expression/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/bluebird-coroutines/named-expression/actual.js b/packages/babel-plugin-transform-async-to-module-method/test/fixtures/bluebird-coroutines/named-expression/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/bluebird-coroutines/named-expression/actual.js rename to packages/babel-plugin-transform-async-to-module-method/test/fixtures/bluebird-coroutines/named-expression/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/bluebird-coroutines/named-expression/expected.js b/packages/babel-plugin-transform-async-to-module-method/test/fixtures/bluebird-coroutines/named-expression/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/bluebird-coroutines/named-expression/expected.js rename to packages/babel-plugin-transform-async-to-module-method/test/fixtures/bluebird-coroutines/named-expression/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/bluebird-coroutines/options.json b/packages/babel-plugin-transform-async-to-module-method/test/fixtures/bluebird-coroutines/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/bluebird-coroutines/options.json rename to packages/babel-plugin-transform-async-to-module-method/test/fixtures/bluebird-coroutines/options.json diff --git a/packages/babel-core/test/fixtures/transformation/bluebird-coroutines/statement/actual.js b/packages/babel-plugin-transform-async-to-module-method/test/fixtures/bluebird-coroutines/statement/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/bluebird-coroutines/statement/actual.js rename to packages/babel-plugin-transform-async-to-module-method/test/fixtures/bluebird-coroutines/statement/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/bluebird-coroutines/statement/expected.js b/packages/babel-plugin-transform-async-to-module-method/test/fixtures/bluebird-coroutines/statement/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/bluebird-coroutines/statement/expected.js rename to packages/babel-plugin-transform-async-to-module-method/test/fixtures/bluebird-coroutines/statement/expected.js diff --git a/packages/babel-plugin-transform-async-to-module-method/test/index.js b/packages/babel-plugin-transform-async-to-module-method/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-async-to-module-method/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-class-constructor-call/package.json b/packages/babel-plugin-transform-class-constructor-call/package.json index 98c4caa7d9..258181c905 100644 --- a/packages/babel-plugin-transform-class-constructor-call/package.json +++ b/packages/babel-plugin-transform-class-constructor-call/package.json @@ -12,5 +12,8 @@ "babel-template": "^6.0.15", "babel-plugin-syntax-class-constructor-call": "^6.0.15", "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } } diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-constructor-call/declaration-exec/exec.js b/packages/babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call/declaration-exec/exec.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-constructor-call/declaration-exec/exec.js rename to packages/babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call/declaration-exec/exec.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-constructor-call/declaration-exec/options.json b/packages/babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call/declaration-exec/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-constructor-call/declaration-exec/options.json rename to packages/babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call/declaration-exec/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-constructor-call/declaration/actual.js b/packages/babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call/declaration/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-constructor-call/declaration/actual.js rename to packages/babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call/declaration/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-constructor-call/declaration/expected.js b/packages/babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call/declaration/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-constructor-call/declaration/expected.js rename to packages/babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call/declaration/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-constructor-call/export-default/actual.js b/packages/babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call/export-default/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-constructor-call/export-default/actual.js rename to packages/babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call/export-default/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-constructor-call/export-default/expected.js b/packages/babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call/export-default/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-constructor-call/export-default/expected.js rename to packages/babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call/export-default/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-constructor-call/expression-completion-record/actual.js b/packages/babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call/expression-completion-record/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-constructor-call/expression-completion-record/actual.js rename to packages/babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call/expression-completion-record/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-constructor-call/expression-completion-record/expected.js b/packages/babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call/expression-completion-record/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-constructor-call/expression-completion-record/expected.js rename to packages/babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call/expression-completion-record/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-constructor-call/expression-exec/exec.js b/packages/babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call/expression-exec/exec.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-constructor-call/expression-exec/exec.js rename to packages/babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call/expression-exec/exec.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-constructor-call/expression-exec/options.json b/packages/babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call/expression-exec/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-constructor-call/expression-exec/options.json rename to packages/babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call/expression-exec/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-constructor-call/expression/actual.js b/packages/babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call/expression/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-constructor-call/expression/actual.js rename to packages/babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call/expression/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-constructor-call/expression/expected.js b/packages/babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call/expression/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-constructor-call/expression/expected.js rename to packages/babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call/expression/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-constructor-call/none/actual.js b/packages/babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call/none/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-constructor-call/none/actual.js rename to packages/babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call/none/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-constructor-call/none/expected.js b/packages/babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call/none/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-constructor-call/none/expected.js rename to packages/babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call/none/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-constructor-call/options.json b/packages/babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-constructor-call/options.json rename to packages/babel-plugin-transform-class-constructor-call/test/fixtures/class-constructor-call/options.json diff --git a/packages/babel-plugin-transform-class-constructor-call/test/index.js b/packages/babel-plugin-transform-class-constructor-call/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-class-constructor-call/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-class-properties/package.json b/packages/babel-plugin-transform-class-properties/package.json index 86f6aad09c..40d4f258f2 100644 --- a/packages/babel-plugin-transform-class-properties/package.json +++ b/packages/babel-plugin-transform-class-properties/package.json @@ -11,5 +11,8 @@ "dependencies": { "babel-plugin-syntax-class-properties": "^6.0.14", "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-properties/constructor-collision/actual.js b/packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/constructor-collision/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-properties/constructor-collision/actual.js rename to packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/constructor-collision/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-properties/constructor-collision/expected.js b/packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/constructor-collision/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-properties/constructor-collision/expected.js rename to packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/constructor-collision/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-properties/derived/actual.js b/packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/derived/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-properties/derived/actual.js rename to packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/derived/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-properties/derived/expected.js b/packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/derived/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-properties/derived/expected.js rename to packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/derived/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-properties/instance-undefined/actual.js b/packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/instance-undefined/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-properties/instance-undefined/actual.js rename to packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/instance-undefined/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-properties/instance-undefined/expected.js b/packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/instance-undefined/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-properties/instance-undefined/expected.js rename to packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/instance-undefined/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-properties/instance/actual.js b/packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/instance/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-properties/instance/actual.js rename to packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/instance/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-properties/instance/expected.js b/packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/instance/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-properties/instance/expected.js rename to packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/instance/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-properties/options.json b/packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-properties/options.json rename to packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-properties/static-undefined/actual.js b/packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/static-undefined/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-properties/static-undefined/actual.js rename to packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/static-undefined/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-properties/static-undefined/exec.js b/packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/static-undefined/exec.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-properties/static-undefined/exec.js rename to packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/static-undefined/exec.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-properties/static-undefined/expected.js b/packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/static-undefined/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-properties/static-undefined/expected.js rename to packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/static-undefined/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-properties/static/actual.js b/packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/static/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-properties/static/actual.js rename to packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/static/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-properties/static/exec.js b/packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/static/exec.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-properties/static/exec.js rename to packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/static/exec.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-properties/static/expected.js b/packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/static/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-properties/static/expected.js rename to packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/static/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-properties/super-expression/actual.js b/packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/super-expression/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-properties/super-expression/actual.js rename to packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/super-expression/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-properties/super-expression/expected.js b/packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/super-expression/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-properties/super-expression/expected.js rename to packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/super-expression/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-properties/super-statement/actual.js b/packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/super-statement/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-properties/super-statement/actual.js rename to packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/super-statement/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.class-properties/super-statement/expected.js b/packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/super-statement/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.class-properties/super-statement/expected.js rename to packages/babel-plugin-transform-class-properties/test/fixtures/class-properties/super-statement/expected.js diff --git a/packages/babel-plugin-transform-class-properties/test/index.js b/packages/babel-plugin-transform-class-properties/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-class-properties/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-decorators/package.json b/packages/babel-plugin-transform-decorators/package.json index 2be1f631b1..caf3d7b235 100644 --- a/packages/babel-plugin-transform-decorators/package.json +++ b/packages/babel-plugin-transform-decorators/package.json @@ -15,5 +15,8 @@ "babel-helper-explode-class": "^6.0.14", "babel-template": "^6.0.14", "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-core/test/fixtures/transformation/.es7.decorators/class-decorator.js b/packages/babel-plugin-transform-decorators/test/fixtures/.decorators/class-decorator.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/.es7.decorators/class-decorator.js rename to packages/babel-plugin-transform-decorators/test/fixtures/.decorators/class-decorator.js diff --git a/packages/babel-core/test/fixtures/transformation/.es7.decorators/getters.js b/packages/babel-plugin-transform-decorators/test/fixtures/.decorators/getters.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/.es7.decorators/getters.js rename to packages/babel-plugin-transform-decorators/test/fixtures/.decorators/getters.js diff --git a/packages/babel-core/test/fixtures/transformation/.es7.decorators/initialised-property-declarations.js b/packages/babel-plugin-transform-decorators/test/fixtures/.decorators/initialised-property-declarations.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/.es7.decorators/initialised-property-declarations.js rename to packages/babel-plugin-transform-decorators/test/fixtures/.decorators/initialised-property-declarations.js diff --git a/packages/babel-core/test/fixtures/transformation/.es7.decorators/initialised-static-properties.js b/packages/babel-plugin-transform-decorators/test/fixtures/.decorators/initialised-static-properties.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/.es7.decorators/initialised-static-properties.js rename to packages/babel-plugin-transform-decorators/test/fixtures/.decorators/initialised-static-properties.js diff --git a/packages/babel-core/test/fixtures/transformation/.es7.decorators/initialized-properties-in-object-literals.js b/packages/babel-plugin-transform-decorators/test/fixtures/.decorators/initialized-properties-in-object-literals.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/.es7.decorators/initialized-properties-in-object-literals.js rename to packages/babel-plugin-transform-decorators/test/fixtures/.decorators/initialized-properties-in-object-literals.js diff --git a/packages/babel-core/test/fixtures/transformation/.es7.decorators/methods.js b/packages/babel-plugin-transform-decorators/test/fixtures/.decorators/methods.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/.es7.decorators/methods.js rename to packages/babel-plugin-transform-decorators/test/fixtures/.decorators/methods.js diff --git a/packages/babel-core/test/fixtures/transformation/.es7.decorators/options.json b/packages/babel-plugin-transform-decorators/test/fixtures/.decorators/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/.es7.decorators/options.json rename to packages/babel-plugin-transform-decorators/test/fixtures/.decorators/options.json diff --git a/packages/babel-core/test/fixtures/transformation/.es7.decorators/uninitialized-field-declaration.js b/packages/babel-plugin-transform-decorators/test/fixtures/.decorators/uninitialized-field-declaration.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/.es7.decorators/uninitialized-field-declaration.js rename to packages/babel-plugin-transform-decorators/test/fixtures/.decorators/uninitialized-field-declaration.js diff --git a/packages/babel-core/test/fixtures/transformation/.es7.decorators/uninitialized-properties-in-object-literals.js b/packages/babel-plugin-transform-decorators/test/fixtures/.decorators/uninitialized-properties-in-object-literals.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/.es7.decorators/uninitialized-properties-in-object-literals.js rename to packages/babel-plugin-transform-decorators/test/fixtures/.decorators/uninitialized-properties-in-object-literals.js diff --git a/packages/babel-core/test/fixtures/transformation/.es7.decorators/unitialised-static-properties.js b/packages/babel-plugin-transform-decorators/test/fixtures/.decorators/unitialised-static-properties.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/.es7.decorators/unitialised-static-properties.js rename to packages/babel-plugin-transform-decorators/test/fixtures/.decorators/unitialised-static-properties.js diff --git a/packages/babel-plugin-transform-decorators/test/index.js b/packages/babel-plugin-transform-decorators/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-decorators/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-do-expressions/package.json b/packages/babel-plugin-transform-do-expressions/package.json index ad9ecd326b..b75085dee5 100644 --- a/packages/babel-plugin-transform-do-expressions/package.json +++ b/packages/babel-plugin-transform-do-expressions/package.json @@ -11,5 +11,8 @@ "dependencies": { "babel-plugin-syntax-do-expressions": "^6.0.14", "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-core/test/fixtures/transformation/es7.do-expressions/do-while.js b/packages/babel-plugin-transform-do-expressions/test/fixtures/do-expressions/do-while.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.do-expressions/do-while.js rename to packages/babel-plugin-transform-do-expressions/test/fixtures/do-expressions/do-while.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.do-expressions/empty.js b/packages/babel-plugin-transform-do-expressions/test/fixtures/do-expressions/empty.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.do-expressions/empty.js rename to packages/babel-plugin-transform-do-expressions/test/fixtures/do-expressions/empty.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.do-expressions/for-in.js b/packages/babel-plugin-transform-do-expressions/test/fixtures/do-expressions/for-in.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.do-expressions/for-in.js rename to packages/babel-plugin-transform-do-expressions/test/fixtures/do-expressions/for-in.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.do-expressions/for.js b/packages/babel-plugin-transform-do-expressions/test/fixtures/do-expressions/for.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.do-expressions/for.js rename to packages/babel-plugin-transform-do-expressions/test/fixtures/do-expressions/for.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.do-expressions/if-else-if.js b/packages/babel-plugin-transform-do-expressions/test/fixtures/do-expressions/if-else-if.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.do-expressions/if-else-if.js rename to packages/babel-plugin-transform-do-expressions/test/fixtures/do-expressions/if-else-if.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.do-expressions/if-else.js b/packages/babel-plugin-transform-do-expressions/test/fixtures/do-expressions/if-else.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.do-expressions/if-else.js rename to packages/babel-plugin-transform-do-expressions/test/fixtures/do-expressions/if-else.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.do-expressions/if.js b/packages/babel-plugin-transform-do-expressions/test/fixtures/do-expressions/if.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.do-expressions/if.js rename to packages/babel-plugin-transform-do-expressions/test/fixtures/do-expressions/if.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.do-expressions/options.json b/packages/babel-plugin-transform-do-expressions/test/fixtures/do-expressions/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.do-expressions/options.json rename to packages/babel-plugin-transform-do-expressions/test/fixtures/do-expressions/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es7.do-expressions/single-expression.js b/packages/babel-plugin-transform-do-expressions/test/fixtures/do-expressions/single-expression.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.do-expressions/single-expression.js rename to packages/babel-plugin-transform-do-expressions/test/fixtures/do-expressions/single-expression.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.do-expressions/variable-declaration-end.js b/packages/babel-plugin-transform-do-expressions/test/fixtures/do-expressions/variable-declaration-end.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.do-expressions/variable-declaration-end.js rename to packages/babel-plugin-transform-do-expressions/test/fixtures/do-expressions/variable-declaration-end.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.do-expressions/variable-declaration-start.js b/packages/babel-plugin-transform-do-expressions/test/fixtures/do-expressions/variable-declaration-start.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.do-expressions/variable-declaration-start.js rename to packages/babel-plugin-transform-do-expressions/test/fixtures/do-expressions/variable-declaration-start.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.do-expressions/while.js b/packages/babel-plugin-transform-do-expressions/test/fixtures/do-expressions/while.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.do-expressions/while.js rename to packages/babel-plugin-transform-do-expressions/test/fixtures/do-expressions/while.js diff --git a/packages/babel-plugin-transform-do-expressions/test/index.js b/packages/babel-plugin-transform-do-expressions/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-do-expressions/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-es2015-arrow-functions/package.json b/packages/babel-plugin-transform-es2015-arrow-functions/package.json index 7e105f4f18..305ab387b3 100644 --- a/packages/babel-plugin-transform-es2015-arrow-functions/package.json +++ b/packages/babel-plugin-transform-es2015-arrow-functions/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-core/test/fixtures/transformation/es6.arrow-functions/arguments/actual.js b/packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/arguments/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.arrow-functions/arguments/actual.js rename to packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/arguments/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.arrow-functions/arguments/expected.js b/packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/arguments/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.arrow-functions/arguments/expected.js rename to packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/arguments/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.arrow-functions/default-parameters/actual.js b/packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/default-parameters/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.arrow-functions/default-parameters/actual.js rename to packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/default-parameters/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.arrow-functions/default-parameters/expected.js b/packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/default-parameters/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.arrow-functions/default-parameters/expected.js rename to packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/default-parameters/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.arrow-functions/destructuring-parameters/actual.js b/packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/destructuring-parameters/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.arrow-functions/destructuring-parameters/actual.js rename to packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/destructuring-parameters/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.arrow-functions/destructuring-parameters/expected.js b/packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/destructuring-parameters/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.arrow-functions/destructuring-parameters/expected.js rename to packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/destructuring-parameters/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.arrow-functions/destructuring-parameters/options.json b/packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/destructuring-parameters/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.arrow-functions/destructuring-parameters/options.json rename to packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/destructuring-parameters/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.arrow-functions/empty-arguments/actual.js b/packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/empty-arguments/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.arrow-functions/empty-arguments/actual.js rename to packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/empty-arguments/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.arrow-functions/empty-arguments/expected.js b/packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/empty-arguments/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.arrow-functions/empty-arguments/expected.js rename to packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/empty-arguments/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.arrow-functions/empty-block/actual.js b/packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/empty-block/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.arrow-functions/empty-block/actual.js rename to packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/empty-block/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.arrow-functions/empty-block/expected.js b/packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/empty-block/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.arrow-functions/empty-block/expected.js rename to packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/empty-block/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.arrow-functions/expression/actual.js b/packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/expression/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.arrow-functions/expression/actual.js rename to packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/expression/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.arrow-functions/expression/expected.js b/packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/expression/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.arrow-functions/expression/expected.js rename to packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/expression/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.arrow-functions/inside-call/actual.js b/packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/inside-call/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.arrow-functions/inside-call/actual.js rename to packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/inside-call/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.arrow-functions/inside-call/expected.js b/packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/inside-call/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.arrow-functions/inside-call/expected.js rename to packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/inside-call/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.arrow-functions/multiple-arguments/actual.js b/packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/multiple-arguments/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.arrow-functions/multiple-arguments/actual.js rename to packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/multiple-arguments/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.arrow-functions/multiple-arguments/expected.js b/packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/multiple-arguments/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.arrow-functions/multiple-arguments/expected.js rename to packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/multiple-arguments/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.arrow-functions/nested/actual.js b/packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/nested/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.arrow-functions/nested/actual.js rename to packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/nested/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.arrow-functions/nested/expected.js b/packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/nested/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.arrow-functions/nested/expected.js rename to packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/nested/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.arrow-functions/options.json b/packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.arrow-functions/options.json rename to packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.arrow-functions/paran-insertion/actual.js b/packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/paran-insertion/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.arrow-functions/paran-insertion/actual.js rename to packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/paran-insertion/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.arrow-functions/paran-insertion/expected.js b/packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/paran-insertion/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.arrow-functions/paran-insertion/expected.js rename to packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/paran-insertion/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.arrow-functions/single-argument/actual.js b/packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/single-argument/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.arrow-functions/single-argument/actual.js rename to packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/single-argument/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.arrow-functions/single-argument/expected.js b/packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/single-argument/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.arrow-functions/single-argument/expected.js rename to packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/single-argument/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.arrow-functions/spec/actual.js b/packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/spec/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.arrow-functions/spec/actual.js rename to packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/spec/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.arrow-functions/spec/expected.js b/packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/spec/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.arrow-functions/spec/expected.js rename to packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/spec/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.arrow-functions/spec/options.json b/packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/spec/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.arrow-functions/spec/options.json rename to packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/spec/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.arrow-functions/statement/actual.js b/packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/statement/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.arrow-functions/statement/actual.js rename to packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/statement/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.arrow-functions/statement/expected.js b/packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/statement/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.arrow-functions/statement/expected.js rename to packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/statement/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.arrow-functions/this/actual.js b/packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/this/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.arrow-functions/this/actual.js rename to packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/this/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.arrow-functions/this/expected.js b/packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/this/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.arrow-functions/this/expected.js rename to packages/babel-plugin-transform-es2015-arrow-functions/test/fixtures/arrow-functions/this/expected.js diff --git a/packages/babel-plugin-transform-es2015-arrow-functions/test/index.js b/packages/babel-plugin-transform-es2015-arrow-functions/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-es2015-arrow-functions/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-es2015-block-scoped-functions/package.json b/packages/babel-plugin-transform-es2015-block-scoped-functions/package.json index bd20722f6d..2bf41b186b 100644 --- a/packages/babel-plugin-transform-es2015-block-scoped-functions/package.json +++ b/packages/babel-plugin-transform-es2015-block-scoped-functions/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-plugin-transform-es2015-block-scoping/package.json b/packages/babel-plugin-transform-es2015-block-scoping/package.json index 9fd34ddf2f..9ad716bb96 100644 --- a/packages/babel-plugin-transform-es2015-block-scoping/package.json +++ b/packages/babel-plugin-transform-es2015-block-scoping/package.json @@ -14,5 +14,8 @@ }, "keywords": [ "babel-plugin" - ] + ], + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" + } } diff --git a/packages/babel-core/test/fixtures/transformation/.es6.block-scoping-fail/assignment.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/.fail/assignment.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/.es6.block-scoping-fail/assignment.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/.fail/assignment.js diff --git a/packages/babel-core/test/fixtures/transformation/.es6.block-scoping-fail/call-2.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/.fail/call-2.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/.es6.block-scoping-fail/call-2.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/.fail/call-2.js diff --git a/packages/babel-core/test/fixtures/transformation/.es6.block-scoping-fail/call-3.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/.fail/call-3.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/.es6.block-scoping-fail/call-3.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/.fail/call-3.js diff --git a/packages/babel-core/test/fixtures/transformation/.es6.block-scoping-fail/call.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/.fail/call.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/.es6.block-scoping-fail/call.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/.fail/call.js diff --git a/packages/babel-core/test/fixtures/transformation/.es6.block-scoping-fail/defaults.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/.fail/defaults.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/.es6.block-scoping-fail/defaults.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/.fail/defaults.js diff --git a/packages/babel-core/test/fixtures/transformation/.es6.block-scoping-fail/destructuring.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/.fail/destructuring.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/.es6.block-scoping-fail/destructuring.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/.fail/destructuring.js diff --git a/packages/babel-core/test/fixtures/transformation/.es6.block-scoping-fail/export.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/.fail/export.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/.es6.block-scoping-fail/export.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/.fail/export.js diff --git a/packages/babel-core/test/fixtures/transformation/.es6.block-scoping-fail/options.json b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/.fail/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/.es6.block-scoping-fail/options.json rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/.fail/options.json diff --git a/packages/babel-core/test/fixtures/transformation/.es6.block-scoping-fail/update.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/.fail/update.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/.es6.block-scoping-fail/update.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/.fail/update.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping-exec/block-scoped-2.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/exec/block-scoped-2.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping-exec/block-scoped-2.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/exec/block-scoped-2.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping-exec/block-scoped.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/exec/block-scoped.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping-exec/block-scoped.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/exec/block-scoped.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping-exec/closure-wrap-collision.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/exec/closure-wrap-collision.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping-exec/closure-wrap-collision.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/exec/closure-wrap-collision.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping-exec/collision-for.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/exec/collision-for.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping-exec/collision-for.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/exec/collision-for.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping-exec/destructuring-defaults.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/exec/destructuring-defaults.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping-exec/destructuring-defaults.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/exec/destructuring-defaults.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping-exec/duplicate-function-scope.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/exec/duplicate-function-scope.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping-exec/duplicate-function-scope.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/exec/duplicate-function-scope.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping-exec/for-continuation.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/exec/for-continuation.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping-exec/for-continuation.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/exec/for-continuation.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping-exec/for-loop-head.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/exec/for-loop-head.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping-exec/for-loop-head.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/exec/for-loop-head.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping-exec/label.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/exec/label.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping-exec/label.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/exec/label.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping-exec/multiple.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/exec/multiple.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping-exec/multiple.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/exec/multiple.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping-exec/nested-labels-2.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/exec/nested-labels-2.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping-exec/nested-labels-2.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/exec/nested-labels-2.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping-exec/nested-labels-3.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/exec/nested-labels-3.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping-exec/nested-labels-3.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/exec/nested-labels-3.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping-exec/nested-labels-4.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/exec/nested-labels-4.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping-exec/nested-labels-4.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/exec/nested-labels-4.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping-exec/nested-labels.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/exec/nested-labels.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping-exec/nested-labels.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/exec/nested-labels.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping-exec/options.json b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/exec/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping-exec/options.json rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/exec/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping-exec/switch-break.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/exec/switch-break.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping-exec/switch-break.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/exec/switch-break.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/assignment-patterns/actual.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/assignment-patterns/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/assignment-patterns/actual.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/assignment-patterns/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/assignment-patterns/expected.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/assignment-patterns/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/assignment-patterns/expected.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/assignment-patterns/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/for-break-continue-return/actual.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/for-break-continue-return/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/for-break-continue-return/actual.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/for-break-continue-return/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/for-break-continue-return/expected.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/for-break-continue-return/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/for-break-continue-return/expected.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/for-break-continue-return/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/for-break/actual.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/for-break/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/for-break/actual.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/for-break/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/for-break/expected.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/for-break/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/for-break/expected.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/for-break/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/for-continuation/actual.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/for-continuation/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/for-continuation/actual.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/for-continuation/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/for-continuation/expected.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/for-continuation/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/for-continuation/expected.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/for-continuation/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/for-continue/actual.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/for-continue/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/for-continue/actual.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/for-continue/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/for-continue/expected.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/for-continue/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/for-continue/expected.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/for-continue/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/for-return-undefined/actual.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/for-return-undefined/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/for-return-undefined/actual.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/for-return-undefined/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/for-return-undefined/expected.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/for-return-undefined/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/for-return-undefined/expected.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/for-return-undefined/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/for-return/actual.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/for-return/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/for-return/actual.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/for-return/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/for-return/expected.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/for-return/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/for-return/expected.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/for-return/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/function/actual.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/function/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/function/actual.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/function/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/function/expected.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/function/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/function/expected.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/function/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/hoisting/actual.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/hoisting/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/hoisting/actual.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/hoisting/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/hoisting/expected.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/hoisting/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/hoisting/expected.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/hoisting/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/hoisting/options.json b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/hoisting/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/hoisting/options.json rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/hoisting/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/issue-1051/actual.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/issue-1051/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/issue-1051/actual.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/issue-1051/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/issue-1051/expected.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/issue-1051/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/issue-1051/expected.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/issue-1051/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/issue-2174/actual.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/issue-2174/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/issue-2174/actual.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/issue-2174/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/issue-2174/expected.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/issue-2174/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/issue-2174/expected.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/issue-2174/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/issue-973/actual.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/issue-973/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/issue-973/actual.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/issue-973/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/issue-973/expected.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/issue-973/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/issue-973/expected.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/issue-973/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/jsx-identifier/actual.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/jsx-identifier/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/jsx-identifier/actual.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/jsx-identifier/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/jsx-identifier/expected.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/jsx-identifier/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/jsx-identifier/expected.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/jsx-identifier/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/loop-initializer-default/actual.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/loop-initializer-default/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/loop-initializer-default/actual.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/loop-initializer-default/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/loop-initializer-default/expected.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/loop-initializer-default/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/loop-initializer-default/expected.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/loop-initializer-default/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/options.json b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/options.json rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/program/actual.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/program/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/program/actual.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/program/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/program/expected.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/program/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/program/expected.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/program/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/switch/actual.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/switch/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/switch/actual.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/switch/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/switch/expected.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/switch/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/switch/expected.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/switch/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/wrap-closure-shadow-variables/actual.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/wrap-closure-shadow-variables/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/wrap-closure-shadow-variables/actual.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/wrap-closure-shadow-variables/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping/wrap-closure-shadow-variables/expected.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/wrap-closure-shadow-variables/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping/wrap-closure-shadow-variables/expected.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/wrap-closure-shadow-variables/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping-pass/assignment.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/pass/assignment.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping-pass/assignment.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/pass/assignment.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping-pass/call.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/pass/call.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping-pass/call.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/pass/call.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping-pass/defaults.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/pass/defaults.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping-pass/defaults.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/pass/defaults.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping-pass/destructuring.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/pass/destructuring.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping-pass/destructuring.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/pass/destructuring.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping-pass/export.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/pass/export.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping-pass/export.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/pass/export.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping-pass/options.json b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/pass/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping-pass/options.json rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/pass/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.block-scoping-pass/update.js b/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/pass/update.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.block-scoping-pass/update.js rename to packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/pass/update.js diff --git a/packages/babel-plugin-transform-es2015-block-scoping/test/index.js b/packages/babel-plugin-transform-es2015-block-scoping/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-es2015-block-scoping/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-es2015-classes/package.json b/packages/babel-plugin-transform-es2015-classes/package.json index 02e654c296..c0e88e87dd 100644 --- a/packages/babel-plugin-transform-es2015-classes/package.json +++ b/packages/babel-plugin-transform-es2015-classes/package.json @@ -18,5 +18,8 @@ }, "keywords": [ "babel-plugin" - ] + ], + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" + } } diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes-exec/declaration-binding.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/exec/declaration-binding.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes-exec/declaration-binding.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/exec/declaration-binding.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes-exec/expression-binding.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/exec/expression-binding.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes-exec/expression-binding.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/exec/expression-binding.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes-exec/options.json b/packages/babel-plugin-transform-es2015-classes/test/fixtures/exec/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes-exec/options.json rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/exec/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes-exec/retain-no-call-on-reassign.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/exec/retain-no-call-on-reassign.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes-exec/retain-no-call-on-reassign.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/exec/retain-no-call-on-reassign.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes-exec/shadow-container.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/exec/shadow-container.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes-exec/shadow-container.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/exec/shadow-container.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes-exec/super-change-proto.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/exec/super-change-proto.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes-exec/super-change-proto.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/exec/super-change-proto.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes-exec/super-return.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/exec/super-return.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes-exec/super-return.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/exec/super-return.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes-loose/accessing-super-class/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/accessing-super-class/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes-loose/accessing-super-class/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/accessing-super-class/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes-loose/accessing-super-class/expected.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/accessing-super-class/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes-loose/accessing-super-class/expected.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/accessing-super-class/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes-loose/accessing-super-properties/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/accessing-super-properties/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes-loose/accessing-super-properties/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/accessing-super-properties/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes-loose/accessing-super-properties/expected.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/accessing-super-properties/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes-loose/accessing-super-properties/expected.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/accessing-super-properties/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes-loose/calling-super-properties/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/calling-super-properties/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes-loose/calling-super-properties/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/calling-super-properties/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes-loose/calling-super-properties/expected.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/calling-super-properties/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes-loose/calling-super-properties/expected.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/calling-super-properties/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes-loose/constructor-order/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/constructor-order/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes-loose/constructor-order/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/constructor-order/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes-loose/constructor-order/expected.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/constructor-order/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes-loose/constructor-order/expected.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/constructor-order/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes-loose/literal-key/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/literal-key/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes-loose/literal-key/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/literal-key/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes-loose/literal-key/expected.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/literal-key/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes-loose/literal-key/expected.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/literal-key/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes-loose/options.json b/packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes-loose/options.json rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes-loose/super-class-id-member-expression/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/super-class-id-member-expression/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes-loose/super-class-id-member-expression/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/super-class-id-member-expression/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes-loose/super-class-id-member-expression/expected.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/super-class-id-member-expression/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes-loose/super-class-id-member-expression/expected.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/super-class-id-member-expression/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes-loose/super-class/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/super-class/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes-loose/super-class/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/super-class/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes-loose/super-class/expected.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/super-class/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes-loose/super-class/expected.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/super-class/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes-loose/super-function-fallback/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/super-function-fallback/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes-loose/super-function-fallback/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/super-function-fallback/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes-loose/super-function-fallback/expected.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/super-function-fallback/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes-loose/super-function-fallback/expected.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/super-function-fallback/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/accessing-super-class/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/accessing-super-class/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/accessing-super-class/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/accessing-super-class/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/accessing-super-class/expected.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/accessing-super-class/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/accessing-super-class/expected.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/accessing-super-class/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/accessing-super-properties/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/accessing-super-properties/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/accessing-super-properties/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/accessing-super-properties/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/accessing-super-properties/expected.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/accessing-super-properties/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/accessing-super-properties/expected.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/accessing-super-properties/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/calling-super-properties/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/calling-super-properties/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/calling-super-properties/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/calling-super-properties/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/calling-super-properties/expected.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/calling-super-properties/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/calling-super-properties/expected.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/calling-super-properties/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/computed-methods/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/computed-methods/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/computed-methods/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/computed-methods/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/computed-methods/exec.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/computed-methods/exec.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/computed-methods/exec.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/computed-methods/exec.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/computed-methods/expected.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/computed-methods/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/computed-methods/expected.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/computed-methods/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/constructor-binding-collision/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/constructor-binding-collision/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/constructor-binding-collision/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/constructor-binding-collision/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/constructor-binding-collision/expected.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/constructor-binding-collision/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/constructor-binding-collision/expected.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/constructor-binding-collision/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/constructor/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/constructor/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/constructor/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/constructor/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/constructor/expected.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/constructor/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/constructor/expected.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/constructor/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/delay-arrow-function-for-bare-super-derived/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/delay-arrow-function-for-bare-super-derived/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/delay-arrow-function-for-bare-super-derived/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/delay-arrow-function-for-bare-super-derived/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/delay-arrow-function-for-bare-super-derived/expected.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/delay-arrow-function-for-bare-super-derived/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/delay-arrow-function-for-bare-super-derived/expected.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/delay-arrow-function-for-bare-super-derived/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/derived-constructor-must-call-super/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/derived-constructor-must-call-super/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/derived-constructor-must-call-super/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/derived-constructor-must-call-super/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/derived-constructor-must-call-super/expected.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/derived-constructor-must-call-super/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/derived-constructor-must-call-super/expected.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/derived-constructor-must-call-super/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/derived-constructor-must-call-super/options.json b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/derived-constructor-must-call-super/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/derived-constructor-must-call-super/options.json rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/derived-constructor-must-call-super/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/export-super-class/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/export-super-class/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/export-super-class/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/export-super-class/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/export-super-class/expected.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/export-super-class/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/export-super-class/expected.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/export-super-class/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/inferred-expression-name/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/inferred-expression-name/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/inferred-expression-name/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/inferred-expression-name/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/inferred-expression-name/expected.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/inferred-expression-name/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/inferred-expression-name/expected.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/inferred-expression-name/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/instance-getter-and-setter/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/instance-getter-and-setter/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/instance-getter-and-setter/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/instance-getter-and-setter/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/instance-getter-and-setter/expected.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/instance-getter-and-setter/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/instance-getter-and-setter/expected.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/instance-getter-and-setter/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/instance-getter/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/instance-getter/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/instance-getter/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/instance-getter/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/instance-getter/expected.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/instance-getter/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/instance-getter/expected.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/instance-getter/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/instance-method/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/instance-method/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/instance-method/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/instance-method/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/instance-method/expected.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/instance-method/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/instance-method/expected.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/instance-method/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/instance-setter/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/instance-setter/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/instance-setter/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/instance-setter/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/instance-setter/expected.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/instance-setter/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/instance-setter/expected.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/instance-setter/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/name-method-collision/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/name-method-collision/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/name-method-collision/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/name-method-collision/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/name-method-collision/expected.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/name-method-collision/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/name-method-collision/expected.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/name-method-collision/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/name-method-collision/options.json b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/name-method-collision/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/name-method-collision/options.json rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/name-method-collision/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/options.json b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/options.json rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/plain-class/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/plain-class/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/plain-class/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/plain-class/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/plain-class/expected.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/plain-class/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/plain-class/expected.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/plain-class/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/preserves-directives/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/preserves-directives/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/preserves-directives/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/preserves-directives/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/preserves-directives/expected.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/preserves-directives/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/preserves-directives/expected.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/preserves-directives/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/relaxed-method-coercion/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/relaxed-method-coercion/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/relaxed-method-coercion/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/relaxed-method-coercion/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/relaxed-method-coercion/expected.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/relaxed-method-coercion/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/relaxed-method-coercion/expected.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/relaxed-method-coercion/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/returning-from-derived-constructor/exec.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/returning-from-derived-constructor/exec.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/returning-from-derived-constructor/exec.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/returning-from-derived-constructor/exec.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/statement/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/statement/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/statement/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/statement/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/statement/expected.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/statement/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/statement/expected.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/statement/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/static/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/static/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/static/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/static/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/static/expected.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/static/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/static/expected.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/static/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/super-call-only-allowed-in-derived-constructor/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/super-call-only-allowed-in-derived-constructor/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/super-call-only-allowed-in-derived-constructor/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/super-call-only-allowed-in-derived-constructor/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/super-call-only-allowed-in-derived-constructor/expected.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/super-call-only-allowed-in-derived-constructor/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/super-call-only-allowed-in-derived-constructor/expected.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/super-call-only-allowed-in-derived-constructor/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/super-call-only-allowed-in-derived-constructor/options.json b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/super-call-only-allowed-in-derived-constructor/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/super-call-only-allowed-in-derived-constructor/options.json rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/super-call-only-allowed-in-derived-constructor/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/super-class-anonymous/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/super-class-anonymous/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/super-class-anonymous/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/super-class-anonymous/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/super-class-anonymous/expected.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/super-class-anonymous/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/super-class-anonymous/expected.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/super-class-anonymous/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/super-class-id-member-expression/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/super-class-id-member-expression/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/super-class-id-member-expression/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/super-class-id-member-expression/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/super-class-id-member-expression/expected.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/super-class-id-member-expression/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/super-class-id-member-expression/expected.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/super-class-id-member-expression/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/super-class/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/super-class/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/super-class/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/super-class/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/super-class/expected.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/super-class/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/super-class/expected.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/super-class/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/super-function-fallback/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/super-function-fallback/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/super-function-fallback/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/super-function-fallback/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/super-function-fallback/expected.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/super-function-fallback/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/super-function-fallback/expected.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/super-function-fallback/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/super-illegal-non-constructor-call/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/super-illegal-non-constructor-call/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/super-illegal-non-constructor-call/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/super-illegal-non-constructor-call/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/super-illegal-non-constructor-call/options.json b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/super-illegal-non-constructor-call/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/super-illegal-non-constructor-call/options.json rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/super-illegal-non-constructor-call/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/super-reference-before-bare-super/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/super-reference-before-bare-super/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/super-reference-before-bare-super/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/super-reference-before-bare-super/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/super-reference-before-bare-super/options.json b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/super-reference-before-bare-super/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/super-reference-before-bare-super/options.json rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/super-reference-before-bare-super/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/this-not-allowed-before-super-in-derived-classes-2/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/this-not-allowed-before-super-in-derived-classes-2/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/this-not-allowed-before-super-in-derived-classes-2/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/this-not-allowed-before-super-in-derived-classes-2/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/this-not-allowed-before-super-in-derived-classes-2/options.json b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/this-not-allowed-before-super-in-derived-classes-2/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/this-not-allowed-before-super-in-derived-classes-2/options.json rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/this-not-allowed-before-super-in-derived-classes-2/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/this-not-allowed-before-super-in-derived-classes/actual.js b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/this-not-allowed-before-super-in-derived-classes/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/this-not-allowed-before-super-in-derived-classes/actual.js rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/this-not-allowed-before-super-in-derived-classes/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.classes/this-not-allowed-before-super-in-derived-classes/options.json b/packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/this-not-allowed-before-super-in-derived-classes/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.classes/this-not-allowed-before-super-in-derived-classes/options.json rename to packages/babel-plugin-transform-es2015-classes/test/fixtures/spec/this-not-allowed-before-super-in-derived-classes/options.json diff --git a/packages/babel-plugin-transform-es2015-classes/test/index.js b/packages/babel-plugin-transform-es2015-classes/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-es2015-classes/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-es2015-computed-properties/package.json b/packages/babel-plugin-transform-es2015-computed-properties/package.json index da0b4254fd..21a7a1909b 100644 --- a/packages/babel-plugin-transform-es2015-computed-properties/package.json +++ b/packages/babel-plugin-transform-es2015-computed-properties/package.json @@ -12,5 +12,8 @@ "babel-helper-define-map": "^6.0.14", "babel-template": "^6.0.14", "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/argument/actual.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/argument/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/argument/actual.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/argument/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/argument/expected.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/argument/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/argument/expected.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/argument/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/assignment/actual.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/assignment/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/assignment/actual.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/assignment/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/assignment/expected.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/assignment/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/assignment/expected.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/assignment/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/coerce/actual.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/coerce/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/coerce/actual.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/coerce/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/coerce/expected.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/coerce/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/coerce/expected.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/coerce/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/ignore-symbol/actual.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/ignore-symbol/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/ignore-symbol/actual.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/ignore-symbol/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/ignore-symbol/expected.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/ignore-symbol/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/ignore-symbol/expected.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/ignore-symbol/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/method/actual.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/method/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/method/actual.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/method/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/method/expected.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/method/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/method/expected.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/method/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/mixed/actual.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/mixed/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/mixed/actual.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/mixed/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/mixed/expected.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/mixed/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/mixed/expected.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/mixed/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/multiple/actual.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/multiple/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/multiple/actual.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/multiple/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/multiple/expected.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/multiple/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/multiple/expected.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/multiple/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/options.json b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/options.json rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/single/actual.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/single/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/single/actual.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/single/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/single/expected.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/single/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/single/expected.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/single/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/this/actual.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/this/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/this/actual.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/this/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/this/expected.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/this/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/this/expected.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/this/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/two/actual.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/two/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/two/actual.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/two/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/two/expected.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/two/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/two/expected.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/two/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/variable/actual.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/variable/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/variable/actual.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/variable/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/variable/expected.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/variable/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed-loose/variable/expected.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/loose/variable/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed/argument/actual.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/argument/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed/argument/actual.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/argument/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed/argument/expected.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/argument/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed/argument/expected.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/argument/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed/assignment/actual.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/assignment/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed/assignment/actual.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/assignment/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed/assignment/expected.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/assignment/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed/assignment/expected.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/assignment/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed/ignore-symbol/actual.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/ignore-symbol/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed/ignore-symbol/actual.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/ignore-symbol/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed/ignore-symbol/expected.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/ignore-symbol/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed/ignore-symbol/expected.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/ignore-symbol/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed/method/actual.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/method/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed/method/actual.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/method/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed/method/expected.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/method/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed/method/expected.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/method/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed/mixed/actual.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/mixed/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed/mixed/actual.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/mixed/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed/mixed/expected.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/mixed/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed/mixed/expected.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/mixed/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed/multiple/actual.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/multiple/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed/multiple/actual.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/multiple/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed/multiple/expected.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/multiple/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed/multiple/expected.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/multiple/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed/options.json b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed/options.json rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed/single/actual.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/single/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed/single/actual.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/single/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed/single/expected.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/single/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed/single/expected.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/single/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed/this/actual.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/this/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed/this/actual.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/this/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed/this/expected.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/this/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed/this/expected.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/this/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed/two/actual.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/two/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed/two/actual.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/two/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed/two/expected.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/two/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed/two/expected.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/two/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed/variable/actual.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/variable/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed/variable/actual.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/variable/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.computed/variable/expected.js b/packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/variable/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.computed/variable/expected.js rename to packages/babel-plugin-transform-es2015-computed-properties/test/fixtures/spec/variable/expected.js diff --git a/packages/babel-plugin-transform-es2015-computed-properties/test/index.js b/packages/babel-plugin-transform-es2015-computed-properties/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-es2015-computed-properties/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-es2015-constants/package.json b/packages/babel-plugin-transform-es2015-constants/package.json index d11c72adaa..c79a6172f2 100644 --- a/packages/babel-plugin-transform-es2015-constants/package.json +++ b/packages/babel-plugin-transform-es2015-constants/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } } diff --git a/packages/babel-core/test/fixtures/transformation/es6.constants/block-scoped/exec.js b/packages/babel-plugin-transform-es2015-constants/test/fixtures/general/block-scoped/exec.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.constants/block-scoped/exec.js rename to packages/babel-plugin-transform-es2015-constants/test/fixtures/general/block-scoped/exec.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.constants/block-statement/actual.js b/packages/babel-plugin-transform-es2015-constants/test/fixtures/general/block-statement/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.constants/block-statement/actual.js rename to packages/babel-plugin-transform-es2015-constants/test/fixtures/general/block-statement/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.constants/block-statement/expected.js b/packages/babel-plugin-transform-es2015-constants/test/fixtures/general/block-statement/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.constants/block-statement/expected.js rename to packages/babel-plugin-transform-es2015-constants/test/fixtures/general/block-statement/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.constants/destructuring-assignment/actual.js b/packages/babel-plugin-transform-es2015-constants/test/fixtures/general/destructuring-assignment/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.constants/destructuring-assignment/actual.js rename to packages/babel-plugin-transform-es2015-constants/test/fixtures/general/destructuring-assignment/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.constants/destructuring-assignment/options.json b/packages/babel-plugin-transform-es2015-constants/test/fixtures/general/destructuring-assignment/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.constants/destructuring-assignment/options.json rename to packages/babel-plugin-transform-es2015-constants/test/fixtures/general/destructuring-assignment/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.constants/destructuring/actual.js b/packages/babel-plugin-transform-es2015-constants/test/fixtures/general/destructuring/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.constants/destructuring/actual.js rename to packages/babel-plugin-transform-es2015-constants/test/fixtures/general/destructuring/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.constants/destructuring/expected.js b/packages/babel-plugin-transform-es2015-constants/test/fixtures/general/destructuring/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.constants/destructuring/expected.js rename to packages/babel-plugin-transform-es2015-constants/test/fixtures/general/destructuring/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.constants/ignore-member-expressions/actual.js b/packages/babel-plugin-transform-es2015-constants/test/fixtures/general/ignore-member-expressions/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.constants/ignore-member-expressions/actual.js rename to packages/babel-plugin-transform-es2015-constants/test/fixtures/general/ignore-member-expressions/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.constants/ignore-member-expressions/expected.js b/packages/babel-plugin-transform-es2015-constants/test/fixtures/general/ignore-member-expressions/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.constants/ignore-member-expressions/expected.js rename to packages/babel-plugin-transform-es2015-constants/test/fixtures/general/ignore-member-expressions/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.constants/loop/actual.js b/packages/babel-plugin-transform-es2015-constants/test/fixtures/general/loop/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.constants/loop/actual.js rename to packages/babel-plugin-transform-es2015-constants/test/fixtures/general/loop/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.constants/loop/options.json b/packages/babel-plugin-transform-es2015-constants/test/fixtures/general/loop/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.constants/loop/options.json rename to packages/babel-plugin-transform-es2015-constants/test/fixtures/general/loop/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.constants/no-assignment/actual.js b/packages/babel-plugin-transform-es2015-constants/test/fixtures/general/no-assignment/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.constants/no-assignment/actual.js rename to packages/babel-plugin-transform-es2015-constants/test/fixtures/general/no-assignment/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.constants/no-assignment/options.json b/packages/babel-plugin-transform-es2015-constants/test/fixtures/general/no-assignment/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.constants/no-assignment/options.json rename to packages/babel-plugin-transform-es2015-constants/test/fixtures/general/no-assignment/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.constants/no-classes/actual.js b/packages/babel-plugin-transform-es2015-constants/test/fixtures/general/no-classes/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.constants/no-classes/actual.js rename to packages/babel-plugin-transform-es2015-constants/test/fixtures/general/no-classes/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.constants/no-classes/options.json b/packages/babel-plugin-transform-es2015-constants/test/fixtures/general/no-classes/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.constants/no-classes/options.json rename to packages/babel-plugin-transform-es2015-constants/test/fixtures/general/no-classes/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.constants/no-declaration/actual.js b/packages/babel-plugin-transform-es2015-constants/test/fixtures/general/no-declaration/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.constants/no-declaration/actual.js rename to packages/babel-plugin-transform-es2015-constants/test/fixtures/general/no-declaration/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.constants/no-declaration/options.json b/packages/babel-plugin-transform-es2015-constants/test/fixtures/general/no-declaration/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.constants/no-declaration/options.json rename to packages/babel-plugin-transform-es2015-constants/test/fixtures/general/no-declaration/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.constants/no-for-in/actual.js b/packages/babel-plugin-transform-es2015-constants/test/fixtures/general/no-for-in/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.constants/no-for-in/actual.js rename to packages/babel-plugin-transform-es2015-constants/test/fixtures/general/no-for-in/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.constants/no-for-in/options.json b/packages/babel-plugin-transform-es2015-constants/test/fixtures/general/no-for-in/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.constants/no-for-in/options.json rename to packages/babel-plugin-transform-es2015-constants/test/fixtures/general/no-for-in/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.constants/no-functions/actual.js b/packages/babel-plugin-transform-es2015-constants/test/fixtures/general/no-functions/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.constants/no-functions/actual.js rename to packages/babel-plugin-transform-es2015-constants/test/fixtures/general/no-functions/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.constants/no-functions/options.json b/packages/babel-plugin-transform-es2015-constants/test/fixtures/general/no-functions/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.constants/no-functions/options.json rename to packages/babel-plugin-transform-es2015-constants/test/fixtures/general/no-functions/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.constants/program/actual.js b/packages/babel-plugin-transform-es2015-constants/test/fixtures/general/program/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.constants/program/actual.js rename to packages/babel-plugin-transform-es2015-constants/test/fixtures/general/program/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.constants/program/expected.js b/packages/babel-plugin-transform-es2015-constants/test/fixtures/general/program/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.constants/program/expected.js rename to packages/babel-plugin-transform-es2015-constants/test/fixtures/general/program/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.constants/update-expression/actual.js b/packages/babel-plugin-transform-es2015-constants/test/fixtures/general/update-expression/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.constants/update-expression/actual.js rename to packages/babel-plugin-transform-es2015-constants/test/fixtures/general/update-expression/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.constants/update-expression/expected.js b/packages/babel-plugin-transform-es2015-constants/test/fixtures/general/update-expression/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.constants/update-expression/expected.js rename to packages/babel-plugin-transform-es2015-constants/test/fixtures/general/update-expression/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.constants/update-expression/options.json b/packages/babel-plugin-transform-es2015-constants/test/fixtures/general/update-expression/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.constants/update-expression/options.json rename to packages/babel-plugin-transform-es2015-constants/test/fixtures/general/update-expression/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.constants/options.json b/packages/babel-plugin-transform-es2015-constants/test/fixtures/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.constants/options.json rename to packages/babel-plugin-transform-es2015-constants/test/fixtures/options.json diff --git a/packages/babel-plugin-transform-es2015-constants/test/index.js b/packages/babel-plugin-transform-es2015-constants/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-es2015-constants/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-es2015-destructuring/package.json b/packages/babel-plugin-transform-es2015-destructuring/package.json index 6c15c904a0..cce7d85c80 100644 --- a/packages/babel-plugin-transform-es2015-destructuring/package.json +++ b/packages/babel-plugin-transform-es2015-destructuring/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } } diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/array-unpack-optimisation/actual.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/array-unpack-optimisation/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/array-unpack-optimisation/actual.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/array-unpack-optimisation/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/array-unpack-optimisation/expected.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/array-unpack-optimisation/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/array-unpack-optimisation/expected.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/array-unpack-optimisation/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/array/actual.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/array/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/array/actual.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/array/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/array/expected.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/array/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/array/expected.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/array/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/assignment-expression-completion-record/actual.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/assignment-expression-completion-record/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/assignment-expression-completion-record/actual.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/assignment-expression-completion-record/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/assignment-expression-completion-record/expected.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/assignment-expression-completion-record/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/assignment-expression-completion-record/expected.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/assignment-expression-completion-record/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/assignment-expression-pattern/actual.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/assignment-expression-pattern/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/assignment-expression-pattern/actual.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/assignment-expression-pattern/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/assignment-expression-pattern/expected.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/assignment-expression-pattern/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/assignment-expression-pattern/expected.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/assignment-expression-pattern/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/assignment-expression/actual.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/assignment-expression/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/assignment-expression/actual.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/assignment-expression/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/assignment-expression/expected.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/assignment-expression/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/assignment-expression/expected.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/assignment-expression/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/assignment-statement/actual.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/assignment-statement/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/assignment-statement/actual.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/assignment-statement/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/assignment-statement/expected.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/assignment-statement/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/assignment-statement/expected.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/assignment-statement/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/chained/exec.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/chained/exec.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/chained/exec.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/chained/exec.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/default-precedence/actual.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/default-precedence/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/default-precedence/actual.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/default-precedence/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/default-precedence/exec.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/default-precedence/exec.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/default-precedence/exec.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/default-precedence/exec.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/default-precedence/expected.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/default-precedence/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/default-precedence/expected.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/default-precedence/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/empty-object-pattern/actual.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/empty-object-pattern/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/empty-object-pattern/actual.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/empty-object-pattern/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/empty-object-pattern/exec.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/empty-object-pattern/exec.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/empty-object-pattern/exec.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/empty-object-pattern/exec.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/empty-object-pattern/expected.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/empty-object-pattern/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/empty-object-pattern/expected.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/empty-object-pattern/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/empty/actual.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/empty/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/empty/actual.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/empty/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/empty/expected.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/empty/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/empty/expected.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/empty/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/es7-object-rest/actual.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/es7-object-rest/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/es7-object-rest/actual.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/es7-object-rest/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/es7-object-rest/expected.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/es7-object-rest/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/es7-object-rest/expected.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/es7-object-rest/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/for-in/actual.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/for-in/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/for-in/actual.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/for-in/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/for-in/expected.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/for-in/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/for-in/expected.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/for-in/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/for-of/actual.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/for-of/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/for-of/actual.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/for-of/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/for-of/expected.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/for-of/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/for-of/expected.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/for-of/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/known-array/actual.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/known-array/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/known-array/actual.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/known-array/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/known-array/expected.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/known-array/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/known-array/expected.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/known-array/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/member-expression/actual.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/member-expression/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/member-expression/actual.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/member-expression/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/member-expression/expected.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/member-expression/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/member-expression/expected.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/member-expression/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/mixed/actual.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/mixed/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/mixed/actual.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/mixed/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/mixed/expected.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/mixed/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/mixed/expected.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/mixed/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/multiple/actual.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/multiple/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/multiple/actual.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/multiple/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/multiple/expected.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/multiple/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/multiple/expected.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/multiple/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/object-advanced/actual.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/object-advanced/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/object-advanced/actual.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/object-advanced/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/object-advanced/expected.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/object-advanced/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/object-advanced/expected.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/object-advanced/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/object-basic/actual.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/object-basic/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/object-basic/actual.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/object-basic/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/object-basic/expected.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/object-basic/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/object-basic/expected.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/object-basic/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/options.json b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/options.json rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/parameters/actual.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/parameters/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/parameters/actual.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/parameters/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/parameters/expected.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/parameters/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/parameters/expected.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/parameters/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/spread-generator/exec.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/spread-generator/exec.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/spread-generator/exec.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/spread-generator/exec.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/spread/actual.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/spread/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/spread/actual.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/spread/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.destructuring/spread/expected.js b/packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/spread/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.destructuring/spread/expected.js rename to packages/babel-plugin-transform-es2015-destructuring/test/fixtures/destructuring/spread/expected.js diff --git a/packages/babel-plugin-transform-es2015-destructuring/test/index.js b/packages/babel-plugin-transform-es2015-destructuring/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-es2015-destructuring/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-es2015-for-of/package.json b/packages/babel-plugin-transform-es2015-for-of/package.json index db51cba9a8..0e74d95e8a 100644 --- a/packages/babel-plugin-transform-es2015-for-of/package.json +++ b/packages/babel-plugin-transform-es2015-for-of/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-core/test/fixtures/transformation/es6.for-of-loose/identifier/actual.js b/packages/babel-plugin-transform-es2015-for-of/test/fixtures/loose/identifier/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.for-of-loose/identifier/actual.js rename to packages/babel-plugin-transform-es2015-for-of/test/fixtures/loose/identifier/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.for-of-loose/identifier/expected.js b/packages/babel-plugin-transform-es2015-for-of/test/fixtures/loose/identifier/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.for-of-loose/identifier/expected.js rename to packages/babel-plugin-transform-es2015-for-of/test/fixtures/loose/identifier/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.for-of-loose/ignore-cases/actual.js b/packages/babel-plugin-transform-es2015-for-of/test/fixtures/loose/ignore-cases/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.for-of-loose/ignore-cases/actual.js rename to packages/babel-plugin-transform-es2015-for-of/test/fixtures/loose/ignore-cases/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.for-of-loose/ignore-cases/expected.js b/packages/babel-plugin-transform-es2015-for-of/test/fixtures/loose/ignore-cases/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.for-of-loose/ignore-cases/expected.js rename to packages/babel-plugin-transform-es2015-for-of/test/fixtures/loose/ignore-cases/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.for-of-loose/let/actual.js b/packages/babel-plugin-transform-es2015-for-of/test/fixtures/loose/let/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.for-of-loose/let/actual.js rename to packages/babel-plugin-transform-es2015-for-of/test/fixtures/loose/let/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.for-of-loose/let/expected.js b/packages/babel-plugin-transform-es2015-for-of/test/fixtures/loose/let/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.for-of-loose/let/expected.js rename to packages/babel-plugin-transform-es2015-for-of/test/fixtures/loose/let/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.for-of-loose/member-expression/actual.js b/packages/babel-plugin-transform-es2015-for-of/test/fixtures/loose/member-expression/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.for-of-loose/member-expression/actual.js rename to packages/babel-plugin-transform-es2015-for-of/test/fixtures/loose/member-expression/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.for-of-loose/member-expression/expected.js b/packages/babel-plugin-transform-es2015-for-of/test/fixtures/loose/member-expression/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.for-of-loose/member-expression/expected.js rename to packages/babel-plugin-transform-es2015-for-of/test/fixtures/loose/member-expression/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.for-of-loose/multiple/actual.js b/packages/babel-plugin-transform-es2015-for-of/test/fixtures/loose/multiple/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.for-of-loose/multiple/actual.js rename to packages/babel-plugin-transform-es2015-for-of/test/fixtures/loose/multiple/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.for-of-loose/multiple/expected.js b/packages/babel-plugin-transform-es2015-for-of/test/fixtures/loose/multiple/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.for-of-loose/multiple/expected.js rename to packages/babel-plugin-transform-es2015-for-of/test/fixtures/loose/multiple/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.for-of-loose/options.json b/packages/babel-plugin-transform-es2015-for-of/test/fixtures/loose/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.for-of-loose/options.json rename to packages/babel-plugin-transform-es2015-for-of/test/fixtures/loose/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.for-of-loose/var/actual.js b/packages/babel-plugin-transform-es2015-for-of/test/fixtures/loose/var/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.for-of-loose/var/actual.js rename to packages/babel-plugin-transform-es2015-for-of/test/fixtures/loose/var/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.for-of-loose/var/expected.js b/packages/babel-plugin-transform-es2015-for-of/test/fixtures/loose/var/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.for-of-loose/var/expected.js rename to packages/babel-plugin-transform-es2015-for-of/test/fixtures/loose/var/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.for-of/identifier/actual.js b/packages/babel-plugin-transform-es2015-for-of/test/fixtures/spec/identifier/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.for-of/identifier/actual.js rename to packages/babel-plugin-transform-es2015-for-of/test/fixtures/spec/identifier/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.for-of/identifier/expected.js b/packages/babel-plugin-transform-es2015-for-of/test/fixtures/spec/identifier/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.for-of/identifier/expected.js rename to packages/babel-plugin-transform-es2015-for-of/test/fixtures/spec/identifier/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.for-of/ignore-cases/actual.js b/packages/babel-plugin-transform-es2015-for-of/test/fixtures/spec/ignore-cases/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.for-of/ignore-cases/actual.js rename to packages/babel-plugin-transform-es2015-for-of/test/fixtures/spec/ignore-cases/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.for-of/ignore-cases/expected.js b/packages/babel-plugin-transform-es2015-for-of/test/fixtures/spec/ignore-cases/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.for-of/ignore-cases/expected.js rename to packages/babel-plugin-transform-es2015-for-of/test/fixtures/spec/ignore-cases/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.for-of/let/actual.js b/packages/babel-plugin-transform-es2015-for-of/test/fixtures/spec/let/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.for-of/let/actual.js rename to packages/babel-plugin-transform-es2015-for-of/test/fixtures/spec/let/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.for-of/let/expected.js b/packages/babel-plugin-transform-es2015-for-of/test/fixtures/spec/let/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.for-of/let/expected.js rename to packages/babel-plugin-transform-es2015-for-of/test/fixtures/spec/let/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.for-of/member-expression/actual.js b/packages/babel-plugin-transform-es2015-for-of/test/fixtures/spec/member-expression/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.for-of/member-expression/actual.js rename to packages/babel-plugin-transform-es2015-for-of/test/fixtures/spec/member-expression/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.for-of/member-expression/expected.js b/packages/babel-plugin-transform-es2015-for-of/test/fixtures/spec/member-expression/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.for-of/member-expression/expected.js rename to packages/babel-plugin-transform-es2015-for-of/test/fixtures/spec/member-expression/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.for-of/multiple/actual.js b/packages/babel-plugin-transform-es2015-for-of/test/fixtures/spec/multiple/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.for-of/multiple/actual.js rename to packages/babel-plugin-transform-es2015-for-of/test/fixtures/spec/multiple/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.for-of/multiple/expected.js b/packages/babel-plugin-transform-es2015-for-of/test/fixtures/spec/multiple/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.for-of/multiple/expected.js rename to packages/babel-plugin-transform-es2015-for-of/test/fixtures/spec/multiple/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.for-of/nested-label-for-of/actual.js b/packages/babel-plugin-transform-es2015-for-of/test/fixtures/spec/nested-label-for-of/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.for-of/nested-label-for-of/actual.js rename to packages/babel-plugin-transform-es2015-for-of/test/fixtures/spec/nested-label-for-of/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.for-of/nested-label-for-of/expected.js b/packages/babel-plugin-transform-es2015-for-of/test/fixtures/spec/nested-label-for-of/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.for-of/nested-label-for-of/expected.js rename to packages/babel-plugin-transform-es2015-for-of/test/fixtures/spec/nested-label-for-of/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.for-of/options.json b/packages/babel-plugin-transform-es2015-for-of/test/fixtures/spec/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.for-of/options.json rename to packages/babel-plugin-transform-es2015-for-of/test/fixtures/spec/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.for-of/var/actual.js b/packages/babel-plugin-transform-es2015-for-of/test/fixtures/spec/var/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.for-of/var/actual.js rename to packages/babel-plugin-transform-es2015-for-of/test/fixtures/spec/var/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.for-of/var/expected.js b/packages/babel-plugin-transform-es2015-for-of/test/fixtures/spec/var/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.for-of/var/expected.js rename to packages/babel-plugin-transform-es2015-for-of/test/fixtures/spec/var/expected.js diff --git a/packages/babel-plugin-transform-es2015-for-of/test/index.js b/packages/babel-plugin-transform-es2015-for-of/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-es2015-for-of/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-es2015-function-name/package.json b/packages/babel-plugin-transform-es2015-function-name/package.json index 984d25f6bd..dc1529fe82 100644 --- a/packages/babel-plugin-transform-es2015-function-name/package.json +++ b/packages/babel-plugin-transform-es2015-function-name/package.json @@ -12,5 +12,8 @@ "babel-helper-function-name": "^6.0.14", "babel-types": "^6.0.14", "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/.smoke/exec.js b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/.smoke/exec.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/.smoke/exec.js rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/.smoke/exec.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/.smoke/options.json b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/.smoke/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/.smoke/options.json rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/.smoke/options.json diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/assignment/actual.js b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/assignment/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/assignment/actual.js rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/assignment/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/assignment/expected.js b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/assignment/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/assignment/expected.js rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/assignment/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/basic/actual.js b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/basic/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/basic/actual.js rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/basic/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/basic/expected.js b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/basic/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/basic/expected.js rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/basic/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/class-method/actual.js b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/class-method/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/class-method/actual.js rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/class-method/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/class-method/expected.js b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/class-method/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/class-method/expected.js rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/class-method/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/collisions/actual.js b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/collisions/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/collisions/actual.js rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/collisions/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/collisions/expected.js b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/collisions/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/collisions/expected.js rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/collisions/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/eval/actual.js b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/eval/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/eval/actual.js rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/eval/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/eval/expected.js b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/eval/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/eval/expected.js rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/eval/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/export/actual.js b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/export/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/export/actual.js rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/export/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/export/expected.js b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/export/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/export/expected.js rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/export/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/function-collision/actual.js b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/function-collision/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/function-collision/actual.js rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/function-collision/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/function-collision/expected.js b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/function-collision/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/function-collision/expected.js rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/function-collision/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/global/actual.js b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/global/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/global/actual.js rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/global/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/global/expected.js b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/global/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/global/expected.js rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/global/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/modules-2/actual.js b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/modules-2/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/modules-2/actual.js rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/modules-2/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/modules-2/expected.js b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/modules-2/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/modules-2/expected.js rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/modules-2/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/modules-2/options.json b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/modules-2/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/modules-2/options.json rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/modules-2/options.json diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/modules-3/actual.js b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/modules-3/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/modules-3/actual.js rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/modules-3/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/modules-3/expected.js b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/modules-3/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/modules-3/expected.js rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/modules-3/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/modules-3/options.json b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/modules-3/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/modules-3/options.json rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/modules-3/options.json diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/modules-4/actual.js b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/modules-4/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/modules-4/actual.js rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/modules-4/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/modules-4/expected.js b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/modules-4/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/modules-4/expected.js rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/modules-4/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/modules/actual.js b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/modules/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/modules/actual.js rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/modules/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/modules/expected.js b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/modules/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/modules/expected.js rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/modules/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/modules/options.json b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/modules/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/modules/options.json rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/modules/options.json diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/object/actual.js b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/object/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/object/actual.js rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/object/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/object/expected.js b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/object/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/object/expected.js rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/object/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/options.json b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/options.json rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/options.json diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/own-bindings/actual.js b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/own-bindings/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/own-bindings/actual.js rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/own-bindings/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/own-bindings/expected.js b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/own-bindings/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/own-bindings/expected.js rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/own-bindings/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/self-reference/actual.js b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/self-reference/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/self-reference/actual.js rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/self-reference/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/self-reference/expected.js b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/self-reference/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/self-reference/expected.js rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/self-reference/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/shorthand-property/actual.js b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/shorthand-property/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/shorthand-property/actual.js rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/shorthand-property/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.function-name/shorthand-property/expected.js b/packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/shorthand-property/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.function-name/shorthand-property/expected.js rename to packages/babel-plugin-transform-es2015-function-name/test/fixtures/function-name/shorthand-property/expected.js diff --git a/packages/babel-plugin-transform-es2015-function-name/test/index.js b/packages/babel-plugin-transform-es2015-function-name/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-es2015-function-name/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-es2015-instanceof/package.json b/packages/babel-plugin-transform-es2015-instanceof/package.json index 72e14b394c..7bab6f28c7 100644 --- a/packages/babel-plugin-transform-es2015-instanceof/package.json +++ b/packages/babel-plugin-transform-es2015-instanceof/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } } diff --git a/packages/babel-core/test/fixtures/transformation/es6.spec.symbols/instanceof/actual.js b/packages/babel-plugin-transform-es2015-instanceof/test/fixtures/instanceof/instanceof/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spec.symbols/instanceof/actual.js rename to packages/babel-plugin-transform-es2015-instanceof/test/fixtures/instanceof/instanceof/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spec.symbols/instanceof/exec.js b/packages/babel-plugin-transform-es2015-instanceof/test/fixtures/instanceof/instanceof/exec.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spec.symbols/instanceof/exec.js rename to packages/babel-plugin-transform-es2015-instanceof/test/fixtures/instanceof/instanceof/exec.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spec.symbols/instanceof/expected.js b/packages/babel-plugin-transform-es2015-instanceof/test/fixtures/instanceof/instanceof/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spec.symbols/instanceof/expected.js rename to packages/babel-plugin-transform-es2015-instanceof/test/fixtures/instanceof/instanceof/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spec.symbols/instanceof/options.json b/packages/babel-plugin-transform-es2015-instanceof/test/fixtures/instanceof/instanceof/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spec.symbols/instanceof/options.json rename to packages/babel-plugin-transform-es2015-instanceof/test/fixtures/instanceof/instanceof/options.json diff --git a/packages/babel-plugin-transform-es2015-instanceof/test/index.js b/packages/babel-plugin-transform-es2015-instanceof/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-es2015-instanceof/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-es2015-literals/package.json b/packages/babel-plugin-transform-es2015-literals/package.json index 1165442c0b..fb8e87bc1e 100644 --- a/packages/babel-plugin-transform-es2015-literals/package.json +++ b/packages/babel-plugin-transform-es2015-literals/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } } diff --git a/packages/babel-plugin-transform-es2015-modules-amd/package.json b/packages/babel-plugin-transform-es2015-modules-amd/package.json index 505892174c..77778e5ab8 100644 --- a/packages/babel-plugin-transform-es2015-modules-amd/package.json +++ b/packages/babel-plugin-transform-es2015-modules-amd/package.json @@ -12,5 +12,8 @@ }, "keywords": [ "babel-plugin" - ] + ], + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" + } } diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/export-specifier-default/actual.js b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/export-specifier-default/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-amd/export-specifier-default/actual.js rename to packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/export-specifier-default/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/export-specifier-default/expected.js b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/export-specifier-default/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-amd/export-specifier-default/expected.js rename to packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/export-specifier-default/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/exports-default/actual.js b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/exports-default/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-amd/exports-default/actual.js rename to packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/exports-default/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/exports-default/expected.js b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/exports-default/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-amd/exports-default/expected.js rename to packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/exports-default/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/exports-default/untitled b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/exports-default/untitled similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-amd/exports-default/untitled rename to packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/exports-default/untitled diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/exports-from/actual.js b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/exports-from/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-amd/exports-from/actual.js rename to packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/exports-from/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/exports-from/expected.js b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/exports-from/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-amd/exports-from/expected.js rename to packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/exports-from/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/exports-named/actual.js b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/exports-named/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-amd/exports-named/actual.js rename to packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/exports-named/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/exports-named/expected.js b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/exports-named/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-amd/exports-named/expected.js rename to packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/exports-named/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/exports-variable/actual.js b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/exports-variable/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-amd/exports-variable/actual.js rename to packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/exports-variable/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/exports-variable/expected.js b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/exports-variable/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-amd/exports-variable/expected.js rename to packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/exports-variable/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/get-module-name-option/actual.js b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/get-module-name-option/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-amd/get-module-name-option/actual.js rename to packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/get-module-name-option/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/get-module-name-option/expected.js b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/get-module-name-option/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-amd/get-module-name-option/expected.js rename to packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/get-module-name-option/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/get-module-name-option/options.json b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/get-module-name-option/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-amd/get-module-name-option/options.json rename to packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/get-module-name-option/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/hoist-function-exports/actual.js b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/hoist-function-exports/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-amd/hoist-function-exports/actual.js rename to packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/hoist-function-exports/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/hoist-function-exports/expected.js b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/hoist-function-exports/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-amd/hoist-function-exports/expected.js rename to packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/hoist-function-exports/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/imports-default/actual.js b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/imports-default/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-amd/imports-default/actual.js rename to packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/imports-default/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/imports-default/expected.js b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/imports-default/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-amd/imports-default/expected.js rename to packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/imports-default/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/imports-glob/actual.js b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/imports-glob/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-amd/imports-glob/actual.js rename to packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/imports-glob/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/imports-glob/expected.js b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/imports-glob/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-amd/imports-glob/expected.js rename to packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/imports-glob/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/imports-mixing/actual.js b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/imports-mixing/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-amd/imports-mixing/actual.js rename to packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/imports-mixing/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/imports-mixing/expected.js b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/imports-mixing/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-amd/imports-mixing/expected.js rename to packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/imports-mixing/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/imports-named/actual.js b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/imports-named/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-amd/imports-named/actual.js rename to packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/imports-named/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/imports-named/expected.js b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/imports-named/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-amd/imports-named/expected.js rename to packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/imports-named/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/imports/actual.js b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/imports/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-amd/imports/actual.js rename to packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/imports/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/imports/expected.js b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/imports/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-amd/imports/expected.js rename to packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/imports/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/module-name/actual.js b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/module-name/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-amd/module-name/actual.js rename to packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/module-name/actual.js diff --git a/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/module-name/expected.js b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/module-name/expected.js new file mode 100644 index 0000000000..54f366c134 --- /dev/null +++ b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/module-name/expected.js @@ -0,0 +1,5 @@ +"use strict"; + +define("amd/module-name/expected", [], function () { + foobar(); +}); diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/module-name/options.json b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/module-name/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-amd/module-name/options.json rename to packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/module-name/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/options.json b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-amd/options.json rename to packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/overview/actual.js b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/overview/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-amd/overview/actual.js rename to packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/overview/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/overview/expected.js b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/overview/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-amd/overview/expected.js rename to packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/overview/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/remap/actual.js b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/remap/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-amd/remap/actual.js rename to packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/remap/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-amd/remap/expected.js b/packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/remap/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-amd/remap/expected.js rename to packages/babel-plugin-transform-es2015-modules-amd/test/fixtures/amd/remap/expected.js diff --git a/packages/babel-plugin-transform-es2015-modules-amd/test/index.js b/packages/babel-plugin-transform-es2015-modules-amd/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-es2015-modules-amd/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-es2015-modules-commonjs/package.json b/packages/babel-plugin-transform-es2015-modules-commonjs/package.json index acf00a3fad..c746ad08bb 100644 --- a/packages/babel-plugin-transform-es2015-modules-commonjs/package.json +++ b/packages/babel-plugin-transform-es2015-modules-commonjs/package.json @@ -13,5 +13,8 @@ }, "keywords": [ "babel-plugin" - ] + ], + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" + } } diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/exports-default-non-function/actual.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/exports-default-non-function/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/exports-default-non-function/actual.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/exports-default-non-function/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/exports-default-non-function/expected.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/exports-default-non-function/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/exports-default-non-function/expected.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/exports-default-non-function/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/exports-default/actual.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/exports-default/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/exports-default/actual.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/exports-default/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/exports-default/expected.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/exports-default/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/exports-default/expected.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/exports-default/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/exports-from/actual.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/exports-from/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/exports-from/actual.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/exports-from/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/exports-from/expected.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/exports-from/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/exports-from/expected.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/exports-from/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/exports-named/actual.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/exports-named/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/exports-named/actual.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/exports-named/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/exports-named/expected.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/exports-named/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/exports-named/expected.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/exports-named/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/exports-variable/actual.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/exports-variable/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/exports-variable/actual.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/exports-variable/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/exports-variable/expected.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/exports-variable/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/exports-variable/expected.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/exports-variable/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/hoist-function-exports/actual.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/hoist-function-exports/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/hoist-function-exports/actual.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/hoist-function-exports/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/hoist-function-exports/expected.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/hoist-function-exports/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/hoist-function-exports/expected.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/hoist-function-exports/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/illegal-export-esmodule-2/actual.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/illegal-export-esmodule-2/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/illegal-export-esmodule-2/actual.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/illegal-export-esmodule-2/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/illegal-export-esmodule-2/options.json b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/illegal-export-esmodule-2/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/illegal-export-esmodule-2/options.json rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/illegal-export-esmodule-2/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/illegal-export-esmodule/actual.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/illegal-export-esmodule/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/illegal-export-esmodule/actual.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/illegal-export-esmodule/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/illegal-export-esmodule/options.json b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/illegal-export-esmodule/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/illegal-export-esmodule/options.json rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/illegal-export-esmodule/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/imports-default/actual.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/imports-default/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/imports-default/actual.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/imports-default/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/imports-default/expected.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/imports-default/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/imports-default/expected.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/imports-default/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/imports-default/options.json b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/imports-default/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/imports-default/options.json rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/imports-default/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/imports-glob/actual.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/imports-glob/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/imports-glob/actual.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/imports-glob/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/imports-glob/expected.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/imports-glob/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/imports-glob/expected.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/imports-glob/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/imports-mixing/actual.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/imports-mixing/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/imports-mixing/actual.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/imports-mixing/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/imports-mixing/expected.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/imports-mixing/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/imports-mixing/expected.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/imports-mixing/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/imports-mixing/options.json b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/imports-mixing/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/imports-mixing/options.json rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/imports-mixing/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/imports-named/actual.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/imports-named/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/imports-named/actual.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/imports-named/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/imports-named/expected.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/imports-named/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/imports-named/expected.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/imports-named/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/imports/actual.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/imports/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/imports/actual.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/imports/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/imports/expected.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/imports/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/imports/expected.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/imports/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/module-shadow/actual.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/module-shadow/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/module-shadow/actual.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/module-shadow/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/module-shadow/expected.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/module-shadow/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/module-shadow/expected.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/module-shadow/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/options.json b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/options.json rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/overview/actual.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/overview/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/overview/actual.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/overview/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/overview/expected.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/overview/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/overview/expected.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/overview/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/overview/options.json b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/overview/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/overview/options.json rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/overview/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/remap/actual.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/remap/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/remap/actual.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/remap/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common/remap/expected.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/remap/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common/remap/expected.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/interop/remap/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common-strict/export-1/actual.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/strict/export-1/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common-strict/export-1/actual.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/strict/export-1/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common-strict/export-1/expected.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/strict/export-1/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common-strict/export-1/expected.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/strict/export-1/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common-strict/export-2/actual.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/strict/export-2/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common-strict/export-2/actual.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/strict/export-2/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common-strict/export-2/expected.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/strict/export-2/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common-strict/export-2/expected.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/strict/export-2/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common-strict/export/actual.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/strict/export/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common-strict/export/actual.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/strict/export/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common-strict/export/expected.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/strict/export/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common-strict/export/expected.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/strict/export/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common-strict/import/actual.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/strict/import/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common-strict/import/actual.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/strict/import/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common-strict/import/expected.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/strict/import/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common-strict/import/expected.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/strict/import/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-common-strict/options.json b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/strict/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-common-strict/options.json rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/strict/options.json diff --git a/packages/babel-plugin-transform-es2015-modules-commonjs/test/index.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-es2015-modules-commonjs/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-es2015-modules-systemjs/package.json b/packages/babel-plugin-transform-es2015-modules-systemjs/package.json index 58f9aca7e9..2549f41732 100644 --- a/packages/babel-plugin-transform-es2015-modules-systemjs/package.json +++ b/packages/babel-plugin-transform-es2015-modules-systemjs/package.json @@ -13,5 +13,8 @@ }, "keywords": [ "babel-plugin" - ] + ], + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" + } } diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-system/exports-default/actual.js b/packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/exports-default/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-system/exports-default/actual.js rename to packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/exports-default/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-system/exports-default/expected.js b/packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/exports-default/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-system/exports-default/expected.js rename to packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/exports-default/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-system/exports-from/actual.js b/packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/exports-from/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-system/exports-from/actual.js rename to packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/exports-from/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-system/exports-from/expected.js b/packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/exports-from/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-system/exports-from/expected.js rename to packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/exports-from/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-system/exports-named/actual.js b/packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/exports-named/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-system/exports-named/actual.js rename to packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/exports-named/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-system/exports-named/expected.js b/packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/exports-named/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-system/exports-named/expected.js rename to packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/exports-named/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-system/exports-variable/actual.js b/packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/exports-variable/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-system/exports-variable/actual.js rename to packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/exports-variable/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-system/exports-variable/expected.js b/packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/exports-variable/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-system/exports-variable/expected.js rename to packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/exports-variable/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-system/get-module-name-option/actual.js b/packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/get-module-name-option/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-system/get-module-name-option/actual.js rename to packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/get-module-name-option/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-system/get-module-name-option/expected.js b/packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/get-module-name-option/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-system/get-module-name-option/expected.js rename to packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/get-module-name-option/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-system/get-module-name-option/options.json b/packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/get-module-name-option/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-system/get-module-name-option/options.json rename to packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/get-module-name-option/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-system/hoist-function-exports/actual.js b/packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/hoist-function-exports/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-system/hoist-function-exports/actual.js rename to packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/hoist-function-exports/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-system/hoist-function-exports/expected.js b/packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/hoist-function-exports/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-system/hoist-function-exports/expected.js rename to packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/hoist-function-exports/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-system/imports-default/actual.js b/packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/imports-default/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-system/imports-default/actual.js rename to packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/imports-default/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-system/imports-default/expected.js b/packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/imports-default/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-system/imports-default/expected.js rename to packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/imports-default/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-system/imports-glob/actual.js b/packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/imports-glob/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-system/imports-glob/actual.js rename to packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/imports-glob/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-system/imports-glob/expected.js b/packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/imports-glob/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-system/imports-glob/expected.js rename to packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/imports-glob/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-system/imports-mixing/actual.js b/packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/imports-mixing/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-system/imports-mixing/actual.js rename to packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/imports-mixing/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-system/imports-mixing/expected.js b/packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/imports-mixing/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-system/imports-mixing/expected.js rename to packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/imports-mixing/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-system/imports-named/actual.js b/packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/imports-named/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-system/imports-named/actual.js rename to packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/imports-named/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-system/imports-named/expected.js b/packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/imports-named/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-system/imports-named/expected.js rename to packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/imports-named/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-system/imports/actual.js b/packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/imports/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-system/imports/actual.js rename to packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/imports/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-system/imports/expected.js b/packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/imports/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-system/imports/expected.js rename to packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/imports/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-system/options.json b/packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-system/options.json rename to packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-system/overview/actual.js b/packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/overview/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-system/overview/actual.js rename to packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/overview/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-system/overview/expected.js b/packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/overview/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-system/overview/expected.js rename to packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/overview/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-system/remap/actual.js b/packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/remap/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-system/remap/actual.js rename to packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/remap/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-system/remap/expected.js b/packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/remap/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-system/remap/expected.js rename to packages/babel-plugin-transform-es2015-modules-systemjs/test/fixtures/systemjs/remap/expected.js diff --git a/packages/babel-plugin-transform-es2015-modules-systemjs/test/index.js b/packages/babel-plugin-transform-es2015-modules-systemjs/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-es2015-modules-systemjs/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-es2015-modules-umd/package.json b/packages/babel-plugin-transform-es2015-modules-umd/package.json index 3c901adb2d..3e59aa606b 100644 --- a/packages/babel-plugin-transform-es2015-modules-umd/package.json +++ b/packages/babel-plugin-transform-es2015-modules-umd/package.json @@ -12,5 +12,8 @@ }, "keywords": [ "babel-plugin" - ] + ], + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" + } } diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/exports-default/actual.js b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/exports-default/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/exports-default/actual.js rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/exports-default/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/exports-default/expected.js b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/exports-default/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/exports-default/expected.js rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/exports-default/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/exports-from/actual.js b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/exports-from/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/exports-from/actual.js rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/exports-from/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/exports-from/expected.js b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/exports-from/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/exports-from/expected.js rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/exports-from/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/exports-named/actual.js b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/exports-named/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/exports-named/actual.js rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/exports-named/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/exports-named/expected.js b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/exports-named/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/exports-named/expected.js rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/exports-named/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/exports-variable/actual.js b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/exports-variable/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/exports-variable/actual.js rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/exports-variable/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/exports-variable/expected.js b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/exports-variable/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/exports-variable/expected.js rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/exports-variable/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/get-module-name-option/actual.js b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/get-module-name-option/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/get-module-name-option/actual.js rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/get-module-name-option/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/get-module-name-option/expected.js b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/get-module-name-option/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/get-module-name-option/expected.js rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/get-module-name-option/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/get-module-name-option/options.json b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/get-module-name-option/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/get-module-name-option/options.json rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/get-module-name-option/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/hoist-function-exports/actual.js b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/hoist-function-exports/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/hoist-function-exports/actual.js rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/hoist-function-exports/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/hoist-function-exports/expected.js b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/hoist-function-exports/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/hoist-function-exports/expected.js rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/hoist-function-exports/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/imports-default/actual.js b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/imports-default/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/imports-default/actual.js rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/imports-default/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/imports-default/expected.js b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/imports-default/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/imports-default/expected.js rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/imports-default/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/imports-glob/actual.js b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/imports-glob/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/imports-glob/actual.js rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/imports-glob/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/imports-glob/expected.js b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/imports-glob/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/imports-glob/expected.js rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/imports-glob/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/imports-mixing/actual.js b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/imports-mixing/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/imports-mixing/actual.js rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/imports-mixing/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/imports-mixing/expected.js b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/imports-mixing/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/imports-mixing/expected.js rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/imports-mixing/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/imports-named/actual.js b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/imports-named/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/imports-named/actual.js rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/imports-named/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/imports-named/expected.js b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/imports-named/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/imports-named/expected.js rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/imports-named/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/imports/actual.js b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/imports/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/imports/actual.js rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/imports/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/imports/expected.js b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/imports/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/imports/expected.js rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/imports/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/module-id/actual.js b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/module-id/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/module-id/actual.js rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/module-id/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/module-id/expected.js b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/module-id/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/module-id/expected.js rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/module-id/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/module-id/options.json b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/module-id/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/module-id/options.json rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/module-id/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/module-name/actual.js b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/module-name/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/module-name/actual.js rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/module-name/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/module-name/expected.js b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/module-name/expected.js similarity index 67% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/module-name/expected.js rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/module-name/expected.js index 1a07be62c5..09357e3c28 100644 --- a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/module-name/expected.js +++ b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/module-name/expected.js @@ -2,7 +2,7 @@ (function (global, factory) { if (typeof define === "function" && define.amd) { - define("es6.modules-umd/module-name/expected", [], factory); + define("umd/module-name/expected", [], factory); } else if (typeof exports !== "undefined") { factory(); } else { @@ -10,8 +10,8 @@ exports: {} }; factory(); - global.es6ModulesUmdModuleNameExpected = mod.exports; + global.umdModuleNameExpected = mod.exports; } })(this, function () { foobar(); -}); \ No newline at end of file +}); diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/module-name/options.json b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/module-name/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/module-name/options.json rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/module-name/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/non-default-imports/actual.js b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/non-default-imports/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/non-default-imports/actual.js rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/non-default-imports/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/non-default-imports/expected.js b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/non-default-imports/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/non-default-imports/expected.js rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/non-default-imports/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/options.json b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/options.json rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/overview/actual.js b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/overview/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/overview/actual.js rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/overview/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/overview/expected.js b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/overview/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/overview/expected.js rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/overview/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/remap/actual.js b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/remap/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/remap/actual.js rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/remap/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.modules-umd/remap/expected.js b/packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/remap/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.modules-umd/remap/expected.js rename to packages/babel-plugin-transform-es2015-modules-umd/test/fixtures/umd/remap/expected.js diff --git a/packages/babel-plugin-transform-es2015-modules-umd/test/index.js b/packages/babel-plugin-transform-es2015-modules-umd/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-es2015-modules-umd/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-es2015-object-super/package.json b/packages/babel-plugin-transform-es2015-object-super/package.json index 3cb3ee0b10..8ec2ccfcbb 100644 --- a/packages/babel-plugin-transform-es2015-object-super/package.json +++ b/packages/babel-plugin-transform-es2015-object-super/package.json @@ -11,5 +11,8 @@ "dependencies": { "babel-helper-replace-supers": "^6.0.14", "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-core/test/fixtures/transformation/es6.object-super/options.json b/packages/babel-plugin-transform-es2015-object-super/test/fixtures/object-super/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.object-super/options.json rename to packages/babel-plugin-transform-es2015-object-super/test/fixtures/object-super/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.object-super/simple.js b/packages/babel-plugin-transform-es2015-object-super/test/fixtures/object-super/simple.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.object-super/simple.js rename to packages/babel-plugin-transform-es2015-object-super/test/fixtures/object-super/simple.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.object-super/statically-bound/actual.js b/packages/babel-plugin-transform-es2015-object-super/test/fixtures/object-super/statically-bound/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.object-super/statically-bound/actual.js rename to packages/babel-plugin-transform-es2015-object-super/test/fixtures/object-super/statically-bound/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.object-super/statically-bound/expected.js b/packages/babel-plugin-transform-es2015-object-super/test/fixtures/object-super/statically-bound/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.object-super/statically-bound/expected.js rename to packages/babel-plugin-transform-es2015-object-super/test/fixtures/object-super/statically-bound/expected.js diff --git a/packages/babel-plugin-transform-es2015-object-super/test/index.js b/packages/babel-plugin-transform-es2015-object-super/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-es2015-object-super/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-es2015-parameters/package.json b/packages/babel-plugin-transform-es2015-parameters/package.json index 3acc328330..803e73c57d 100644 --- a/packages/babel-plugin-transform-es2015-parameters/package.json +++ b/packages/babel-plugin-transform-es2015-parameters/package.json @@ -15,5 +15,8 @@ }, "keywords": [ "babel-plugin" - ] + ], + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" + } } diff --git a/packages/babel-core/test/fixtures/transformation/es6.parameters/default-before-last/actual.js b/packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/default-before-last/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.parameters/default-before-last/actual.js rename to packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/default-before-last/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.parameters/default-before-last/expected.js b/packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/default-before-last/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.parameters/default-before-last/expected.js rename to packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/default-before-last/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.parameters/default-destructuring/exec.js b/packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/default-destructuring/exec.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.parameters/default-destructuring/exec.js rename to packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/default-destructuring/exec.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.parameters/default-eval/actual.js b/packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/default-eval/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.parameters/default-eval/actual.js rename to packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/default-eval/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.parameters/default-eval/expected.js b/packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/default-eval/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.parameters/default-eval/expected.js rename to packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/default-eval/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.parameters/default-iife-1128/exec.js b/packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/default-iife-1128/exec.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.parameters/default-iife-1128/exec.js rename to packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/default-iife-1128/exec.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.parameters/default-multiple/actual.js b/packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/default-multiple/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.parameters/default-multiple/actual.js rename to packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/default-multiple/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.parameters/default-multiple/expected.js b/packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/default-multiple/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.parameters/default-multiple/expected.js rename to packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/default-multiple/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.parameters/default-single/actual.js b/packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/default-single/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.parameters/default-single/actual.js rename to packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/default-single/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.parameters/default-single/expected.js b/packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/default-single/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.parameters/default-single/expected.js rename to packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/default-single/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.parameters/options.json b/packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.parameters/options.json rename to packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.parameters/rest-arrow-functions/actual.js b/packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/rest-arrow-functions/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.parameters/rest-arrow-functions/actual.js rename to packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/rest-arrow-functions/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.parameters/rest-arrow-functions/expected.js b/packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/rest-arrow-functions/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.parameters/rest-arrow-functions/expected.js rename to packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/rest-arrow-functions/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.parameters/rest-binding-deoptimisation/actual.js b/packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/rest-binding-deoptimisation/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.parameters/rest-binding-deoptimisation/actual.js rename to packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/rest-binding-deoptimisation/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.parameters/rest-binding-deoptimisation/expected.js b/packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/rest-binding-deoptimisation/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.parameters/rest-binding-deoptimisation/expected.js rename to packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/rest-binding-deoptimisation/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.parameters/rest-deepest-common-ancestor-earliest-child/actual.js b/packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/rest-deepest-common-ancestor-earliest-child/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.parameters/rest-deepest-common-ancestor-earliest-child/actual.js rename to packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/rest-deepest-common-ancestor-earliest-child/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.parameters/rest-deepest-common-ancestor-earliest-child/expected.js b/packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/rest-deepest-common-ancestor-earliest-child/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.parameters/rest-deepest-common-ancestor-earliest-child/expected.js rename to packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/rest-deepest-common-ancestor-earliest-child/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.parameters/rest-member-expression-deoptimisation/actual.js b/packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/rest-member-expression-deoptimisation/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.parameters/rest-member-expression-deoptimisation/actual.js rename to packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/rest-member-expression-deoptimisation/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.parameters/rest-member-expression-deoptimisation/expected.js b/packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/rest-member-expression-deoptimisation/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.parameters/rest-member-expression-deoptimisation/expected.js rename to packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/rest-member-expression-deoptimisation/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.parameters/rest-member-expression-optimisation/actual.js b/packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/rest-member-expression-optimisation/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.parameters/rest-member-expression-optimisation/actual.js rename to packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/rest-member-expression-optimisation/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.parameters/rest-member-expression-optimisation/expected.js b/packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/rest-member-expression-optimisation/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.parameters/rest-member-expression-optimisation/expected.js rename to packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/rest-member-expression-optimisation/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.parameters/rest-multiple/actual.js b/packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/rest-multiple/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.parameters/rest-multiple/actual.js rename to packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/rest-multiple/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.parameters/rest-multiple/expected.js b/packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/rest-multiple/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.parameters/rest-multiple/expected.js rename to packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/rest-multiple/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.parameters/rest-nested-iife/actual.js b/packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/rest-nested-iife/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.parameters/rest-nested-iife/actual.js rename to packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/rest-nested-iife/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.parameters/rest-nested-iife/expected.js b/packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/rest-nested-iife/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.parameters/rest-nested-iife/expected.js rename to packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/rest-nested-iife/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.parameters/rest-spread-optimisation/actual.js b/packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/rest-spread-optimisation/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.parameters/rest-spread-optimisation/actual.js rename to packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/rest-spread-optimisation/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.parameters/rest-spread-optimisation/expected.js b/packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/rest-spread-optimisation/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.parameters/rest-spread-optimisation/expected.js rename to packages/babel-plugin-transform-es2015-parameters/test/fixtures/parameters/rest-spread-optimisation/expected.js diff --git a/packages/babel-plugin-transform-es2015-parameters/test/index.js b/packages/babel-plugin-transform-es2015-parameters/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-es2015-parameters/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-es2015-shorthand-properties/package.json b/packages/babel-plugin-transform-es2015-shorthand-properties/package.json index 0d6efc9902..8e44fa33cc 100644 --- a/packages/babel-plugin-transform-es2015-shorthand-properties/package.json +++ b/packages/babel-plugin-transform-es2015-shorthand-properties/package.json @@ -11,5 +11,8 @@ "dependencies": { "babel-types": "^6.0.14", "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.shorthand/method-plain/actual.js b/packages/babel-plugin-transform-es2015-shorthand-properties/test/fixtures/shorthand-properties/method-plain/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.shorthand/method-plain/actual.js rename to packages/babel-plugin-transform-es2015-shorthand-properties/test/fixtures/shorthand-properties/method-plain/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.shorthand/method-plain/expected.js b/packages/babel-plugin-transform-es2015-shorthand-properties/test/fixtures/shorthand-properties/method-plain/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.shorthand/method-plain/expected.js rename to packages/babel-plugin-transform-es2015-shorthand-properties/test/fixtures/shorthand-properties/method-plain/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.shorthand/options.json b/packages/babel-plugin-transform-es2015-shorthand-properties/test/fixtures/shorthand-properties/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.shorthand/options.json rename to packages/babel-plugin-transform-es2015-shorthand-properties/test/fixtures/shorthand-properties/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.shorthand/shorthand-comments/actual.js b/packages/babel-plugin-transform-es2015-shorthand-properties/test/fixtures/shorthand-properties/shorthand-comments/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.shorthand/shorthand-comments/actual.js rename to packages/babel-plugin-transform-es2015-shorthand-properties/test/fixtures/shorthand-properties/shorthand-comments/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.shorthand/shorthand-comments/expected.js b/packages/babel-plugin-transform-es2015-shorthand-properties/test/fixtures/shorthand-properties/shorthand-comments/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.shorthand/shorthand-comments/expected.js rename to packages/babel-plugin-transform-es2015-shorthand-properties/test/fixtures/shorthand-properties/shorthand-comments/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.shorthand/shorthand-mixed/actual.js b/packages/babel-plugin-transform-es2015-shorthand-properties/test/fixtures/shorthand-properties/shorthand-mixed/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.shorthand/shorthand-mixed/actual.js rename to packages/babel-plugin-transform-es2015-shorthand-properties/test/fixtures/shorthand-properties/shorthand-mixed/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.shorthand/shorthand-mixed/expected.js b/packages/babel-plugin-transform-es2015-shorthand-properties/test/fixtures/shorthand-properties/shorthand-mixed/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.shorthand/shorthand-mixed/expected.js rename to packages/babel-plugin-transform-es2015-shorthand-properties/test/fixtures/shorthand-properties/shorthand-mixed/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.shorthand/shorthand-multiple/actual.js b/packages/babel-plugin-transform-es2015-shorthand-properties/test/fixtures/shorthand-properties/shorthand-multiple/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.shorthand/shorthand-multiple/actual.js rename to packages/babel-plugin-transform-es2015-shorthand-properties/test/fixtures/shorthand-properties/shorthand-multiple/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.shorthand/shorthand-multiple/expected.js b/packages/babel-plugin-transform-es2015-shorthand-properties/test/fixtures/shorthand-properties/shorthand-multiple/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.shorthand/shorthand-multiple/expected.js rename to packages/babel-plugin-transform-es2015-shorthand-properties/test/fixtures/shorthand-properties/shorthand-multiple/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.shorthand/shorthand-single/actual.js b/packages/babel-plugin-transform-es2015-shorthand-properties/test/fixtures/shorthand-properties/shorthand-single/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.shorthand/shorthand-single/actual.js rename to packages/babel-plugin-transform-es2015-shorthand-properties/test/fixtures/shorthand-properties/shorthand-single/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.properties.shorthand/shorthand-single/expected.js b/packages/babel-plugin-transform-es2015-shorthand-properties/test/fixtures/shorthand-properties/shorthand-single/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.properties.shorthand/shorthand-single/expected.js rename to packages/babel-plugin-transform-es2015-shorthand-properties/test/fixtures/shorthand-properties/shorthand-single/expected.js diff --git a/packages/babel-plugin-transform-es2015-shorthand-properties/test/index.js b/packages/babel-plugin-transform-es2015-shorthand-properties/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-es2015-shorthand-properties/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-es2015-spread/package.json b/packages/babel-plugin-transform-es2015-spread/package.json index ed18fcd586..5da9553a49 100644 --- a/packages/babel-plugin-transform-es2015-spread/package.json +++ b/packages/babel-plugin-transform-es2015-spread/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/arguments-array/actual.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/arguments-array/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/arguments-array/actual.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/arguments-array/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/arguments-array/expected.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/arguments-array/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/arguments-array/expected.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/arguments-array/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/arguments-concat/actual.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/arguments-concat/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/arguments-concat/actual.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/arguments-concat/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/arguments-concat/expected.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/arguments-concat/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/arguments-concat/expected.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/arguments-concat/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/arguments/actual.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/arguments/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/arguments/actual.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/arguments/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/arguments/expected.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/arguments/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/arguments/expected.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/arguments/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/array-literal-first/actual.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/array-literal-first/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/array-literal-first/actual.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/array-literal-first/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/array-literal-first/expected.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/array-literal-first/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/array-literal-first/expected.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/array-literal-first/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/array-literal-middle/actual.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/array-literal-middle/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/array-literal-middle/actual.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/array-literal-middle/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/array-literal-middle/expected.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/array-literal-middle/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/array-literal-middle/expected.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/array-literal-middle/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/array-literal-multiple/actual.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/array-literal-multiple/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/array-literal-multiple/actual.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/array-literal-multiple/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/array-literal-multiple/expected.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/array-literal-multiple/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/array-literal-multiple/expected.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/array-literal-multiple/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/array-literals/actual.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/array-literals/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/array-literals/actual.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/array-literals/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/array-literals/expected.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/array-literals/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/array-literals/expected.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/array-literals/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/contexted-computed-method-call-multiple-args/actual.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/contexted-computed-method-call-multiple-args/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/contexted-computed-method-call-multiple-args/actual.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/contexted-computed-method-call-multiple-args/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/contexted-computed-method-call-multiple-args/expected.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/contexted-computed-method-call-multiple-args/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/contexted-computed-method-call-multiple-args/expected.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/contexted-computed-method-call-multiple-args/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/contexted-computed-method-call-single-arg/actual.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/contexted-computed-method-call-single-arg/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/contexted-computed-method-call-single-arg/actual.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/contexted-computed-method-call-single-arg/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/contexted-computed-method-call-single-arg/expected.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/contexted-computed-method-call-single-arg/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/contexted-computed-method-call-single-arg/expected.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/contexted-computed-method-call-single-arg/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/contexted-method-call-multiple-args/actual.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/contexted-method-call-multiple-args/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/contexted-method-call-multiple-args/actual.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/contexted-method-call-multiple-args/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/contexted-method-call-multiple-args/expected.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/contexted-method-call-multiple-args/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/contexted-method-call-multiple-args/expected.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/contexted-method-call-multiple-args/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/contexted-method-call-single-arg/actual.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/contexted-method-call-single-arg/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/contexted-method-call-single-arg/actual.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/contexted-method-call-single-arg/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/contexted-method-call-single-arg/expected.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/contexted-method-call-single-arg/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/contexted-method-call-single-arg/expected.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/contexted-method-call-single-arg/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/known-rest/actual.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/known-rest/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/known-rest/actual.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/known-rest/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/known-rest/expected.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/known-rest/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/known-rest/expected.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/known-rest/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/method-call-array-literal/actual.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/method-call-array-literal/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/method-call-array-literal/actual.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/method-call-array-literal/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/method-call-array-literal/expected.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/method-call-array-literal/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/method-call-array-literal/expected.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/method-call-array-literal/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/method-call-first/actual.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/method-call-first/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/method-call-first/actual.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/method-call-first/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/method-call-first/expected.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/method-call-first/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/method-call-first/expected.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/method-call-first/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/method-call-middle/actual.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/method-call-middle/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/method-call-middle/actual.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/method-call-middle/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/method-call-middle/expected.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/method-call-middle/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/method-call-middle/expected.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/method-call-middle/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/method-call-multiple-args/actual.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/method-call-multiple-args/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/method-call-multiple-args/actual.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/method-call-multiple-args/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/method-call-multiple-args/expected.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/method-call-multiple-args/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/method-call-multiple-args/expected.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/method-call-multiple-args/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/method-call-multiple/actual.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/method-call-multiple/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/method-call-multiple/actual.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/method-call-multiple/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/method-call-multiple/expected.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/method-call-multiple/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/method-call-multiple/expected.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/method-call-multiple/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/method-call-single-arg/actual.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/method-call-single-arg/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/method-call-single-arg/actual.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/method-call-single-arg/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/method-call-single-arg/expected.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/method-call-single-arg/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/method-call-single-arg/expected.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/method-call-single-arg/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/new-expression/actual.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/new-expression/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/new-expression/actual.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/new-expression/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/new-expression/expected.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/new-expression/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/new-expression/expected.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/new-expression/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/options.json b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/options.json rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/single/actual.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/single/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/single/actual.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/single/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/single/expected.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/single/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/single/expected.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/single/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/this-context/actual.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/this-context/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/this-context/actual.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/this-context/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spread/this-context/expected.js b/packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/this-context/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spread/this-context/expected.js rename to packages/babel-plugin-transform-es2015-spread/test/fixtures/spread/this-context/expected.js diff --git a/packages/babel-plugin-transform-es2015-spread/test/index.js b/packages/babel-plugin-transform-es2015-spread/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-es2015-spread/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-es2015-sticky-regex/package.json b/packages/babel-plugin-transform-es2015-sticky-regex/package.json index 38c530c72d..c06ec8b94d 100644 --- a/packages/babel-plugin-transform-es2015-sticky-regex/package.json +++ b/packages/babel-plugin-transform-es2015-sticky-regex/package.json @@ -12,5 +12,8 @@ "babel-helper-regex": "^6.0.18", "babel-types": "^6.0.18", "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } } diff --git a/packages/babel-core/test/fixtures/transformation/es6.regex.sticky/basic/actual.js b/packages/babel-plugin-transform-es2015-sticky-regex/test/fixtures/sticky-regex/basic/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.regex.sticky/basic/actual.js rename to packages/babel-plugin-transform-es2015-sticky-regex/test/fixtures/sticky-regex/basic/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.regex.sticky/basic/expected.js b/packages/babel-plugin-transform-es2015-sticky-regex/test/fixtures/sticky-regex/basic/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.regex.sticky/basic/expected.js rename to packages/babel-plugin-transform-es2015-sticky-regex/test/fixtures/sticky-regex/basic/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.regex.sticky/ignore-non-sticky/actual.js b/packages/babel-plugin-transform-es2015-sticky-regex/test/fixtures/sticky-regex/ignore-non-sticky/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.regex.sticky/ignore-non-sticky/actual.js rename to packages/babel-plugin-transform-es2015-sticky-regex/test/fixtures/sticky-regex/ignore-non-sticky/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.regex.sticky/ignore-non-sticky/expected.js b/packages/babel-plugin-transform-es2015-sticky-regex/test/fixtures/sticky-regex/ignore-non-sticky/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.regex.sticky/ignore-non-sticky/expected.js rename to packages/babel-plugin-transform-es2015-sticky-regex/test/fixtures/sticky-regex/ignore-non-sticky/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.regex.sticky/options.json b/packages/babel-plugin-transform-es2015-sticky-regex/test/fixtures/sticky-regex/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.regex.sticky/options.json rename to packages/babel-plugin-transform-es2015-sticky-regex/test/fixtures/sticky-regex/options.json diff --git a/packages/babel-plugin-transform-es2015-sticky-regex/test/index.js b/packages/babel-plugin-transform-es2015-sticky-regex/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-es2015-sticky-regex/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-es2015-template-literals/package.json b/packages/babel-plugin-transform-es2015-template-literals/package.json index c267d96751..c17d9b6d1a 100644 --- a/packages/babel-plugin-transform-es2015-template-literals/package.json +++ b/packages/babel-plugin-transform-es2015-template-literals/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/escape-quotes/actual.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/escape-quotes/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/escape-quotes/actual.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/escape-quotes/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.template-literals/escape-quotes/expected.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/escape-quotes/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.template-literals/escape-quotes/expected.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/escape-quotes/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.template-literals/expression-first/actual.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/expression-first/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.template-literals/expression-first/actual.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/expression-first/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.template-literals/expression-first/expected.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/expression-first/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.template-literals/expression-first/expected.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/expression-first/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/functions/actual.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/functions/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/functions/actual.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/functions/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.template-literals/functions/expected.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/functions/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.template-literals/functions/expected.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/functions/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/multiline/actual.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/multiline/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/multiline/actual.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/multiline/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/multiline/expected.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/multiline/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/multiline/expected.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/multiline/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/multiple/actual.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/multiple/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/multiple/actual.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/multiple/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.template-literals/multiple/expected.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/multiple/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.template-literals/multiple/expected.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/multiple/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/none/actual.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/none/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/none/actual.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/none/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/none/expected.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/none/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/none/expected.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/none/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/only/actual.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/only/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/only/actual.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/only/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.template-literals/only/expected.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/only/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.template-literals/only/expected.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/only/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.template-literals/options.json b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.template-literals/options.json rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/single/actual.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/single/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/single/actual.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/single/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.template-literals/single/expected.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/single/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.template-literals/single/expected.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/single/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/statement/actual.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/statement/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/statement/actual.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/statement/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.template-literals/statement/expected.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/statement/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.template-literals/statement/expected.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/statement/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.template-literals/tag-loose/actual.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/tag-loose/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.template-literals/tag-loose/actual.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/tag-loose/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.template-literals/tag-loose/expected.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/tag-loose/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.template-literals/tag-loose/expected.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/tag-loose/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.template-literals/tag-loose/options.json b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/tag-loose/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.template-literals/tag-loose/options.json rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/tag-loose/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.template-literals/tag/actual.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/tag/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.template-literals/tag/actual.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/tag/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.template-literals/tag/expected.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/tag/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.template-literals/tag/expected.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/normal/tag/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.template-literals/escape-quotes/actual.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/escape-quotes/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.template-literals/escape-quotes/actual.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/escape-quotes/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/escape-quotes/expected.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/escape-quotes/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/escape-quotes/expected.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/escape-quotes/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.template-literals/functions/actual.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/functions/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.template-literals/functions/actual.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/functions/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/functions/expected.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/functions/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/functions/expected.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/functions/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.template-literals/multiline/actual.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/multiline/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.template-literals/multiline/actual.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/multiline/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.template-literals/multiline/expected.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/multiline/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.template-literals/multiline/expected.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/multiline/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.template-literals/multiple/actual.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/multiple/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.template-literals/multiple/actual.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/multiple/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/multiple/expected.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/multiple/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/multiple/expected.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/multiple/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.template-literals/none/actual.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/none/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.template-literals/none/actual.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/none/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.template-literals/none/expected.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/none/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.template-literals/none/expected.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/none/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.template-literals/only/actual.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/only/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.template-literals/only/actual.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/only/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/only/expected.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/only/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/only/expected.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/only/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/options.json b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/options.json rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.template-literals/single/actual.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/single/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.template-literals/single/actual.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/single/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/single/expected.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/single/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/single/expected.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/single/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.template-literals/statement/actual.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/statement/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.template-literals/statement/actual.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/statement/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/statement/expected.js b/packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/statement/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spec.template-literals/statement/expected.js rename to packages/babel-plugin-transform-es2015-template-literals/test/fixtures/spec/statement/expected.js diff --git a/packages/babel-plugin-transform-es2015-template-literals/test/index.js b/packages/babel-plugin-transform-es2015-template-literals/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-es2015-template-literals/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-es2015-typeof-symbol/package.json b/packages/babel-plugin-transform-es2015-typeof-symbol/package.json index d6c230ba75..c3ca5f2731 100644 --- a/packages/babel-plugin-transform-es2015-typeof-symbol/package.json +++ b/packages/babel-plugin-transform-es2015-typeof-symbol/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } } diff --git a/packages/babel-core/test/fixtures/transformation/transform-es2015-typeof-symbol/non-typeof/actual.js b/packages/babel-plugin-transform-es2015-typeof-symbol/test/fixtures/symbols/non-typeof/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/transform-es2015-typeof-symbol/non-typeof/actual.js rename to packages/babel-plugin-transform-es2015-typeof-symbol/test/fixtures/symbols/non-typeof/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/transform-es2015-typeof-symbol/non-typeof/expected.js b/packages/babel-plugin-transform-es2015-typeof-symbol/test/fixtures/symbols/non-typeof/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/transform-es2015-typeof-symbol/non-typeof/expected.js rename to packages/babel-plugin-transform-es2015-typeof-symbol/test/fixtures/symbols/non-typeof/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/transform-es2015-typeof-symbol/options.json b/packages/babel-plugin-transform-es2015-typeof-symbol/test/fixtures/symbols/non-typeof/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/transform-es2015-typeof-symbol/options.json rename to packages/babel-plugin-transform-es2015-typeof-symbol/test/fixtures/symbols/non-typeof/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es6.spec.symbols/typeof/actual.js b/packages/babel-plugin-transform-es2015-typeof-symbol/test/fixtures/symbols/typeof/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spec.symbols/typeof/actual.js rename to packages/babel-plugin-transform-es2015-typeof-symbol/test/fixtures/symbols/typeof/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spec.symbols/typeof/exec.js b/packages/babel-plugin-transform-es2015-typeof-symbol/test/fixtures/symbols/typeof/exec.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spec.symbols/typeof/exec.js rename to packages/babel-plugin-transform-es2015-typeof-symbol/test/fixtures/symbols/typeof/exec.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spec.symbols/typeof/expected.js b/packages/babel-plugin-transform-es2015-typeof-symbol/test/fixtures/symbols/typeof/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spec.symbols/typeof/expected.js rename to packages/babel-plugin-transform-es2015-typeof-symbol/test/fixtures/symbols/typeof/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.spec.symbols/typeof/options.json b/packages/babel-plugin-transform-es2015-typeof-symbol/test/fixtures/symbols/typeof/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.spec.symbols/typeof/options.json rename to packages/babel-plugin-transform-es2015-typeof-symbol/test/fixtures/symbols/typeof/options.json diff --git a/packages/babel-plugin-transform-es2015-typeof-symbol/test/index.js b/packages/babel-plugin-transform-es2015-typeof-symbol/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-es2015-typeof-symbol/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-es2015-unicode-regex/package.json b/packages/babel-plugin-transform-es2015-unicode-regex/package.json index c9fdabe44f..85d105dd78 100644 --- a/packages/babel-plugin-transform-es2015-unicode-regex/package.json +++ b/packages/babel-plugin-transform-es2015-unicode-regex/package.json @@ -12,5 +12,8 @@ "babel-helper-regex": "^6.0.18", "regexpu": "^1.1.2", "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } } diff --git a/packages/babel-core/test/fixtures/transformation/es6.regex.unicode/basic/actual.js b/packages/babel-plugin-transform-es2015-unicode-regex/test/fixtures/unicode-regex/basic/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.regex.unicode/basic/actual.js rename to packages/babel-plugin-transform-es2015-unicode-regex/test/fixtures/unicode-regex/basic/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.regex.unicode/basic/expected.js b/packages/babel-plugin-transform-es2015-unicode-regex/test/fixtures/unicode-regex/basic/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.regex.unicode/basic/expected.js rename to packages/babel-plugin-transform-es2015-unicode-regex/test/fixtures/unicode-regex/basic/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.regex.unicode/ignore-non-unicode/actual.js b/packages/babel-plugin-transform-es2015-unicode-regex/test/fixtures/unicode-regex/ignore-non-unicode/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.regex.unicode/ignore-non-unicode/actual.js rename to packages/babel-plugin-transform-es2015-unicode-regex/test/fixtures/unicode-regex/ignore-non-unicode/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.regex.unicode/ignore-non-unicode/expected.js b/packages/babel-plugin-transform-es2015-unicode-regex/test/fixtures/unicode-regex/ignore-non-unicode/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.regex.unicode/ignore-non-unicode/expected.js rename to packages/babel-plugin-transform-es2015-unicode-regex/test/fixtures/unicode-regex/ignore-non-unicode/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es6.regex.unicode/options.json b/packages/babel-plugin-transform-es2015-unicode-regex/test/fixtures/unicode-regex/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es6.regex.unicode/options.json rename to packages/babel-plugin-transform-es2015-unicode-regex/test/fixtures/unicode-regex/options.json diff --git a/packages/babel-plugin-transform-es2015-unicode-regex/test/index.js b/packages/babel-plugin-transform-es2015-unicode-regex/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-es2015-unicode-regex/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-es3-member-expression-literals/package.json b/packages/babel-plugin-transform-es3-member-expression-literals/package.json index fde9c1dd15..986fc6f102 100644 --- a/packages/babel-plugin-transform-es3-member-expression-literals/package.json +++ b/packages/babel-plugin-transform-es3-member-expression-literals/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-core/test/fixtures/transformation/es3/member-expression-literals/actual.js b/packages/babel-plugin-transform-es3-member-expression-literals/test/fixtures/member-expression-literals/member-expression-literals/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es3/member-expression-literals/actual.js rename to packages/babel-plugin-transform-es3-member-expression-literals/test/fixtures/member-expression-literals/member-expression-literals/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es3/member-expression-literals/expected.js b/packages/babel-plugin-transform-es3-member-expression-literals/test/fixtures/member-expression-literals/member-expression-literals/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es3/member-expression-literals/expected.js rename to packages/babel-plugin-transform-es3-member-expression-literals/test/fixtures/member-expression-literals/member-expression-literals/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es3/member-expression-literals/options.json b/packages/babel-plugin-transform-es3-member-expression-literals/test/fixtures/member-expression-literals/member-expression-literals/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es3/member-expression-literals/options.json rename to packages/babel-plugin-transform-es3-member-expression-literals/test/fixtures/member-expression-literals/member-expression-literals/options.json diff --git a/packages/babel-plugin-transform-es3-member-expression-literals/test/index.js b/packages/babel-plugin-transform-es3-member-expression-literals/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-es3-member-expression-literals/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-es3-property-literals/package.json b/packages/babel-plugin-transform-es3-property-literals/package.json index d8d0a0d336..266bc04cd5 100644 --- a/packages/babel-plugin-transform-es3-property-literals/package.json +++ b/packages/babel-plugin-transform-es3-property-literals/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-core/test/fixtures/transformation/es3/property-literals/actual.js b/packages/babel-plugin-transform-es3-property-literals/test/fixtures/property-literals/property-literals/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es3/property-literals/actual.js rename to packages/babel-plugin-transform-es3-property-literals/test/fixtures/property-literals/property-literals/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es3/property-literals/expected.js b/packages/babel-plugin-transform-es3-property-literals/test/fixtures/property-literals/property-literals/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es3/property-literals/expected.js rename to packages/babel-plugin-transform-es3-property-literals/test/fixtures/property-literals/property-literals/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es3/property-literals/options.json b/packages/babel-plugin-transform-es3-property-literals/test/fixtures/property-literals/property-literals/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es3/property-literals/options.json rename to packages/babel-plugin-transform-es3-property-literals/test/fixtures/property-literals/property-literals/options.json diff --git a/packages/babel-plugin-transform-es3-property-literals/test/index.js b/packages/babel-plugin-transform-es3-property-literals/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-es3-property-literals/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-es5-property-mutators/package.json b/packages/babel-plugin-transform-es5-property-mutators/package.json index a03110b01d..8ef391e4f1 100644 --- a/packages/babel-plugin-transform-es5-property-mutators/package.json +++ b/packages/babel-plugin-transform-es5-property-mutators/package.json @@ -11,5 +11,8 @@ "dependencies": { "babel-helper-define-map": "^6.0.14", "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-core/test/fixtures/transformation/es5.properties.mutators/getter-and-setter/actual.js b/packages/babel-plugin-transform-es5-property-mutators/test/fixtures/property-mutators/getter-and-setter/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es5.properties.mutators/getter-and-setter/actual.js rename to packages/babel-plugin-transform-es5-property-mutators/test/fixtures/property-mutators/getter-and-setter/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es5.properties.mutators/getter-and-setter/expected.js b/packages/babel-plugin-transform-es5-property-mutators/test/fixtures/property-mutators/getter-and-setter/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es5.properties.mutators/getter-and-setter/expected.js rename to packages/babel-plugin-transform-es5-property-mutators/test/fixtures/property-mutators/getter-and-setter/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es5.properties.mutators/getter/actual.js b/packages/babel-plugin-transform-es5-property-mutators/test/fixtures/property-mutators/getter/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es5.properties.mutators/getter/actual.js rename to packages/babel-plugin-transform-es5-property-mutators/test/fixtures/property-mutators/getter/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es5.properties.mutators/getter/expected.js b/packages/babel-plugin-transform-es5-property-mutators/test/fixtures/property-mutators/getter/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es5.properties.mutators/getter/expected.js rename to packages/babel-plugin-transform-es5-property-mutators/test/fixtures/property-mutators/getter/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es5.properties.mutators/options.json b/packages/babel-plugin-transform-es5-property-mutators/test/fixtures/property-mutators/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es5.properties.mutators/options.json rename to packages/babel-plugin-transform-es5-property-mutators/test/fixtures/property-mutators/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es5.properties.mutators/setter/actual.js b/packages/babel-plugin-transform-es5-property-mutators/test/fixtures/property-mutators/setter/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es5.properties.mutators/setter/actual.js rename to packages/babel-plugin-transform-es5-property-mutators/test/fixtures/property-mutators/setter/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es5.properties.mutators/setter/expected.js b/packages/babel-plugin-transform-es5-property-mutators/test/fixtures/property-mutators/setter/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es5.properties.mutators/setter/expected.js rename to packages/babel-plugin-transform-es5-property-mutators/test/fixtures/property-mutators/setter/expected.js diff --git a/packages/babel-plugin-transform-es5-property-mutators/test/index.js b/packages/babel-plugin-transform-es5-property-mutators/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-es5-property-mutators/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-eval/package.json b/packages/babel-plugin-transform-eval/package.json index d1bc263331..fc7d5bdb88 100644 --- a/packages/babel-plugin-transform-eval/package.json +++ b/packages/babel-plugin-transform-eval/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-plugin-transform-exponentiation-operator/package.json b/packages/babel-plugin-transform-exponentiation-operator/package.json index 15057e73cc..9f66ef74ae 100644 --- a/packages/babel-plugin-transform-exponentiation-operator/package.json +++ b/packages/babel-plugin-transform-exponentiation-operator/package.json @@ -12,5 +12,8 @@ "babel-plugin-syntax-exponentiation-operator": "^6.0.14", "babel-helper-builder-binary-assignment-operator-visitor": "^6.0.14", "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-core/test/fixtures/transformation/es7.exponentian-operator/assignment/actual.js b/packages/babel-plugin-transform-exponentiation-operator/test/fixtures/exponentian-operator/assignment/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.exponentian-operator/assignment/actual.js rename to packages/babel-plugin-transform-exponentiation-operator/test/fixtures/exponentian-operator/assignment/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.exponentian-operator/assignment/expected.js b/packages/babel-plugin-transform-exponentiation-operator/test/fixtures/exponentian-operator/assignment/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.exponentian-operator/assignment/expected.js rename to packages/babel-plugin-transform-exponentiation-operator/test/fixtures/exponentian-operator/assignment/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.exponentian-operator/binary/actual.js b/packages/babel-plugin-transform-exponentiation-operator/test/fixtures/exponentian-operator/binary/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.exponentian-operator/binary/actual.js rename to packages/babel-plugin-transform-exponentiation-operator/test/fixtures/exponentian-operator/binary/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.exponentian-operator/binary/expected.js b/packages/babel-plugin-transform-exponentiation-operator/test/fixtures/exponentian-operator/binary/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.exponentian-operator/binary/expected.js rename to packages/babel-plugin-transform-exponentiation-operator/test/fixtures/exponentian-operator/binary/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.exponentian-operator/comprehensive/exec.js b/packages/babel-plugin-transform-exponentiation-operator/test/fixtures/exponentian-operator/comprehensive/exec.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.exponentian-operator/comprehensive/exec.js rename to packages/babel-plugin-transform-exponentiation-operator/test/fixtures/exponentian-operator/comprehensive/exec.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.exponentian-operator/memoise-object/exec.js b/packages/babel-plugin-transform-exponentiation-operator/test/fixtures/exponentian-operator/memoise-object/exec.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.exponentian-operator/memoise-object/exec.js rename to packages/babel-plugin-transform-exponentiation-operator/test/fixtures/exponentian-operator/memoise-object/exec.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.exponentian-operator/options.json b/packages/babel-plugin-transform-exponentiation-operator/test/fixtures/exponentian-operator/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.exponentian-operator/options.json rename to packages/babel-plugin-transform-exponentiation-operator/test/fixtures/exponentian-operator/options.json diff --git a/packages/babel-plugin-transform-exponentiation-operator/test/index.js b/packages/babel-plugin-transform-exponentiation-operator/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-exponentiation-operator/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-export-extensions/package.json b/packages/babel-plugin-transform-export-extensions/package.json index e4b838f6d3..b721233faa 100644 --- a/packages/babel-plugin-transform-export-extensions/package.json +++ b/packages/babel-plugin-transform-export-extensions/package.json @@ -11,5 +11,8 @@ "dependencies": { "babel-plugin-syntax-export-extensions": "^6.0.14", "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-core/test/fixtures/transformation/es7.export-extensions/default-compound-es6/actual.js b/packages/babel-plugin-transform-export-extensions/test/fixtures/export-extensions/default-compound-es6/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.export-extensions/default-compound-es6/actual.js rename to packages/babel-plugin-transform-export-extensions/test/fixtures/export-extensions/default-compound-es6/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.export-extensions/default-compound-es6/expected.js b/packages/babel-plugin-transform-export-extensions/test/fixtures/export-extensions/default-compound-es6/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.export-extensions/default-compound-es6/expected.js rename to packages/babel-plugin-transform-export-extensions/test/fixtures/export-extensions/default-compound-es6/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.export-extensions/default-es6/actual.js b/packages/babel-plugin-transform-export-extensions/test/fixtures/export-extensions/default-es6/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.export-extensions/default-es6/actual.js rename to packages/babel-plugin-transform-export-extensions/test/fixtures/export-extensions/default-es6/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.export-extensions/default-es6/expected.js b/packages/babel-plugin-transform-export-extensions/test/fixtures/export-extensions/default-es6/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.export-extensions/default-es6/expected.js rename to packages/babel-plugin-transform-export-extensions/test/fixtures/export-extensions/default-es6/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.export-extensions/namespace-compound-es6/actual.js b/packages/babel-plugin-transform-export-extensions/test/fixtures/export-extensions/namespace-compound-es6/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.export-extensions/namespace-compound-es6/actual.js rename to packages/babel-plugin-transform-export-extensions/test/fixtures/export-extensions/namespace-compound-es6/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.export-extensions/namespace-compound-es6/expected.js b/packages/babel-plugin-transform-export-extensions/test/fixtures/export-extensions/namespace-compound-es6/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.export-extensions/namespace-compound-es6/expected.js rename to packages/babel-plugin-transform-export-extensions/test/fixtures/export-extensions/namespace-compound-es6/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.export-extensions/namespace-es6/actual.js b/packages/babel-plugin-transform-export-extensions/test/fixtures/export-extensions/namespace-es6/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.export-extensions/namespace-es6/actual.js rename to packages/babel-plugin-transform-export-extensions/test/fixtures/export-extensions/namespace-es6/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.export-extensions/namespace-es6/expected.js b/packages/babel-plugin-transform-export-extensions/test/fixtures/export-extensions/namespace-es6/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.export-extensions/namespace-es6/expected.js rename to packages/babel-plugin-transform-export-extensions/test/fixtures/export-extensions/namespace-es6/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.export-extensions/options.json b/packages/babel-plugin-transform-export-extensions/test/fixtures/export-extensions/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.export-extensions/options.json rename to packages/babel-plugin-transform-export-extensions/test/fixtures/export-extensions/options.json diff --git a/packages/babel-plugin-transform-export-extensions/test/index.js b/packages/babel-plugin-transform-export-extensions/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-export-extensions/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-flow-strip-types/package.json b/packages/babel-plugin-transform-flow-strip-types/package.json index 164207dc59..674e8578fe 100644 --- a/packages/babel-plugin-transform-flow-strip-types/package.json +++ b/packages/babel-plugin-transform-flow-strip-types/package.json @@ -11,5 +11,8 @@ "dependencies": { "babel-runtime": "^5.0.0", "babel-plugin-syntax-flow": "^6.0.14" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-core/test/fixtures/transformation/flow/options.json b/packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/flow/options.json rename to packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/options.json diff --git a/packages/babel-core/test/fixtures/transformation/flow/strip-array-types/actual.js b/packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-array-types/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/flow/strip-array-types/actual.js rename to packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-array-types/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/flow/strip-array-types/expected.js b/packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-array-types/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/flow/strip-array-types/expected.js rename to packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-array-types/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/flow/strip-call-properties/actual.js b/packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-call-properties/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/flow/strip-call-properties/actual.js rename to packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-call-properties/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/flow/strip-call-properties/expected.js b/packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-call-properties/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/flow/strip-call-properties/expected.js rename to packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-call-properties/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/flow/strip-declare-module/actual.js b/packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-declare-module/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/flow/strip-declare-module/actual.js rename to packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-declare-module/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/flow/strip-declare-statements/actual.js b/packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-declare-statements/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/flow/strip-declare-statements/actual.js rename to packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-declare-statements/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/flow/strip-directive/actual.js b/packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-directive/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/flow/strip-directive/actual.js rename to packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-directive/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/flow/strip-directive/expected.js b/packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-directive/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/flow/strip-directive/expected.js rename to packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-directive/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/flow/strip-interfaces-module-and-script/actual.js b/packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-interfaces-module-and-script/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/flow/strip-interfaces-module-and-script/actual.js rename to packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-interfaces-module-and-script/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/flow/strip-interfaces-module-and-script/expected.js b/packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-interfaces-module-and-script/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/flow/strip-interfaces-module-and-script/expected.js rename to packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-interfaces-module-and-script/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/flow/strip-qualified-generic-type/actual.js b/packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-qualified-generic-type/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/flow/strip-qualified-generic-type/actual.js rename to packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-qualified-generic-type/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/flow/strip-qualified-generic-type/expected.js b/packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-qualified-generic-type/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/flow/strip-qualified-generic-type/expected.js rename to packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-qualified-generic-type/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/flow/strip-string-literal-types/actual.js b/packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-string-literal-types/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/flow/strip-string-literal-types/actual.js rename to packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-string-literal-types/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/flow/strip-string-literal-types/expected.js b/packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-string-literal-types/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/flow/strip-string-literal-types/expected.js rename to packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-string-literal-types/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/flow/strip-tuples/actual.js b/packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-tuples/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/flow/strip-tuples/actual.js rename to packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-tuples/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/flow/strip-tuples/expected.js b/packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-tuples/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/flow/strip-tuples/expected.js rename to packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-tuples/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/flow/strip-type-alias/actual.js b/packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-type-alias/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/flow/strip-type-alias/actual.js rename to packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-type-alias/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/flow/strip-type-annotations/actual.js b/packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-type-annotations/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/flow/strip-type-annotations/actual.js rename to packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-type-annotations/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/flow/strip-type-annotations/expected.js b/packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-type-annotations/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/flow/strip-type-annotations/expected.js rename to packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-type-annotations/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/flow/strip-typecasts/actual.js b/packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-typecasts/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/flow/strip-typecasts/actual.js rename to packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-typecasts/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/flow/strip-typecasts/expected.js b/packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-typecasts/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/flow/strip-typecasts/expected.js rename to packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-typecasts/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/flow/type-comments/actual.js b/packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/type-comments/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/flow/type-comments/actual.js rename to packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/type-comments/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/flow/type-comments/expected.js b/packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/type-comments/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/flow/type-comments/expected.js rename to packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/type-comments/expected.js diff --git a/packages/babel-plugin-transform-flow-strip-types/test/index.js b/packages/babel-plugin-transform-flow-strip-types/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-flow-strip-types/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-function-bind/package.json b/packages/babel-plugin-transform-function-bind/package.json index ec374f7686..0b35f4f1c9 100644 --- a/packages/babel-plugin-transform-function-bind/package.json +++ b/packages/babel-plugin-transform-function-bind/package.json @@ -11,5 +11,8 @@ "dependencies": { "babel-plugin-syntax-function-bind": "^6.0.14", "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-core/test/fixtures/transformation/es7.function-bind/bind/actual.js b/packages/babel-plugin-transform-function-bind/test/fixtures/function-bind/bind/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.function-bind/bind/actual.js rename to packages/babel-plugin-transform-function-bind/test/fixtures/function-bind/bind/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.function-bind/bind/expected.js b/packages/babel-plugin-transform-function-bind/test/fixtures/function-bind/bind/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.function-bind/bind/expected.js rename to packages/babel-plugin-transform-function-bind/test/fixtures/function-bind/bind/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.function-bind/call/actual.js b/packages/babel-plugin-transform-function-bind/test/fixtures/function-bind/call/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.function-bind/call/actual.js rename to packages/babel-plugin-transform-function-bind/test/fixtures/function-bind/call/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.function-bind/call/expected.js b/packages/babel-plugin-transform-function-bind/test/fixtures/function-bind/call/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.function-bind/call/expected.js rename to packages/babel-plugin-transform-function-bind/test/fixtures/function-bind/call/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.function-bind/complex-call/actual.js b/packages/babel-plugin-transform-function-bind/test/fixtures/function-bind/complex-call/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.function-bind/complex-call/actual.js rename to packages/babel-plugin-transform-function-bind/test/fixtures/function-bind/complex-call/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.function-bind/complex-call/exec.js b/packages/babel-plugin-transform-function-bind/test/fixtures/function-bind/complex-call/exec.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.function-bind/complex-call/exec.js rename to packages/babel-plugin-transform-function-bind/test/fixtures/function-bind/complex-call/exec.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.function-bind/complex-call/expected.js b/packages/babel-plugin-transform-function-bind/test/fixtures/function-bind/complex-call/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.function-bind/complex-call/expected.js rename to packages/babel-plugin-transform-function-bind/test/fixtures/function-bind/complex-call/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.function-bind/options.json b/packages/babel-plugin-transform-function-bind/test/fixtures/function-bind/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.function-bind/options.json rename to packages/babel-plugin-transform-function-bind/test/fixtures/function-bind/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es7.function-bind/static-contexts/actual.js b/packages/babel-plugin-transform-function-bind/test/fixtures/function-bind/static-contexts/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.function-bind/static-contexts/actual.js rename to packages/babel-plugin-transform-function-bind/test/fixtures/function-bind/static-contexts/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.function-bind/static-contexts/expected.js b/packages/babel-plugin-transform-function-bind/test/fixtures/function-bind/static-contexts/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.function-bind/static-contexts/expected.js rename to packages/babel-plugin-transform-function-bind/test/fixtures/function-bind/static-contexts/expected.js diff --git a/packages/babel-plugin-transform-function-bind/test/index.js b/packages/babel-plugin-transform-function-bind/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-function-bind/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-inline-environment-variables/package.json b/packages/babel-plugin-transform-inline-environment-variables/package.json index e897003306..4ef717b7e8 100644 --- a/packages/babel-plugin-transform-inline-environment-variables/package.json +++ b/packages/babel-plugin-transform-inline-environment-variables/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-plugin-transform-jscript/package.json b/packages/babel-plugin-transform-jscript/package.json index ecec44d303..b6bc952bac 100644 --- a/packages/babel-plugin-transform-jscript/package.json +++ b/packages/babel-plugin-transform-jscript/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-core/test/fixtures/transformation/jscript/arrow-function/exec.js b/packages/babel-plugin-transform-jscript/test/fixtures/jscript/arrow-function/exec.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/jscript/arrow-function/exec.js rename to packages/babel-plugin-transform-jscript/test/fixtures/jscript/arrow-function/exec.js diff --git a/packages/babel-core/test/fixtures/transformation/jscript/options.json b/packages/babel-plugin-transform-jscript/test/fixtures/jscript/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/jscript/options.json rename to packages/babel-plugin-transform-jscript/test/fixtures/jscript/options.json diff --git a/packages/babel-core/test/fixtures/transformation/jscript/simple-class/actual.js b/packages/babel-plugin-transform-jscript/test/fixtures/jscript/simple-class/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/jscript/simple-class/actual.js rename to packages/babel-plugin-transform-jscript/test/fixtures/jscript/simple-class/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/jscript/simple-class/expected.js b/packages/babel-plugin-transform-jscript/test/fixtures/jscript/simple-class/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/jscript/simple-class/expected.js rename to packages/babel-plugin-transform-jscript/test/fixtures/jscript/simple-class/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/jscript/var-named-function-expression/actual.js b/packages/babel-plugin-transform-jscript/test/fixtures/jscript/var-named-function-expression/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/jscript/var-named-function-expression/actual.js rename to packages/babel-plugin-transform-jscript/test/fixtures/jscript/var-named-function-expression/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/jscript/var-named-function-expression/expected.js b/packages/babel-plugin-transform-jscript/test/fixtures/jscript/var-named-function-expression/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/jscript/var-named-function-expression/expected.js rename to packages/babel-plugin-transform-jscript/test/fixtures/jscript/var-named-function-expression/expected.js diff --git a/packages/babel-plugin-transform-jscript/test/index.js b/packages/babel-plugin-transform-jscript/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-jscript/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-member-expression-literals/package.json b/packages/babel-plugin-transform-member-expression-literals/package.json index 6d8219f05b..3c9d6379dd 100644 --- a/packages/babel-plugin-transform-member-expression-literals/package.json +++ b/packages/babel-plugin-transform-member-expression-literals/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-core/test/fixtures/transformation/minification.member-expression-literals/invalid-identifiers/actual.js b/packages/babel-plugin-transform-member-expression-literals/test/fixtures/member-expression-literals/invalid-identifiers/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/minification.member-expression-literals/invalid-identifiers/actual.js rename to packages/babel-plugin-transform-member-expression-literals/test/fixtures/member-expression-literals/invalid-identifiers/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/minification.member-expression-literals/invalid-identifiers/expected.js b/packages/babel-plugin-transform-member-expression-literals/test/fixtures/member-expression-literals/invalid-identifiers/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/minification.member-expression-literals/invalid-identifiers/expected.js rename to packages/babel-plugin-transform-member-expression-literals/test/fixtures/member-expression-literals/invalid-identifiers/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/minification.member-expression-literals/options.json b/packages/babel-plugin-transform-member-expression-literals/test/fixtures/member-expression-literals/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/minification.member-expression-literals/options.json rename to packages/babel-plugin-transform-member-expression-literals/test/fixtures/member-expression-literals/options.json diff --git a/packages/babel-core/test/fixtures/transformation/minification.member-expression-literals/valid-identifiers/actual.js b/packages/babel-plugin-transform-member-expression-literals/test/fixtures/member-expression-literals/valid-identifiers/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/minification.member-expression-literals/valid-identifiers/actual.js rename to packages/babel-plugin-transform-member-expression-literals/test/fixtures/member-expression-literals/valid-identifiers/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/minification.member-expression-literals/valid-identifiers/expected.js b/packages/babel-plugin-transform-member-expression-literals/test/fixtures/member-expression-literals/valid-identifiers/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/minification.member-expression-literals/valid-identifiers/expected.js rename to packages/babel-plugin-transform-member-expression-literals/test/fixtures/member-expression-literals/valid-identifiers/expected.js diff --git a/packages/babel-plugin-transform-member-expression-literals/test/index.js b/packages/babel-plugin-transform-member-expression-literals/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-member-expression-literals/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-merge-sibling-variables/package.json b/packages/babel-plugin-transform-merge-sibling-variables/package.json index 80d81af591..f74a922ddc 100644 --- a/packages/babel-plugin-transform-merge-sibling-variables/package.json +++ b/packages/babel-plugin-transform-merge-sibling-variables/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-plugin-transform-minify-booleans/package.json b/packages/babel-plugin-transform-minify-booleans/package.json index 2758e2d9a2..f4cf789dfd 100644 --- a/packages/babel-plugin-transform-minify-booleans/package.json +++ b/packages/babel-plugin-transform-minify-booleans/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } } diff --git a/packages/babel-core/test/fixtures/transformation/minification.booleans/booleans/actual.js b/packages/babel-plugin-transform-minify-booleans/test/fixtures/minify-booleans/booleans/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/minification.booleans/booleans/actual.js rename to packages/babel-plugin-transform-minify-booleans/test/fixtures/minify-booleans/booleans/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/minification.booleans/booleans/expected.js b/packages/babel-plugin-transform-minify-booleans/test/fixtures/minify-booleans/booleans/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/minification.booleans/booleans/expected.js rename to packages/babel-plugin-transform-minify-booleans/test/fixtures/minify-booleans/booleans/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/minification.booleans/options.json b/packages/babel-plugin-transform-minify-booleans/test/fixtures/minify-booleans/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/minification.booleans/options.json rename to packages/babel-plugin-transform-minify-booleans/test/fixtures/minify-booleans/options.json diff --git a/packages/babel-plugin-transform-minify-booleans/test/index.js b/packages/babel-plugin-transform-minify-booleans/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-minify-booleans/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-node-env-inline/package.json b/packages/babel-plugin-transform-node-env-inline/package.json index c3d1cd0e36..6e5f777623 100644 --- a/packages/babel-plugin-transform-node-env-inline/package.json +++ b/packages/babel-plugin-transform-node-env-inline/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-plugin-transform-object-assign/package.json b/packages/babel-plugin-transform-object-assign/package.json index 9ed3f3c355..81609d0259 100644 --- a/packages/babel-plugin-transform-object-assign/package.json +++ b/packages/babel-plugin-transform-object-assign/package.json @@ -11,5 +11,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-plugin-transform-object-rest-spread/package.json b/packages/babel-plugin-transform-object-rest-spread/package.json index a8b3aaf625..e691e52aef 100644 --- a/packages/babel-plugin-transform-object-rest-spread/package.json +++ b/packages/babel-plugin-transform-object-rest-spread/package.json @@ -11,5 +11,8 @@ "dependencies": { "babel-plugin-syntax-object-rest-spread": "^6.0.14", "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-core/test/fixtures/transformation/es7.object-spread/assignment/actual.js b/packages/babel-plugin-transform-object-rest-spread/test/fixtures/object-rest-spread/assignment/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.object-spread/assignment/actual.js rename to packages/babel-plugin-transform-object-rest-spread/test/fixtures/object-rest-spread/assignment/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.object-spread/assignment/expected.js b/packages/babel-plugin-transform-object-rest-spread/test/fixtures/object-rest-spread/assignment/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.object-spread/assignment/expected.js rename to packages/babel-plugin-transform-object-rest-spread/test/fixtures/object-rest-spread/assignment/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.object-spread/expression/actual.js b/packages/babel-plugin-transform-object-rest-spread/test/fixtures/object-rest-spread/expression/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.object-spread/expression/actual.js rename to packages/babel-plugin-transform-object-rest-spread/test/fixtures/object-rest-spread/expression/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.object-spread/expression/expected.js b/packages/babel-plugin-transform-object-rest-spread/test/fixtures/object-rest-spread/expression/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.object-spread/expression/expected.js rename to packages/babel-plugin-transform-object-rest-spread/test/fixtures/object-rest-spread/expression/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.object-spread/options.json b/packages/babel-plugin-transform-object-rest-spread/test/fixtures/object-rest-spread/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.object-spread/options.json rename to packages/babel-plugin-transform-object-rest-spread/test/fixtures/object-rest-spread/options.json diff --git a/packages/babel-core/test/fixtures/transformation/es7.object-spread/variable-declaration/actual.js b/packages/babel-plugin-transform-object-rest-spread/test/fixtures/object-rest-spread/variable-declaration/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.object-spread/variable-declaration/actual.js rename to packages/babel-plugin-transform-object-rest-spread/test/fixtures/object-rest-spread/variable-declaration/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/es7.object-spread/variable-declaration/expected.js b/packages/babel-plugin-transform-object-rest-spread/test/fixtures/object-rest-spread/variable-declaration/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/es7.object-spread/variable-declaration/expected.js rename to packages/babel-plugin-transform-object-rest-spread/test/fixtures/object-rest-spread/variable-declaration/expected.js diff --git a/packages/babel-plugin-transform-object-rest-spread/test/index.js b/packages/babel-plugin-transform-object-rest-spread/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-object-rest-spread/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-object-set-prototype-of-to-assign/package.json b/packages/babel-plugin-transform-object-set-prototype-of-to-assign/package.json index 21a66787e2..a67c7ffc84 100644 --- a/packages/babel-plugin-transform-object-set-prototype-of-to-assign/package.json +++ b/packages/babel-plugin-transform-object-set-prototype-of-to-assign/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-plugin-transform-property-literals/package.json b/packages/babel-plugin-transform-property-literals/package.json index 1a56c69a6a..663cfc40b5 100644 --- a/packages/babel-plugin-transform-property-literals/package.json +++ b/packages/babel-plugin-transform-property-literals/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-core/test/fixtures/transformation/minification.property-literals/invalid-identifiers/actual.js b/packages/babel-plugin-transform-property-literals/test/fixtures/property-literals/invalid-identifiers/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/minification.property-literals/invalid-identifiers/actual.js rename to packages/babel-plugin-transform-property-literals/test/fixtures/property-literals/invalid-identifiers/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/minification.property-literals/invalid-identifiers/expected.js b/packages/babel-plugin-transform-property-literals/test/fixtures/property-literals/invalid-identifiers/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/minification.property-literals/invalid-identifiers/expected.js rename to packages/babel-plugin-transform-property-literals/test/fixtures/property-literals/invalid-identifiers/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/minification.property-literals/options.json b/packages/babel-plugin-transform-property-literals/test/fixtures/property-literals/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/minification.property-literals/options.json rename to packages/babel-plugin-transform-property-literals/test/fixtures/property-literals/options.json diff --git a/packages/babel-core/test/fixtures/transformation/minification.property-literals/valid-identifiers/actual.js b/packages/babel-plugin-transform-property-literals/test/fixtures/property-literals/valid-identifiers/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/minification.property-literals/valid-identifiers/actual.js rename to packages/babel-plugin-transform-property-literals/test/fixtures/property-literals/valid-identifiers/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/minification.property-literals/valid-identifiers/expected.js b/packages/babel-plugin-transform-property-literals/test/fixtures/property-literals/valid-identifiers/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/minification.property-literals/valid-identifiers/expected.js rename to packages/babel-plugin-transform-property-literals/test/fixtures/property-literals/valid-identifiers/expected.js diff --git a/packages/babel-plugin-transform-property-literals/test/index.js b/packages/babel-plugin-transform-property-literals/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-property-literals/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-proto-to-assign/package.json b/packages/babel-plugin-transform-proto-to-assign/package.json index 7704dfbc2a..119092ce90 100644 --- a/packages/babel-plugin-transform-proto-to-assign/package.json +++ b/packages/babel-plugin-transform-proto-to-assign/package.json @@ -11,5 +11,8 @@ "dependencies": { "babel-runtime": "^5.0.0", "lodash": "^3.9.3" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-core/test/fixtures/transformation/spec.proto-to-assign/assignment-expression/actual.js b/packages/babel-plugin-transform-proto-to-assign/test/fixtures/proto-to-assign/assignment-expression/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.proto-to-assign/assignment-expression/actual.js rename to packages/babel-plugin-transform-proto-to-assign/test/fixtures/proto-to-assign/assignment-expression/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.proto-to-assign/assignment-expression/expected.js b/packages/babel-plugin-transform-proto-to-assign/test/fixtures/proto-to-assign/assignment-expression/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.proto-to-assign/assignment-expression/expected.js rename to packages/babel-plugin-transform-proto-to-assign/test/fixtures/proto-to-assign/assignment-expression/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.proto-to-assign/assignment-statement/actual.js b/packages/babel-plugin-transform-proto-to-assign/test/fixtures/proto-to-assign/assignment-statement/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.proto-to-assign/assignment-statement/actual.js rename to packages/babel-plugin-transform-proto-to-assign/test/fixtures/proto-to-assign/assignment-statement/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.proto-to-assign/assignment-statement/expected.js b/packages/babel-plugin-transform-proto-to-assign/test/fixtures/proto-to-assign/assignment-statement/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.proto-to-assign/assignment-statement/expected.js rename to packages/babel-plugin-transform-proto-to-assign/test/fixtures/proto-to-assign/assignment-statement/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.proto-to-assign/object-literal/actual.js b/packages/babel-plugin-transform-proto-to-assign/test/fixtures/proto-to-assign/object-literal/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.proto-to-assign/object-literal/actual.js rename to packages/babel-plugin-transform-proto-to-assign/test/fixtures/proto-to-assign/object-literal/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.proto-to-assign/object-literal/expected.js b/packages/babel-plugin-transform-proto-to-assign/test/fixtures/proto-to-assign/object-literal/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.proto-to-assign/object-literal/expected.js rename to packages/babel-plugin-transform-proto-to-assign/test/fixtures/proto-to-assign/object-literal/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.proto-to-assign/options.json b/packages/babel-plugin-transform-proto-to-assign/test/fixtures/proto-to-assign/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.proto-to-assign/options.json rename to packages/babel-plugin-transform-proto-to-assign/test/fixtures/proto-to-assign/options.json diff --git a/packages/babel-plugin-transform-proto-to-assign/test/index.js b/packages/babel-plugin-transform-proto-to-assign/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-proto-to-assign/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-react-constant-elements/package.json b/packages/babel-plugin-transform-react-constant-elements/package.json index 4bd22028b4..4abc80e3ee 100644 --- a/packages/babel-plugin-transform-react-constant-elements/package.json +++ b/packages/babel-plugin-transform-react-constant-elements/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/children/actual.js b/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/children/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/children/actual.js rename to packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/children/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/children/expected.js b/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/children/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/children/expected.js rename to packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/children/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/constructor/actual.js b/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/constructor/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/constructor/actual.js rename to packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/constructor/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/constructor/expected.js b/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/constructor/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/constructor/expected.js rename to packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/constructor/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/deep-constant-violation/actual.js b/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/deep-constant-violation/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/deep-constant-violation/actual.js rename to packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/deep-constant-violation/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/deep-constant-violation/expected.js b/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/deep-constant-violation/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/deep-constant-violation/expected.js rename to packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/deep-constant-violation/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/dont-hoist-to-same-function/actual.js b/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/dont-hoist-to-same-function/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/dont-hoist-to-same-function/actual.js rename to packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/dont-hoist-to-same-function/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/dont-hoist-to-same-function/expected.js b/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/dont-hoist-to-same-function/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/dont-hoist-to-same-function/expected.js rename to packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/dont-hoist-to-same-function/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/function-parameter/actual.js b/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/function-parameter/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/function-parameter/actual.js rename to packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/function-parameter/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/function-parameter/expected.js b/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/function-parameter/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/function-parameter/expected.js rename to packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/function-parameter/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/global-reference/actual.js b/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/global-reference/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/global-reference/actual.js rename to packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/global-reference/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/global-reference/expected.js b/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/global-reference/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/global-reference/expected.js rename to packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/global-reference/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/html-element/actual.js b/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/html-element/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/html-element/actual.js rename to packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/html-element/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/html-element/expected.js b/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/html-element/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/html-element/expected.js rename to packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/html-element/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/inline-elements/actual.js b/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/inline-elements/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/inline-elements/actual.js rename to packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/inline-elements/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/inline-elements/expected.js b/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/inline-elements/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/inline-elements/expected.js rename to packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/inline-elements/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/inline-elements/options.json b/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/inline-elements/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/inline-elements/options.json rename to packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/inline-elements/options.json diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/inner-declaration/actual.js b/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/inner-declaration/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/inner-declaration/actual.js rename to packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/inner-declaration/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/inner-declaration/expected.js b/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/inner-declaration/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/inner-declaration/expected.js rename to packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/inner-declaration/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/options.json b/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/options.json rename to packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/options.json diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/parameter-reference/actual.js b/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/parameter-reference/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/parameter-reference/actual.js rename to packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/parameter-reference/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/parameter-reference/expected.js b/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/parameter-reference/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/parameter-reference/expected.js rename to packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/parameter-reference/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/reassignment/actual.js b/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/reassignment/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/reassignment/actual.js rename to packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/reassignment/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/reassignment/expected.js b/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/reassignment/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/reassignment/expected.js rename to packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/reassignment/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/ref-deopt/actual.js b/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/ref-deopt/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/ref-deopt/actual.js rename to packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/ref-deopt/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/ref-deopt/expected.js b/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/ref-deopt/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/ref-deopt/expected.js rename to packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/ref-deopt/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/spread-deopt/actual.js b/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/spread-deopt/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/spread-deopt/actual.js rename to packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/spread-deopt/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/spread-deopt/expected.js b/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/spread-deopt/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.constant-elements/spread-deopt/expected.js rename to packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/spread-deopt/expected.js diff --git a/packages/babel-plugin-transform-react-constant-elements/test/index.js b/packages/babel-plugin-transform-react-constant-elements/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-react-constant-elements/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-react-display-name/package.json b/packages/babel-plugin-transform-react-display-name/package.json index bdacba8963..6b1c68137d 100644 --- a/packages/babel-plugin-transform-react-display-name/package.json +++ b/packages/babel-plugin-transform-react-display-name/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-plugin-transform-react-inline-elements/package.json b/packages/babel-plugin-transform-react-inline-elements/package.json index db2f8c62d8..71fbdb1263 100644 --- a/packages/babel-plugin-transform-react-inline-elements/package.json +++ b/packages/babel-plugin-transform-react-inline-elements/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } } diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/children-exists/actual.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/children-exists/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/children-exists/actual.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/children-exists/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/children-exists/expected.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/children-exists/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/children-exists/expected.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/children-exists/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/component-with-props/actual.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/component-with-props/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/component-with-props/actual.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/component-with-props/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/component-with-props/expected.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/component-with-props/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/component-with-props/expected.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/component-with-props/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/component/actual.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/component/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/component/actual.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/component/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/component/expected.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/component/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/component/expected.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/component/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/expression-container/actual.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/expression-container/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/expression-container/actual.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/expression-container/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/expression-container/expected.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/expression-container/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/expression-container/expected.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/expression-container/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/html-element-with-props/actual.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/html-element-with-props/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/html-element-with-props/actual.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/html-element-with-props/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/html-element-with-props/expected.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/html-element-with-props/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/html-element-with-props/expected.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/html-element-with-props/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/html-element/actual.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/html-element/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/html-element/actual.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/html-element/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/html-element/expected.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/html-element/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/html-element/expected.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/html-element/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/key/actual.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/key/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/key/actual.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/key/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/key/expected.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/key/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/key/expected.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/key/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/multiline/actual.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/multiline/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/multiline/actual.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/multiline/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/multiline/expected.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/multiline/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/multiline/expected.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/multiline/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/nested-components/actual.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/nested-components/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/nested-components/actual.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/nested-components/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/nested-components/expected.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/nested-components/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/nested-components/expected.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/nested-components/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/nested-html-elements/actual.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/nested-html-elements/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/nested-html-elements/actual.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/nested-html-elements/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/nested-html-elements/expected.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/nested-html-elements/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/nested-html-elements/expected.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/nested-html-elements/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/nested/actual.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/nested/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/nested/actual.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/nested/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/nested/expected.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/nested/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/nested/expected.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/nested/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/options.json b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/options.json rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/options.json diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/ref-deopt/actual.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/ref-deopt/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/ref-deopt/actual.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/ref-deopt/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/ref-deopt/expected.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/ref-deopt/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/ref-deopt/expected.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/ref-deopt/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/self-closing-component-with-props/actual.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/self-closing-component-with-props/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/self-closing-component-with-props/actual.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/self-closing-component-with-props/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/self-closing-component-with-props/expected.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/self-closing-component-with-props/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/self-closing-component-with-props/expected.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/self-closing-component-with-props/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/self-closing-component/actual.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/self-closing-component/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/self-closing-component/actual.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/self-closing-component/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/self-closing-component/expected.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/self-closing-component/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/self-closing-component/expected.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/self-closing-component/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/self-closing-html-element-with-props/actual.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/self-closing-html-element-with-props/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/self-closing-html-element-with-props/actual.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/self-closing-html-element-with-props/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/self-closing-html-element-with-props/expected.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/self-closing-html-element-with-props/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/self-closing-html-element-with-props/expected.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/self-closing-html-element-with-props/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/self-closing-html-element/actual.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/self-closing-html-element/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/self-closing-html-element/actual.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/self-closing-html-element/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/self-closing-html-element/expected.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/self-closing-html-element/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/self-closing-html-element/expected.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/self-closing-html-element/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/shorthand-attributes/actual.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/shorthand-attributes/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/shorthand-attributes/actual.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/shorthand-attributes/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/shorthand-attributes/expected.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/shorthand-attributes/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/shorthand-attributes/expected.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/shorthand-attributes/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/spread-deopt/actual.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/spread-deopt/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/spread-deopt/actual.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/spread-deopt/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/spread-deopt/expected.js b/packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/spread-deopt/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/optimisation.react.inline-elements/spread-deopt/expected.js rename to packages/babel-plugin-transform-react-inline-elements/test/fixtures/inline-elements/spread-deopt/expected.js diff --git a/packages/babel-plugin-transform-react-inline-elements/test/index.js b/packages/babel-plugin-transform-react-inline-elements/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-react-inline-elements/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-react-jsx-compat/package.json b/packages/babel-plugin-transform-react-jsx-compat/package.json index d4acdd7eda..56addf5ada 100644 --- a/packages/babel-plugin-transform-react-jsx-compat/package.json +++ b/packages/babel-plugin-transform-react-jsx-compat/package.json @@ -11,5 +11,8 @@ "dependencies": { "babel-runtime": "^5.0.0", "babel-helper-builder-react-jsx": "^6.0.14" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-core/test/fixtures/transformation/react-compat/convert-component/actual.js b/packages/babel-plugin-transform-react-jsx-compat/test/fixtures/react-compat/convert-component/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react-compat/convert-component/actual.js rename to packages/babel-plugin-transform-react-jsx-compat/test/fixtures/react-compat/convert-component/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react-compat/convert-component/expected.js b/packages/babel-plugin-transform-react-jsx-compat/test/fixtures/react-compat/convert-component/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react-compat/convert-component/expected.js rename to packages/babel-plugin-transform-react-jsx-compat/test/fixtures/react-compat/convert-component/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react-compat/convert-tags/actual.js b/packages/babel-plugin-transform-react-jsx-compat/test/fixtures/react-compat/convert-tags/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react-compat/convert-tags/actual.js rename to packages/babel-plugin-transform-react-jsx-compat/test/fixtures/react-compat/convert-tags/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react-compat/convert-tags/expected.js b/packages/babel-plugin-transform-react-jsx-compat/test/fixtures/react-compat/convert-tags/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react-compat/convert-tags/expected.js rename to packages/babel-plugin-transform-react-jsx-compat/test/fixtures/react-compat/convert-tags/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react-compat/options.json b/packages/babel-plugin-transform-react-jsx-compat/test/fixtures/react-compat/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react-compat/options.json rename to packages/babel-plugin-transform-react-jsx-compat/test/fixtures/react-compat/options.json diff --git a/packages/babel-plugin-transform-react-jsx-compat/test/index.js b/packages/babel-plugin-transform-react-jsx-compat/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-react-jsx-compat/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-react-jsx/package.json b/packages/babel-plugin-transform-react-jsx/package.json index 373dc6161b..12652bfd04 100644 --- a/packages/babel-plugin-transform-react-jsx/package.json +++ b/packages/babel-plugin-transform-react-jsx/package.json @@ -12,5 +12,8 @@ "babel-runtime": "^5.0.0", "babel-helper-builder-react-jsx": "^6.0.14", "babel-plugin-syntax-jsx": "^6.0.14" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } } diff --git a/packages/babel-core/test/fixtures/transformation/react/.optimisation.react.constant-elements/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/.optimisation.react.constant-elements/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/.optimisation.react.constant-elements/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/.optimisation.react.constant-elements/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/.optimisation.react.constant-elements/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/.optimisation.react.constant-elements/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/.optimisation.react.constant-elements/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/.optimisation.react.constant-elements/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/.optimisation.react.constant-elements/options.json b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/.optimisation.react.constant-elements/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/.optimisation.react.constant-elements/options.json rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/.optimisation.react.constant-elements/options.json diff --git a/packages/babel-core/test/fixtures/transformation/react/.should-not-strip-nbsp-even-coupled-with-other-whitespace/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/.should-not-strip-nbsp-even-coupled-with-other-whitespace/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/.should-not-strip-nbsp-even-coupled-with-other-whitespace/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/.should-not-strip-nbsp-even-coupled-with-other-whitespace/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/.should-not-strip-nbsp-even-coupled-with-other-whitespace/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/.should-not-strip-nbsp-even-coupled-with-other-whitespace/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/.should-not-strip-nbsp-even-coupled-with-other-whitespace/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/.should-not-strip-nbsp-even-coupled-with-other-whitespace/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/.should-not-strip-tags-with-a-single-child-of-nbsp/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/.should-not-strip-tags-with-a-single-child-of-nbsp/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/.should-not-strip-tags-with-a-single-child-of-nbsp/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/.should-not-strip-tags-with-a-single-child-of-nbsp/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/.should-not-strip-tags-with-a-single-child-of-nbsp/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/.should-not-strip-tags-with-a-single-child-of-nbsp/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/.should-not-strip-tags-with-a-single-child-of-nbsp/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/.should-not-strip-tags-with-a-single-child-of-nbsp/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/.should-properly-handle-comments-adjacent-to-children/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/.should-properly-handle-comments-adjacent-to-children/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/.should-properly-handle-comments-adjacent-to-children/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/.should-properly-handle-comments-adjacent-to-children/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/.should-properly-handle-comments-adjacent-to-children/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/.should-properly-handle-comments-adjacent-to-children/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/.should-properly-handle-comments-adjacent-to-children/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/.should-properly-handle-comments-adjacent-to-children/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/.should-properly-handle-comments-between-props/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/.should-properly-handle-comments-between-props/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/.should-properly-handle-comments-between-props/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/.should-properly-handle-comments-between-props/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/.should-properly-handle-comments-between-props/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/.should-properly-handle-comments-between-props/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/.should-properly-handle-comments-between-props/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/.should-properly-handle-comments-between-props/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/adds-appropriate-newlines-when-using-spread-attribute/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/adds-appropriate-newlines-when-using-spread-attribute/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/adds-appropriate-newlines-when-using-spread-attribute/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/adds-appropriate-newlines-when-using-spread-attribute/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/adds-appropriate-newlines-when-using-spread-attribute/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/adds-appropriate-newlines-when-using-spread-attribute/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/adds-appropriate-newlines-when-using-spread-attribute/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/adds-appropriate-newlines-when-using-spread-attribute/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/arrow-functions/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/arrow-functions/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/arrow-functions/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/arrow-functions/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/arrow-functions/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/arrow-functions/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/arrow-functions/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/arrow-functions/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/concatenates-adjacent-string-literals/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/concatenates-adjacent-string-literals/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/concatenates-adjacent-string-literals/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/concatenates-adjacent-string-literals/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/concatenates-adjacent-string-literals/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/concatenates-adjacent-string-literals/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/concatenates-adjacent-string-literals/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/concatenates-adjacent-string-literals/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/display-name-assignment-expression/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/display-name-assignment-expression/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/display-name-assignment-expression/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/display-name-assignment-expression/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/display-name-assignment-expression/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/display-name-assignment-expression/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/display-name-assignment-expression/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/display-name-assignment-expression/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/display-name-export-default/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/display-name-export-default/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/display-name-export-default/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/display-name-export-default/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/display-name-export-default/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/display-name-export-default/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/display-name-export-default/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/display-name-export-default/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/display-name-if-missing/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/display-name-if-missing/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/display-name-if-missing/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/display-name-if-missing/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/display-name-if-missing/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/display-name-if-missing/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/display-name-if-missing/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/display-name-if-missing/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/display-name-object-declaration/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/display-name-object-declaration/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/display-name-object-declaration/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/display-name-object-declaration/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/display-name-object-declaration/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/display-name-object-declaration/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/display-name-object-declaration/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/display-name-object-declaration/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/display-name-property-assignment/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/display-name-property-assignment/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/display-name-property-assignment/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/display-name-property-assignment/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/display-name-property-assignment/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/display-name-property-assignment/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/display-name-property-assignment/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/display-name-property-assignment/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/display-name-variable-declaration/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/display-name-variable-declaration/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/display-name-variable-declaration/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/display-name-variable-declaration/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/display-name-variable-declaration/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/display-name-variable-declaration/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/display-name-variable-declaration/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/display-name-variable-declaration/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/dont-coerce-expression-containers/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/dont-coerce-expression-containers/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/dont-coerce-expression-containers/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/dont-coerce-expression-containers/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/dont-coerce-expression-containers/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/dont-coerce-expression-containers/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/dont-coerce-expression-containers/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/dont-coerce-expression-containers/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/honor-custom-jsx-comment-if-jsx-pragma-option-set/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/honor-custom-jsx-comment-if-jsx-pragma-option-set/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/honor-custom-jsx-comment-if-jsx-pragma-option-set/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/honor-custom-jsx-comment-if-jsx-pragma-option-set/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/honor-custom-jsx-comment-if-jsx-pragma-option-set/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/honor-custom-jsx-comment-if-jsx-pragma-option-set/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/honor-custom-jsx-comment-if-jsx-pragma-option-set/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/honor-custom-jsx-comment-if-jsx-pragma-option-set/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/honor-custom-jsx-comment-if-jsx-pragma-option-set/options.json b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/honor-custom-jsx-comment-if-jsx-pragma-option-set/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/honor-custom-jsx-comment-if-jsx-pragma-option-set/options.json rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/honor-custom-jsx-comment-if-jsx-pragma-option-set/options.json diff --git a/packages/babel-core/test/fixtures/transformation/react/honor-custom-jsx-comment/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/honor-custom-jsx-comment/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/honor-custom-jsx-comment/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/honor-custom-jsx-comment/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/honor-custom-jsx-comment/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/honor-custom-jsx-comment/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/honor-custom-jsx-comment/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/honor-custom-jsx-comment/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/honor-custom-jsx-pragma-option/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/honor-custom-jsx-pragma-option/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/honor-custom-jsx-pragma-option/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/honor-custom-jsx-pragma-option/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/honor-custom-jsx-pragma-option/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/honor-custom-jsx-pragma-option/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/honor-custom-jsx-pragma-option/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/honor-custom-jsx-pragma-option/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/honor-custom-jsx-pragma-option/options.json b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/honor-custom-jsx-pragma-option/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/honor-custom-jsx-pragma-option/options.json rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/honor-custom-jsx-pragma-option/options.json diff --git a/packages/babel-core/test/fixtures/transformation/react/jsx-with-retainlines-option/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/jsx-with-retainlines-option/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/jsx-with-retainlines-option/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/jsx-with-retainlines-option/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/jsx-with-retainlines-option/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/jsx-with-retainlines-option/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/jsx-with-retainlines-option/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/jsx-with-retainlines-option/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/jsx-with-retainlines-option/options.json b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/jsx-with-retainlines-option/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/jsx-with-retainlines-option/options.json rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/jsx-with-retainlines-option/options.json diff --git a/packages/babel-core/test/fixtures/transformation/react/jsx-without-retainlines-option/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/jsx-without-retainlines-option/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/jsx-without-retainlines-option/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/jsx-without-retainlines-option/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/jsx-without-retainlines-option/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/jsx-without-retainlines-option/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/jsx-without-retainlines-option/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/jsx-without-retainlines-option/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/options.json b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/options.json rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/options.json diff --git a/packages/babel-core/test/fixtures/transformation/react/should-allow-constructor-as-prop/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-allow-constructor-as-prop/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/should-allow-constructor-as-prop/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-allow-constructor-as-prop/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/should-allow-constructor-as-prop/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-allow-constructor-as-prop/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/should-allow-constructor-as-prop/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-allow-constructor-as-prop/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/should-allow-deeper-js-namespacing/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-allow-deeper-js-namespacing/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/should-allow-deeper-js-namespacing/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-allow-deeper-js-namespacing/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/should-allow-deeper-js-namespacing/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-allow-deeper-js-namespacing/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/should-allow-deeper-js-namespacing/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-allow-deeper-js-namespacing/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/should-allow-js-namespacing/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-allow-js-namespacing/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/should-allow-js-namespacing/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-allow-js-namespacing/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/should-allow-js-namespacing/blacklist.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-allow-js-namespacing/blacklist.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/should-allow-js-namespacing/blacklist.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-allow-js-namespacing/blacklist.js diff --git a/packages/babel-core/test/fixtures/transformation/react/should-allow-js-namespacing/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-allow-js-namespacing/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/should-allow-js-namespacing/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-allow-js-namespacing/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/should-avoid-wrapping-in-extra-parens-if-not-needed/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-avoid-wrapping-in-extra-parens-if-not-needed/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/should-avoid-wrapping-in-extra-parens-if-not-needed/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-avoid-wrapping-in-extra-parens-if-not-needed/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/should-avoid-wrapping-in-extra-parens-if-not-needed/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-avoid-wrapping-in-extra-parens-if-not-needed/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/should-avoid-wrapping-in-extra-parens-if-not-needed/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-avoid-wrapping-in-extra-parens-if-not-needed/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/should-convert-simple-tags/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-convert-simple-tags/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/should-convert-simple-tags/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-convert-simple-tags/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/should-convert-simple-tags/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-convert-simple-tags/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/should-convert-simple-tags/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-convert-simple-tags/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/should-convert-simple-text/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-convert-simple-text/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/should-convert-simple-text/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-convert-simple-text/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/should-convert-simple-text/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-convert-simple-text/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/should-convert-simple-text/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-convert-simple-text/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/should-disallow-xml-namespacing/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-disallow-xml-namespacing/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/should-disallow-xml-namespacing/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-disallow-xml-namespacing/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/should-disallow-xml-namespacing/options.json b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-disallow-xml-namespacing/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/should-disallow-xml-namespacing/options.json rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-disallow-xml-namespacing/options.json diff --git a/packages/babel-core/test/fixtures/transformation/react/should-handle-attributed-elements/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-handle-attributed-elements/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/should-handle-attributed-elements/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-handle-attributed-elements/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/should-handle-attributed-elements/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-handle-attributed-elements/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/should-handle-attributed-elements/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-handle-attributed-elements/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/should-handle-has-own-property-correctly/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-handle-has-own-property-correctly/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/should-handle-has-own-property-correctly/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-handle-has-own-property-correctly/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/should-handle-has-own-property-correctly/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-handle-has-own-property-correctly/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/should-handle-has-own-property-correctly/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-handle-has-own-property-correctly/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/should-have-correct-comma-in-nested-children/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-have-correct-comma-in-nested-children/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/should-have-correct-comma-in-nested-children/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-have-correct-comma-in-nested-children/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/should-have-correct-comma-in-nested-children/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-have-correct-comma-in-nested-children/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/should-have-correct-comma-in-nested-children/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-have-correct-comma-in-nested-children/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/should-insert-commas-after-expressions-before-whitespace/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-insert-commas-after-expressions-before-whitespace/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/should-insert-commas-after-expressions-before-whitespace/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-insert-commas-after-expressions-before-whitespace/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/should-insert-commas-after-expressions-before-whitespace/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-insert-commas-after-expressions-before-whitespace/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/should-insert-commas-after-expressions-before-whitespace/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-insert-commas-after-expressions-before-whitespace/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/should-quote-jsx-attributes/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-quote-jsx-attributes/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/should-quote-jsx-attributes/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-quote-jsx-attributes/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/should-quote-jsx-attributes/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-quote-jsx-attributes/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/should-quote-jsx-attributes/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-quote-jsx-attributes/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/should-transform-known-hyphenated-tags/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-transform-known-hyphenated-tags/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/should-transform-known-hyphenated-tags/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-transform-known-hyphenated-tags/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/should-transform-known-hyphenated-tags/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-transform-known-hyphenated-tags/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/should-transform-known-hyphenated-tags/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-transform-known-hyphenated-tags/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/wraps-props-in-react-spread-for-first-spread-attributes/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/wraps-props-in-react-spread-for-first-spread-attributes/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/wraps-props-in-react-spread-for-first-spread-attributes/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/wraps-props-in-react-spread-for-first-spread-attributes/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/wraps-props-in-react-spread-for-first-spread-attributes/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/wraps-props-in-react-spread-for-first-spread-attributes/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/wraps-props-in-react-spread-for-first-spread-attributes/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/wraps-props-in-react-spread-for-first-spread-attributes/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/wraps-props-in-react-spread-for-last-spread-attributes/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/wraps-props-in-react-spread-for-last-spread-attributes/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/wraps-props-in-react-spread-for-last-spread-attributes/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/wraps-props-in-react-spread-for-last-spread-attributes/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/wraps-props-in-react-spread-for-last-spread-attributes/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/wraps-props-in-react-spread-for-last-spread-attributes/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/wraps-props-in-react-spread-for-last-spread-attributes/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/wraps-props-in-react-spread-for-last-spread-attributes/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/react/wraps-props-in-react-spread-for-middle-spread-attributes/actual.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/wraps-props-in-react-spread-for-middle-spread-attributes/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/wraps-props-in-react-spread-for-middle-spread-attributes/actual.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/wraps-props-in-react-spread-for-middle-spread-attributes/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/react/wraps-props-in-react-spread-for-middle-spread-attributes/expected.js b/packages/babel-plugin-transform-react-jsx/test/fixtures/react/wraps-props-in-react-spread-for-middle-spread-attributes/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/react/wraps-props-in-react-spread-for-middle-spread-attributes/expected.js rename to packages/babel-plugin-transform-react-jsx/test/fixtures/react/wraps-props-in-react-spread-for-middle-spread-attributes/expected.js diff --git a/packages/babel-plugin-transform-react-jsx/test/index.js b/packages/babel-plugin-transform-react-jsx/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-react-jsx/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-remove-console/package.json b/packages/babel-plugin-transform-remove-console/package.json index f8965ecfab..98b832e668 100644 --- a/packages/babel-plugin-transform-remove-console/package.json +++ b/packages/babel-plugin-transform-remove-console/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-core/test/fixtures/transformation/minification.remove-console/expression-nested/actual.js b/packages/babel-plugin-transform-remove-console/test/fixtures/remove-console/expression-nested/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/minification.remove-console/expression-nested/actual.js rename to packages/babel-plugin-transform-remove-console/test/fixtures/remove-console/expression-nested/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/minification.remove-console/expression-nested/expected.js b/packages/babel-plugin-transform-remove-console/test/fixtures/remove-console/expression-nested/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/minification.remove-console/expression-nested/expected.js rename to packages/babel-plugin-transform-remove-console/test/fixtures/remove-console/expression-nested/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/minification.remove-console/expression-top-level/actual.js b/packages/babel-plugin-transform-remove-console/test/fixtures/remove-console/expression-top-level/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/minification.remove-console/expression-top-level/actual.js rename to packages/babel-plugin-transform-remove-console/test/fixtures/remove-console/expression-top-level/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/minification.remove-console/expression-top-level/expected.js b/packages/babel-plugin-transform-remove-console/test/fixtures/remove-console/expression-top-level/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/minification.remove-console/expression-top-level/expected.js rename to packages/babel-plugin-transform-remove-console/test/fixtures/remove-console/expression-top-level/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/minification.remove-console/options.json b/packages/babel-plugin-transform-remove-console/test/fixtures/remove-console/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/minification.remove-console/options.json rename to packages/babel-plugin-transform-remove-console/test/fixtures/remove-console/options.json diff --git a/packages/babel-core/test/fixtures/transformation/minification.remove-console/statement-nested/actual.js b/packages/babel-plugin-transform-remove-console/test/fixtures/remove-console/statement-nested/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/minification.remove-console/statement-nested/actual.js rename to packages/babel-plugin-transform-remove-console/test/fixtures/remove-console/statement-nested/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/minification.remove-console/statement-nested/expected.js b/packages/babel-plugin-transform-remove-console/test/fixtures/remove-console/statement-nested/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/minification.remove-console/statement-nested/expected.js rename to packages/babel-plugin-transform-remove-console/test/fixtures/remove-console/statement-nested/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/minification.remove-console/statement-top-level/actual.js b/packages/babel-plugin-transform-remove-console/test/fixtures/remove-console/statement-top-level/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/minification.remove-console/statement-top-level/actual.js rename to packages/babel-plugin-transform-remove-console/test/fixtures/remove-console/statement-top-level/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/minification.remove-console/statement-top-level/expected.js b/packages/babel-plugin-transform-remove-console/test/fixtures/remove-console/statement-top-level/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/minification.remove-console/statement-top-level/expected.js rename to packages/babel-plugin-transform-remove-console/test/fixtures/remove-console/statement-top-level/expected.js diff --git a/packages/babel-plugin-transform-remove-console/test/index.js b/packages/babel-plugin-transform-remove-console/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-remove-console/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-remove-debugger/package.json b/packages/babel-plugin-transform-remove-debugger/package.json index c95ab75c81..fa64e98429 100644 --- a/packages/babel-plugin-transform-remove-debugger/package.json +++ b/packages/babel-plugin-transform-remove-debugger/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-plugin-transform-runtime/package.json b/packages/babel-plugin-transform-runtime/package.json index e3bcdbb4a7..0fd897fc62 100644 --- a/packages/babel-plugin-transform-runtime/package.json +++ b/packages/babel-plugin-transform-runtime/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } } diff --git a/packages/babel-core/test/fixtures/transformation/runtime/aliased-constructors/actual.js b/packages/babel-plugin-transform-runtime/test/fixtures/runtime/aliased-constructors/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/runtime/aliased-constructors/actual.js rename to packages/babel-plugin-transform-runtime/test/fixtures/runtime/aliased-constructors/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/runtime/aliased-constructors/expected.js b/packages/babel-plugin-transform-runtime/test/fixtures/runtime/aliased-constructors/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/runtime/aliased-constructors/expected.js rename to packages/babel-plugin-transform-runtime/test/fixtures/runtime/aliased-constructors/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/runtime/catch-all/actual.js b/packages/babel-plugin-transform-runtime/test/fixtures/runtime/catch-all/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/runtime/catch-all/actual.js rename to packages/babel-plugin-transform-runtime/test/fixtures/runtime/catch-all/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/runtime/catch-all/expected.js b/packages/babel-plugin-transform-runtime/test/fixtures/runtime/catch-all/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/runtime/catch-all/expected.js rename to packages/babel-plugin-transform-runtime/test/fixtures/runtime/catch-all/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/runtime/class/actual.js b/packages/babel-plugin-transform-runtime/test/fixtures/runtime/class/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/runtime/class/actual.js rename to packages/babel-plugin-transform-runtime/test/fixtures/runtime/class/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/runtime/class/expected.js b/packages/babel-plugin-transform-runtime/test/fixtures/runtime/class/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/runtime/class/expected.js rename to packages/babel-plugin-transform-runtime/test/fixtures/runtime/class/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/runtime/class/options.json b/packages/babel-plugin-transform-runtime/test/fixtures/runtime/class/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/runtime/class/options.json rename to packages/babel-plugin-transform-runtime/test/fixtures/runtime/class/options.json diff --git a/packages/babel-core/test/fixtures/transformation/runtime/es6-for-of/actual.js b/packages/babel-plugin-transform-runtime/test/fixtures/runtime/es6-for-of/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/runtime/es6-for-of/actual.js rename to packages/babel-plugin-transform-runtime/test/fixtures/runtime/es6-for-of/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/runtime/es6-for-of/expected.js b/packages/babel-plugin-transform-runtime/test/fixtures/runtime/es6-for-of/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/runtime/es6-for-of/expected.js rename to packages/babel-plugin-transform-runtime/test/fixtures/runtime/es6-for-of/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/runtime/es6-for-of/options.json b/packages/babel-plugin-transform-runtime/test/fixtures/runtime/es6-for-of/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/runtime/es6-for-of/options.json rename to packages/babel-plugin-transform-runtime/test/fixtures/runtime/es6-for-of/options.json diff --git a/packages/babel-core/test/fixtures/transformation/runtime/full/actual.js b/packages/babel-plugin-transform-runtime/test/fixtures/runtime/full/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/runtime/full/actual.js rename to packages/babel-plugin-transform-runtime/test/fixtures/runtime/full/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/runtime/full/expected.js b/packages/babel-plugin-transform-runtime/test/fixtures/runtime/full/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/runtime/full/expected.js rename to packages/babel-plugin-transform-runtime/test/fixtures/runtime/full/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/runtime/modules/actual.js b/packages/babel-plugin-transform-runtime/test/fixtures/runtime/modules/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/runtime/modules/actual.js rename to packages/babel-plugin-transform-runtime/test/fixtures/runtime/modules/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/runtime/modules/expected.js b/packages/babel-plugin-transform-runtime/test/fixtures/runtime/modules/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/runtime/modules/expected.js rename to packages/babel-plugin-transform-runtime/test/fixtures/runtime/modules/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/runtime/modules/options.json b/packages/babel-plugin-transform-runtime/test/fixtures/runtime/modules/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/runtime/modules/options.json rename to packages/babel-plugin-transform-runtime/test/fixtures/runtime/modules/options.json diff --git a/packages/babel-core/test/fixtures/transformation/runtime/options.json b/packages/babel-plugin-transform-runtime/test/fixtures/runtime/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/runtime/options.json rename to packages/babel-plugin-transform-runtime/test/fixtures/runtime/options.json diff --git a/packages/babel-core/test/fixtures/transformation/runtime/regenerator-runtime/actual.js b/packages/babel-plugin-transform-runtime/test/fixtures/runtime/regenerator-runtime/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/runtime/regenerator-runtime/actual.js rename to packages/babel-plugin-transform-runtime/test/fixtures/runtime/regenerator-runtime/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/runtime/regenerator-runtime/expected.js b/packages/babel-plugin-transform-runtime/test/fixtures/runtime/regenerator-runtime/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/runtime/regenerator-runtime/expected.js rename to packages/babel-plugin-transform-runtime/test/fixtures/runtime/regenerator-runtime/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/runtime/symbol-iterator-in/actual.js b/packages/babel-plugin-transform-runtime/test/fixtures/runtime/symbol-iterator-in/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/runtime/symbol-iterator-in/actual.js rename to packages/babel-plugin-transform-runtime/test/fixtures/runtime/symbol-iterator-in/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/runtime/symbol-iterator-in/expected.js b/packages/babel-plugin-transform-runtime/test/fixtures/runtime/symbol-iterator-in/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/runtime/symbol-iterator-in/expected.js rename to packages/babel-plugin-transform-runtime/test/fixtures/runtime/symbol-iterator-in/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/runtime/symbol-iterator/actual.js b/packages/babel-plugin-transform-runtime/test/fixtures/runtime/symbol-iterator/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/runtime/symbol-iterator/actual.js rename to packages/babel-plugin-transform-runtime/test/fixtures/runtime/symbol-iterator/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/runtime/symbol-iterator/expected.js b/packages/babel-plugin-transform-runtime/test/fixtures/runtime/symbol-iterator/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/runtime/symbol-iterator/expected.js rename to packages/babel-plugin-transform-runtime/test/fixtures/runtime/symbol-iterator/expected.js diff --git a/packages/babel-plugin-transform-runtime/test/index.js b/packages/babel-plugin-transform-runtime/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-runtime/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-simplify-comparison-operators/package.json b/packages/babel-plugin-transform-simplify-comparison-operators/package.json index cb0d06d36d..53daaaa799 100644 --- a/packages/babel-plugin-transform-simplify-comparison-operators/package.json +++ b/packages/babel-plugin-transform-simplify-comparison-operators/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } } diff --git a/packages/babel-core/test/fixtures/transformation/transform-simplify-comparison-operators/equality-operators/actual.js b/packages/babel-plugin-transform-simplify-comparison-operators/test/fixtures/simplify-comparison-operators/equality-operators/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/transform-simplify-comparison-operators/equality-operators/actual.js rename to packages/babel-plugin-transform-simplify-comparison-operators/test/fixtures/simplify-comparison-operators/equality-operators/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/transform-simplify-comparison-operators/equality-operators/expected.js b/packages/babel-plugin-transform-simplify-comparison-operators/test/fixtures/simplify-comparison-operators/equality-operators/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/transform-simplify-comparison-operators/equality-operators/expected.js rename to packages/babel-plugin-transform-simplify-comparison-operators/test/fixtures/simplify-comparison-operators/equality-operators/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/transform-simplify-comparison-operators/options.json b/packages/babel-plugin-transform-simplify-comparison-operators/test/fixtures/simplify-comparison-operators/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/transform-simplify-comparison-operators/options.json rename to packages/babel-plugin-transform-simplify-comparison-operators/test/fixtures/simplify-comparison-operators/options.json diff --git a/packages/babel-plugin-transform-simplify-comparison-operators/test/index.js b/packages/babel-plugin-transform-simplify-comparison-operators/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-simplify-comparison-operators/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-strict-mode/package.json b/packages/babel-plugin-transform-strict-mode/package.json index 2f9e351043..0b04f0a95f 100644 --- a/packages/babel-plugin-transform-strict-mode/package.json +++ b/packages/babel-plugin-transform-strict-mode/package.json @@ -11,5 +11,8 @@ "dependencies": { "babel-runtime": "^5.0.0", "babel-types": "^6.1.2" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } } diff --git a/packages/babel-core/test/fixtures/transformation/strict/leading-comments-with-existing/actual.js b/packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/leading-comments-with-existing/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/strict/leading-comments-with-existing/actual.js rename to packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/leading-comments-with-existing/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/strict/leading-comments-with-existing/expected.js b/packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/leading-comments-with-existing/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/strict/leading-comments-with-existing/expected.js rename to packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/leading-comments-with-existing/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/strict/leading-comments/actual.js b/packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/leading-comments/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/strict/leading-comments/actual.js rename to packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/leading-comments/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/strict/leading-comments/expected.js b/packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/leading-comments/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/strict/leading-comments/expected.js rename to packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/leading-comments/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/strict/options.json b/packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/strict/options.json rename to packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/options.json diff --git a/packages/babel-core/test/fixtures/transformation/strict/undefined-this-arrow-function/actual.js b/packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/undefined-this-arrow-function/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/strict/undefined-this-arrow-function/actual.js rename to packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/undefined-this-arrow-function/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/strict/undefined-this-arrow-function/expected.js b/packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/undefined-this-arrow-function/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/strict/undefined-this-arrow-function/expected.js rename to packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/undefined-this-arrow-function/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/strict/undefined-this-root-call/actual.js b/packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/undefined-this-root-call/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/strict/undefined-this-root-call/actual.js rename to packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/undefined-this-root-call/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/strict/undefined-this-root-call/expected.js b/packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/undefined-this-root-call/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/strict/undefined-this-root-call/expected.js rename to packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/undefined-this-root-call/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/strict/undefined-this-root-declaration/actual.js b/packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/undefined-this-root-declaration/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/strict/undefined-this-root-declaration/actual.js rename to packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/undefined-this-root-declaration/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/strict/undefined-this-root-declaration/expected.js b/packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/undefined-this-root-declaration/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/strict/undefined-this-root-declaration/expected.js rename to packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/undefined-this-root-declaration/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/strict/undefined-this-root-reference/actual.js b/packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/undefined-this-root-reference/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/strict/undefined-this-root-reference/actual.js rename to packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/undefined-this-root-reference/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/strict/undefined-this-root-reference/expected.js b/packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/undefined-this-root-reference/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/strict/undefined-this-root-reference/expected.js rename to packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/undefined-this-root-reference/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/strict/use-strict-add/actual.js b/packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/use-strict-add/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/strict/use-strict-add/actual.js rename to packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/use-strict-add/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/strict/use-strict-add/expected.js b/packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/use-strict-add/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/strict/use-strict-add/expected.js rename to packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/use-strict-add/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/strict/use-strict-exists/actual.js b/packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/use-strict-exists/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/strict/use-strict-exists/actual.js rename to packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/use-strict-exists/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/strict/use-strict-exists/expected.js b/packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/use-strict-exists/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/strict/use-strict-exists/expected.js rename to packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/use-strict-exists/expected.js diff --git a/packages/babel-plugin-transform-strict-mode/test/index.js b/packages/babel-plugin-transform-strict-mode/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-strict-mode/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-transform-undefined-to-void/package.json b/packages/babel-plugin-transform-undefined-to-void/package.json index ce295c86c9..af0e2eac29 100644 --- a/packages/babel-plugin-transform-undefined-to-void/package.json +++ b/packages/babel-plugin-transform-undefined-to-void/package.json @@ -10,5 +10,8 @@ ], "dependencies": { "babel-runtime": "^5.0.0" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } } diff --git a/packages/babel-core/test/fixtures/transformation/spec.undefined-to-void/basic/actual.js b/packages/babel-plugin-transform-undefined-to-void/test/fixtures/undefined-to-void/basic/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.undefined-to-void/basic/actual.js rename to packages/babel-plugin-transform-undefined-to-void/test/fixtures/undefined-to-void/basic/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.undefined-to-void/basic/expected.js b/packages/babel-plugin-transform-undefined-to-void/test/fixtures/undefined-to-void/basic/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.undefined-to-void/basic/expected.js rename to packages/babel-plugin-transform-undefined-to-void/test/fixtures/undefined-to-void/basic/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.undefined-to-void/member-expression/actual.js b/packages/babel-plugin-transform-undefined-to-void/test/fixtures/undefined-to-void/member-expression/actual.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.undefined-to-void/member-expression/actual.js rename to packages/babel-plugin-transform-undefined-to-void/test/fixtures/undefined-to-void/member-expression/actual.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.undefined-to-void/member-expression/expected.js b/packages/babel-plugin-transform-undefined-to-void/test/fixtures/undefined-to-void/member-expression/expected.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.undefined-to-void/member-expression/expected.js rename to packages/babel-plugin-transform-undefined-to-void/test/fixtures/undefined-to-void/member-expression/expected.js diff --git a/packages/babel-core/test/fixtures/transformation/spec.undefined-to-void/options.json b/packages/babel-plugin-transform-undefined-to-void/test/fixtures/undefined-to-void/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/spec.undefined-to-void/options.json rename to packages/babel-plugin-transform-undefined-to-void/test/fixtures/undefined-to-void/options.json diff --git a/packages/babel-plugin-transform-undefined-to-void/test/index.js b/packages/babel-plugin-transform-undefined-to-void/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-transform-undefined-to-void/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname); diff --git a/packages/babel-plugin-undeclared-variables-check/package.json b/packages/babel-plugin-undeclared-variables-check/package.json index 5951fd8c67..ca05918c09 100644 --- a/packages/babel-plugin-undeclared-variables-check/package.json +++ b/packages/babel-plugin-undeclared-variables-check/package.json @@ -11,5 +11,8 @@ "dependencies": { "babel-runtime": "^5.0.0", "leven": "^1.0.2" + }, + "devDependencies": { + "babel-helper-plugin-test-runner": "^6.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-core/test/fixtures/transformation/validation.undeclared-variable-check/declared/exec.js b/packages/babel-plugin-undeclared-variables-check/test/fixtures/validation.undeclared-variable-check/declared/exec.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/validation.undeclared-variable-check/declared/exec.js rename to packages/babel-plugin-undeclared-variables-check/test/fixtures/validation.undeclared-variable-check/declared/exec.js diff --git a/packages/babel-core/test/fixtures/transformation/validation.undeclared-variable-check/options.json b/packages/babel-plugin-undeclared-variables-check/test/fixtures/validation.undeclared-variable-check/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/validation.undeclared-variable-check/options.json rename to packages/babel-plugin-undeclared-variables-check/test/fixtures/validation.undeclared-variable-check/options.json diff --git a/packages/babel-core/test/fixtures/transformation/validation.undeclared-variable-check/undeclared-shorthand-property/exec.js b/packages/babel-plugin-undeclared-variables-check/test/fixtures/validation.undeclared-variable-check/undeclared-shorthand-property/exec.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/validation.undeclared-variable-check/undeclared-shorthand-property/exec.js rename to packages/babel-plugin-undeclared-variables-check/test/fixtures/validation.undeclared-variable-check/undeclared-shorthand-property/exec.js diff --git a/packages/babel-core/test/fixtures/transformation/validation.undeclared-variable-check/undeclared-shorthand-property/options.json b/packages/babel-plugin-undeclared-variables-check/test/fixtures/validation.undeclared-variable-check/undeclared-shorthand-property/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/validation.undeclared-variable-check/undeclared-shorthand-property/options.json rename to packages/babel-plugin-undeclared-variables-check/test/fixtures/validation.undeclared-variable-check/undeclared-shorthand-property/options.json diff --git a/packages/babel-core/test/fixtures/transformation/validation.undeclared-variable-check/undeclared/exec.js b/packages/babel-plugin-undeclared-variables-check/test/fixtures/validation.undeclared-variable-check/undeclared/exec.js similarity index 100% rename from packages/babel-core/test/fixtures/transformation/validation.undeclared-variable-check/undeclared/exec.js rename to packages/babel-plugin-undeclared-variables-check/test/fixtures/validation.undeclared-variable-check/undeclared/exec.js diff --git a/packages/babel-core/test/fixtures/transformation/validation.undeclared-variable-check/undeclared/options.json b/packages/babel-plugin-undeclared-variables-check/test/fixtures/validation.undeclared-variable-check/undeclared/options.json similarity index 100% rename from packages/babel-core/test/fixtures/transformation/validation.undeclared-variable-check/undeclared/options.json rename to packages/babel-plugin-undeclared-variables-check/test/fixtures/validation.undeclared-variable-check/undeclared/options.json diff --git a/packages/babel-plugin-undeclared-variables-check/test/index.js b/packages/babel-plugin-undeclared-variables-check/test/index.js new file mode 100644 index 0000000000..1f6634aabd --- /dev/null +++ b/packages/babel-plugin-undeclared-variables-check/test/index.js @@ -0,0 +1 @@ +require("babel-helper-plugin-test-runner")(__dirname);