Update bundle.sh
This commit is contained in:
parent
eee76858f8
commit
97dcc26b7b
@ -7,5 +7,6 @@
|
||||
CURRENT_DIR=$(cd $(dirname $0); pwd)
|
||||
|
||||
cd $CURRENT_DIR/doric-js && npm run build
|
||||
cd $CURRENT_DIR/doric-cli && npm run build
|
||||
cd $CURRENT_DIR/doric-demo && npm run build
|
||||
cd $CURRENT_DIR/doric-web && npm run build
|
@ -1441,7 +1441,7 @@ var doric = (function (exports) {
|
||||
};
|
||||
}
|
||||
var global$1 = Function('return this')();
|
||||
var __timerId__ = 0;
|
||||
var __timerId__ = 1;
|
||||
var timerInfos = new Map;
|
||||
var _setTimeout = global$1.setTimeout;
|
||||
var _setInterval = global$1.setInterval;
|
||||
|
@ -1439,7 +1439,7 @@ var doric = (function (exports) {
|
||||
};
|
||||
}
|
||||
const global$1 = Function('return this')();
|
||||
let __timerId__ = 0;
|
||||
let __timerId__ = 1;
|
||||
const timerInfos = new Map;
|
||||
const _setTimeout = global$1.setTimeout;
|
||||
const _setInterval = global$1.setInterval;
|
||||
|
@ -1468,7 +1468,7 @@ function jsObtainEntry(contextId) {
|
||||
};
|
||||
}
|
||||
const global$1 = Function('return this')();
|
||||
let __timerId__ = 0;
|
||||
let __timerId__ = 1;
|
||||
const timerInfos = new Map;
|
||||
const _setTimeout = global$1.setTimeout;
|
||||
const _setInterval = global$1.setInterval;
|
||||
@ -4354,7 +4354,6 @@ global$2.Entry = function () {
|
||||
return Reflect.apply(jsObtainEntry(contextId), doric, arguments);
|
||||
}
|
||||
else {
|
||||
console.log(new Error().stack);
|
||||
const jsFile = (_c = (_b = (_a = new Error().stack) === null || _a === void 0 ? void 0 : _a.split("\n").map(e => e.match(/at\s__decorate.*?\s\((.*?)\)/)).find(e => !!e)) === null || _b === void 0 ? void 0 : _b[1].match(/(.*?\.js)/)) === null || _c === void 0 ? void 0 : _c[1];
|
||||
if (!jsFile) {
|
||||
throw new Error("Cannot find debugging file");
|
||||
|
@ -154,7 +154,6 @@ global.Entry = function () {
|
||||
return Reflect.apply(doric.jsObtainEntry(contextId), doric, arguments);
|
||||
}
|
||||
else {
|
||||
console.log(new Error().stack);
|
||||
const jsFile = (_c = (_b = (_a = new Error().stack) === null || _a === void 0 ? void 0 : _a.split("\n").map(e => e.match(/at\s__decorate.*?\s\((.*?)\)/)).find(e => !!e)) === null || _b === void 0 ? void 0 : _b[1].match(/(.*?\.js)/)) === null || _c === void 0 ? void 0 : _c[1];
|
||||
if (!jsFile) {
|
||||
throw new Error("Cannot find debugging file");
|
||||
|
@ -257,7 +257,7 @@ export function jsObtainEntry(contextId) {
|
||||
};
|
||||
}
|
||||
const global = Function('return this')();
|
||||
let __timerId__ = 0;
|
||||
let __timerId__ = 1;
|
||||
const timerInfos = new Map;
|
||||
const _setTimeout = global.setTimeout;
|
||||
const _setInterval = global.setInterval;
|
||||
|
2
doric-web/dist/index.js
vendored
2
doric-web/dist/index.js
vendored
@ -1441,7 +1441,7 @@ var doric = (function (exports) {
|
||||
};
|
||||
}
|
||||
const global$1 = Function('return this')();
|
||||
let __timerId__ = 0;
|
||||
let __timerId__ = 1;
|
||||
const timerInfos = new Map;
|
||||
const _setTimeout = global$1.setTimeout;
|
||||
const _setInterval = global$1.setInterval;
|
||||
|
Reference in New Issue
Block a user