Skip to content

Commit

Permalink
update ncc semistandard jest nock
Browse files Browse the repository at this point in the history
  • Loading branch information
jpogran committed Mar 4, 2022
1 parent 922bf51 commit 0c9a653
Show file tree
Hide file tree
Showing 10 changed files with 4,689 additions and 9,244 deletions.
28 changes: 1 addition & 27 deletions dist/bridge.js
@@ -1,11 +1,4 @@
/******/ (() => { // webpackBootstrap
/******/ "use strict";
/******/ var __webpack_modules__ = ({

/***/ 989:
/***/ ((__unused_webpack_module, exports) => {


'use strict';

/**
* __ ___ ____ _ _ ___ _ _ ____
Expand Down Expand Up @@ -1005,22 +998,3 @@ function createBridge(otherInit, registerProxy) {

exports.createBridge = createBridge;
exports.VMError = VMError;


/***/ })

/******/ });
/************************************************************************/
/******/ /* webpack/runtime/compat */
/******/
/******/ if (typeof __nccwpck_require__ !== 'undefined') __nccwpck_require__.ab = __dirname + "/";/************************************************************************/
/******/
/******/ // startup
/******/ // Load entry module and return exports
/******/ // This entry module is referenced by other modules so it can't be inlined
/******/ var __webpack_exports__ = {};
/******/ __webpack_modules__[989](0, __webpack_exports__);
/******/ module.exports = __webpack_exports__;
/******/
/******/ })()
;
58 changes: 1 addition & 57 deletions dist/events.js
@@ -1,10 +1,3 @@
/******/ (() => { // webpackBootstrap
/******/ "use strict";
/******/ var __webpack_modules__ = ({

/***/ 906:
/***/ ((module) => {

// Copyright Joyent, Inc. and other Node contributors.
//
// Permission is hereby granted, free of charge, to any person obtaining a
Expand All @@ -28,7 +21,7 @@

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


'use strict';

const host = fromhost;

Expand Down Expand Up @@ -982,52 +975,3 @@ function unwrapListeners(arr) {
}
return ret;
}


/***/ })

/******/ });
/************************************************************************/
/******/ // The module cache
/******/ var __webpack_module_cache__ = {};
/******/
/******/ // The require function
/******/ function __nccwpck_require__(moduleId) {
/******/ // Check if module is in cache
/******/ var cachedModule = __webpack_module_cache__[moduleId];
/******/ if (cachedModule !== undefined) {
/******/ return cachedModule.exports;
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = __webpack_module_cache__[moduleId] = {
/******/ // no module.id needed
/******/ // no module.loaded needed
/******/ exports: {}
/******/ };
/******/
/******/ // Execute the module function
/******/ var threw = true;
/******/ try {
/******/ __webpack_modules__[moduleId](module, module.exports, __nccwpck_require__);
/******/ threw = false;
/******/ } finally {
/******/ if(threw) delete __webpack_module_cache__[moduleId];
/******/ }
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/
/************************************************************************/
/******/ /* webpack/runtime/compat */
/******/
/******/ if (typeof __nccwpck_require__ !== 'undefined') __nccwpck_require__.ab = __dirname + "/";/************************************************************************/
/******/
/******/ // startup
/******/ // Load entry module and return exports
/******/ // This entry module is referenced by other modules so it can't be inlined
/******/ var __webpack_exports__ = __nccwpck_require__(906);
/******/ module.exports = __webpack_exports__;
/******/
/******/ })()
;

0 comments on commit 0c9a653

Please sign in to comment.