initial commit
This commit is contained in:
8
node_modules/@babel/runtime/helpers/esm/temporalRef.js
generated
vendored
Normal file
8
node_modules/@babel/runtime/helpers/esm/temporalRef.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import undef from "./temporalUndefined";
|
||||
export default function _temporalRef(val, name) {
|
||||
if (val === undef) {
|
||||
throw new ReferenceError(name + " is not defined - temporal dead zone");
|
||||
} else {
|
||||
return val;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user