Skip to content

Commit dc0e5a8

Browse files
committed
update ncc compiler
1 parent 396f19b commit dc0e5a8

File tree

7 files changed

+390
-490
lines changed

7 files changed

+390
-490
lines changed

dist/bridge.js

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
/******/ (() => { // webpackBootstrap
2-
/******/ "use strict";
3-
/******/ var __webpack_modules__ = ({
4-
5-
/***/ 989:
6-
/***/ ((__unused_webpack_module, exports) => {
7-
8-
1+
'use strict';
92

103
/**
114
* __ ___ ____ _ _ ___ _ _ ____
@@ -1015,22 +1008,3 @@ function createBridge(otherInit, registerProxy) {
10151008

10161009
exports.createBridge = createBridge;
10171010
exports.VMError = VMError;
1018-
1019-
1020-
/***/ })
1021-
1022-
/******/ });
1023-
/************************************************************************/
1024-
/******/ /* webpack/runtime/compat */
1025-
/******/
1026-
/******/ if (typeof __nccwpck_require__ !== 'undefined') __nccwpck_require__.ab = __dirname + "/";/************************************************************************/
1027-
/******/
1028-
/******/ // startup
1029-
/******/ // Load entry module and return exports
1030-
/******/ // This entry module is referenced by other modules so it can't be inlined
1031-
/******/ var __webpack_exports__ = {};
1032-
/******/ __webpack_modules__[989](0, __webpack_exports__);
1033-
/******/ module.exports = __webpack_exports__;
1034-
/******/
1035-
/******/ })()
1036-
;

dist/events.js

Lines changed: 1 addition & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
/******/ (() => { // webpackBootstrap
2-
/******/ "use strict";
3-
/******/ var __webpack_modules__ = ({
4-
5-
/***/ 906:
6-
/***/ ((module) => {
7-
81
// Copyright Joyent, Inc. and other Node contributors.
92
//
103
// Permission is hereby granted, free of charge, to any person obtaining a
@@ -28,7 +21,7 @@
2821

2922
// Modified by the vm2 team to make this a standalone module to be loaded into the sandbox.
3023

31-
24+
'use strict';
3225

3326
const host = fromhost;
3427

@@ -982,52 +975,3 @@ function unwrapListeners(arr) {
982975
}
983976
return ret;
984977
}
985-
986-
987-
/***/ })
988-
989-
/******/ });
990-
/************************************************************************/
991-
/******/ // The module cache
992-
/******/ var __webpack_module_cache__ = {};
993-
/******/
994-
/******/ // The require function
995-
/******/ function __nccwpck_require__(moduleId) {
996-
/******/ // Check if module is in cache
997-
/******/ var cachedModule = __webpack_module_cache__[moduleId];
998-
/******/ if (cachedModule !== undefined) {
999-
/******/ return cachedModule.exports;
1000-
/******/ }
1001-
/******/ // Create a new module (and put it into the cache)
1002-
/******/ var module = __webpack_module_cache__[moduleId] = {
1003-
/******/ // no module.id needed
1004-
/******/ // no module.loaded needed
1005-
/******/ exports: {}
1006-
/******/ };
1007-
/******/
1008-
/******/ // Execute the module function
1009-
/******/ var threw = true;
1010-
/******/ try {
1011-
/******/ __webpack_modules__[moduleId](module, module.exports, __nccwpck_require__);
1012-
/******/ threw = false;
1013-
/******/ } finally {
1014-
/******/ if(threw) delete __webpack_module_cache__[moduleId];
1015-
/******/ }
1016-
/******/
1017-
/******/ // Return the exports of the module
1018-
/******/ return module.exports;
1019-
/******/ }
1020-
/******/
1021-
/************************************************************************/
1022-
/******/ /* webpack/runtime/compat */
1023-
/******/
1024-
/******/ if (typeof __nccwpck_require__ !== 'undefined') __nccwpck_require__.ab = __dirname + "/";/************************************************************************/
1025-
/******/
1026-
/******/ // startup
1027-
/******/ // Load entry module and return exports
1028-
/******/ // This entry module is referenced by other modules so it can't be inlined
1029-
/******/ var __webpack_exports__ = __nccwpck_require__(906);
1030-
/******/ module.exports = __webpack_exports__;
1031-
/******/
1032-
/******/ })()
1033-
;

0 commit comments

Comments
 (0)