Improve @babel/runtime esm stability (#12883)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import undef from "@babel/runtime/helpers/temporalUndefined";
|
||||
import err from "@babel/runtime/helpers/tdz";
|
||||
import undef from "../temporalUndefined/_index.mjs";
|
||||
import err from "../tdz/_index.mjs";
|
||||
export default function _temporalRef(val, name) {
|
||||
return val === undef ? err(name) : val;
|
||||
}
|
||||
Reference in New Issue
Block a user