Renamed files
This commit is contained in:
committed by
Nicolò Ribaudo
parent
07e69c009b
commit
0f42accb87
7
packages/babel-plugin-proposal-function-bind/test/fixtures/function-bind/bind/output.js
vendored
Normal file
7
packages/babel-plugin-proposal-function-bind/test/fixtures/function-bind/bind/output.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
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