Circumvent typeof transform for umd build template (#10701)
* add test case * fix: circumvent typeof transform * chore: update test fixtures
This commit is contained in:
committed by
Nicolò Ribaudo
parent
433b6ba3a4
commit
e1839e5ec9
@@ -10,7 +10,7 @@
|
||||
factory(mod.exports);
|
||||
global.input = mod.exports;
|
||||
}
|
||||
})(typeof globalThis === "object" ? globalThis : typeof self === "object" ? self : this, function (_exports) {
|
||||
})(typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : this, function (_exports) {
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(_exports, "__esModule", {
|
||||
|
||||
Reference in New Issue
Block a user