move all plugin tests out of babel-core and into their appropriate folders
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
var coords = [1, 2];
|
||||
var { x, y } = coords;
|
||||
@@ -0,0 +1,3 @@
|
||||
var coords = [1, 2];
|
||||
var x = coords.x;
|
||||
var y = coords.y;
|
||||
Reference in New Issue
Block a user