first commit
This commit is contained in:
9
node_modules/@babel/runtime/helpers/temporalRef.js
generated
vendored
Normal file
9
node_modules/@babel/runtime/helpers/temporalRef.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
var temporalUndefined = require("./temporalUndefined");
|
||||
|
||||
var tdz = require("./tdz");
|
||||
|
||||
function _temporalRef(val, name) {
|
||||
return val === temporalUndefined ? tdz(name) : val;
|
||||
}
|
||||
|
||||
module.exports = _temporalRef;
|
Reference in New Issue
Block a user