move all plugin tests out of babel-core and into their appropriate folders
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
var a = "hello";
|
||||
var _ref = [", ", "junk"];
|
||||
var b = _ref[0];
|
||||
var c = "world";
|
||||
a = "hello";
|
||||
var _ref2 = [", ", "junk"];
|
||||
b = _ref2[0];
|
||||
c = "world";
|
||||
|
||||
;
|
||||
Reference in New Issue
Block a user