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