Renamed files
This commit is contained in:
committed by
Nicolò Ribaudo
parent
07e69c009b
commit
0f42accb87
15
packages/babel-plugin-transform-function-name/test/fixtures/function-name/class-method/output.js
vendored
Normal file
15
packages/babel-plugin-transform-function-name/test/fixtures/function-name/class-method/output.js
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
let Foo =
|
||||
/*#__PURE__*/
|
||||
function () {
|
||||
function Foo() {
|
||||
babelHelpers.classCallCheck(this, Foo);
|
||||
}
|
||||
|
||||
babelHelpers.createClass(Foo, [{
|
||||
key: "t",
|
||||
value: function t(_t) {
|
||||
return _t;
|
||||
}
|
||||
}]);
|
||||
return Foo;
|
||||
}();
|
||||
Reference in New Issue
Block a user