move all plugin tests out of babel-core and into their appropriate folders
This commit is contained in:
3
packages/babel-plugin-transform-function-bind/test/fixtures/function-bind/bind/actual.js
vendored
Normal file
3
packages/babel-plugin-transform-function-bind/test/fixtures/function-bind/bind/actual.js
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
var f = ctx::ns.obj.func;
|
||||
var g = ::ns.obj.func;
|
||||
var h = new X::y;
|
||||
Reference in New Issue
Block a user