move all plugin tests out of babel-core and into their appropriate folders
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export function foo(bar) {
|
||||
|
||||
}
|
||||
|
||||
var bar = {
|
||||
foo: function () {
|
||||
foo;
|
||||
}
|
||||
};
|
||||
@@ -0,0 +1,8 @@
|
||||
export { _foo as foo };
|
||||
function _foo(bar) {}
|
||||
|
||||
var bar = {
|
||||
foo: function foo() {
|
||||
_foo;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user