feat: refactoring project
This commit is contained in:
12
node_modules/@babel/helpers/lib/helpers-generated.js
generated
vendored
12
node_modules/@babel/helpers/lib/helpers-generated.js
generated
vendored
@@ -731,25 +731,25 @@ const helpers = exports.default = {
|
||||
getPrototypeOf: ["body.0.body.body.0.test.right.right.right.callee"]
|
||||
}
|
||||
}),
|
||||
superPropGet: helper("7.25.0", "function _superPropertyGet(t,e,r,o){var p=get(getPrototypeOf(1&o?t.prototype:t),e,r);return 2&o?function(t){return p.apply(r,t)}:p}", {
|
||||
superPropGet: helper("7.25.0", 'function _superPropGet(t,o,e,r){var p=get(getPrototypeOf(1&r?t.prototype:t),o,e);return 2&r&&"function"==typeof p?function(t){return p.apply(e,t)}:p}', {
|
||||
globals: [],
|
||||
locals: {
|
||||
_superPropertyGet: ["body.0.id"]
|
||||
_superPropGet: ["body.0.id"]
|
||||
},
|
||||
exportBindingAssignments: [],
|
||||
exportName: "_superPropertyGet",
|
||||
exportName: "_superPropGet",
|
||||
dependencies: {
|
||||
get: ["body.0.body.body.0.declarations.0.init.callee"],
|
||||
getPrototypeOf: ["body.0.body.body.0.declarations.0.init.arguments.0.callee"]
|
||||
}
|
||||
}),
|
||||
superPropSet: helper("7.25.0", "function _superPropertySet(t,e,o,r,p,f){return set(getPrototypeOf(f?t.prototype:t),e,o,r,p)}", {
|
||||
superPropSet: helper("7.25.0", "function _superPropSet(t,e,o,r,p,f){return set(getPrototypeOf(f?t.prototype:t),e,o,r,p)}", {
|
||||
globals: [],
|
||||
locals: {
|
||||
_superPropertySet: ["body.0.id"]
|
||||
_superPropSet: ["body.0.id"]
|
||||
},
|
||||
exportBindingAssignments: [],
|
||||
exportName: "_superPropertySet",
|
||||
exportName: "_superPropSet",
|
||||
dependencies: {
|
||||
set: ["body.0.body.body.0.argument.callee"],
|
||||
getPrototypeOf: ["body.0.body.body.0.argument.arguments.0.callee"]
|
||||
|
||||
Reference in New Issue
Block a user