first commit
This commit is contained in:
5
node_modules/@babel/runtime/helpers/tdz.js
generated
vendored
Normal file
5
node_modules/@babel/runtime/helpers/tdz.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
function _tdzError(name) {
|
||||
throw new ReferenceError(name + " is not defined - temporal dead zone");
|
||||
}
|
||||
|
||||
module.exports = _tdzError;
|
Reference in New Issue
Block a user