Skip to content

Commit

Permalink
update tests and lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed May 15, 2019
1 parent 3ee23f2 commit 698583c
Show file tree
Hide file tree
Showing 12 changed files with 82 additions and 81 deletions.
1 change: 1 addition & 0 deletions test/integration/twilio.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ try {
throw err;
}
}

22 changes: 11 additions & 11 deletions test/unit/runtime-notfound/output-coverage.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports =
/******/ // the startup function
/******/ function startup() {
/******/ // Load entry module and return exports
/******/ return __webpack_require__(155);
/******/ return __webpack_require__(226);
/******/ };
/******/
/******/ // run startup
Expand All @@ -42,7 +42,15 @@ module.exports =
/************************************************************************/
/******/ ({

/***/ 97:
/***/ 226:
/***/ (function(__unusedmodule, __unusedexports, __webpack_require__) {

__webpack_require__(590);
__webpack_require__(548);

/***/ }),

/***/ 548:
/***/ (function() {

const id = "./not-foud2.js";
Expand All @@ -58,15 +66,7 @@ else {

/***/ }),

/***/ 155:
/***/ (function(__unusedmodule, __unusedexports, __webpack_require__) {

__webpack_require__(872);
__webpack_require__(97);

/***/ }),

/***/ 872:
/***/ 590:
/***/ (function() {

const id = "./not-found.js";
Expand Down
26 changes: 13 additions & 13 deletions test/unit/runtime-notfound/output.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports =
/******/ // the startup function
/******/ function startup() {
/******/ // Load entry module and return exports
/******/ return __webpack_require__(471);
/******/ return __webpack_require__(768);
/******/ };
/******/
/******/ // run startup
Expand All @@ -42,18 +42,10 @@ module.exports =
/************************************************************************/
/******/ ({

/***/ 471:
/***/ (function(__unusedmodule, __unusedexports, __webpack_require__) {

__webpack_require__(724);
__webpack_require__(819);

/***/ }),

/***/ 724:
/***/ 663:
/***/ (function() {

const id = "./not-found.js";
const id = "./not-foud2.js";
if (id.startsWith('./') || id.startsWith('../')) {
const e = new Error('Cannot find module "' + id + '".');
e.code = 'MODULE_NOT_FOUND';
Expand All @@ -66,10 +58,18 @@ else {

/***/ }),

/***/ 819:
/***/ 768:
/***/ (function(__unusedmodule, __unusedexports, __webpack_require__) {

__webpack_require__(925);
__webpack_require__(663);

/***/ }),

/***/ 925:
/***/ (function() {

const id = "./not-foud2.js";
const id = "./not-found.js";
if (id.startsWith('./') || id.startsWith('../')) {
const e = new Error('Cannot find module "' + id + '".');
e.code = 'MODULE_NOT_FOUND';
Expand Down
4 changes: 2 additions & 2 deletions test/unit/shebang/output-coverage.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports =
/******/ // the startup function
/******/ function startup() {
/******/ // Load entry module and return exports
/******/ return __webpack_require__(468);
/******/ return __webpack_require__(374);
/******/ };
/******/
/******/ // run startup
Expand All @@ -43,7 +43,7 @@ module.exports =
/************************************************************************/
/******/ ({

/***/ 468:
/***/ 374:
/***/ (function(module) {

module.exports = 'asdf';
Expand Down
4 changes: 2 additions & 2 deletions test/unit/shebang/output.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports =
/******/ // the startup function
/******/ function startup() {
/******/ // Load entry module and return exports
/******/ return __webpack_require__(88);
/******/ return __webpack_require__(780);
/******/ };
/******/
/******/ // run startup
Expand All @@ -43,7 +43,7 @@ module.exports =
/************************************************************************/
/******/ ({

/***/ 88:
/***/ 780:
/***/ (function(module) {

module.exports = 'asdf';
Expand Down
28 changes: 14 additions & 14 deletions test/unit/ts-decl/output-coverage.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports =
/******/ // the startup function
/******/ function startup() {
/******/ // Load entry module and return exports
/******/ return __webpack_require__(170);
/******/ return __webpack_require__(326);
/******/ };
/******/ // initialize runtime
/******/ runtime(__webpack_require__);
Expand All @@ -44,29 +44,29 @@ module.exports =
/************************************************************************/
/******/ ({

/***/ 170:
/***/ (function(__unusedmodule, __webpack_exports__, __webpack_require__) {
/***/ 37:
/***/ (function(__unusedmodule, exports) {

"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony import */ var _test_ts__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(977);
/* harmony import */ var _test_ts__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_test_ts__WEBPACK_IMPORTED_MODULE_0__);
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _test_ts__WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _test_ts__WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));

exports.__esModule = true;
function test(arg) {
return arg;
}
exports.test = test;


/***/ }),

/***/ 977:
/***/ (function(__unusedmodule, exports) {
/***/ 326:
/***/ (function(__unusedmodule, __webpack_exports__, __webpack_require__) {

"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony import */ var _test_ts__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(37);
/* harmony import */ var _test_ts__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_test_ts__WEBPACK_IMPORTED_MODULE_0__);
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _test_ts__WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== "default") __webpack_require__.d(__webpack_exports__, __WEBPACK_IMPORT_KEY__, function(key) { return _test_ts__WEBPACK_IMPORTED_MODULE_0__[key]; }.bind(0, __WEBPACK_IMPORT_KEY__));

exports.__esModule = true;
function test(arg) {
return arg;
}
exports.test = test;


/***/ })
Expand Down
10 changes: 5 additions & 5 deletions test/unit/ts-decl/output.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports =
/******/ // the startup function
/******/ function startup() {
/******/ // Load entry module and return exports
/******/ return __webpack_require__(291);
/******/ return __webpack_require__(315);
/******/ };
/******/ // initialize runtime
/******/ runtime(__webpack_require__);
Expand All @@ -44,20 +44,20 @@ module.exports =
/************************************************************************/
/******/ ({

/***/ 291:
/***/ 315:
/***/ (function(__unusedmodule, __webpack_exports__, __webpack_require__) {

"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony import */ var _test_ts__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(699);
/* harmony import */ var _test_ts__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(765);
/* harmony import */ var _test_ts__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_test_ts__WEBPACK_IMPORTED_MODULE_0__);
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _test_ts__WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _test_ts__WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _test_ts__WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== "default") __webpack_require__.d(__webpack_exports__, __WEBPACK_IMPORT_KEY__, function(key) { return _test_ts__WEBPACK_IMPORTED_MODULE_0__[key]; }.bind(0, __WEBPACK_IMPORT_KEY__));



/***/ }),

/***/ 699:
/***/ 765:
/***/ (function(__unusedmodule, exports) {

"use strict";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports =
/******/ // the startup function
/******/ function startup() {
/******/ // Load entry module and return exports
/******/ return __webpack_require__(733);
/******/ return __webpack_require__(22);
/******/ };
/******/
/******/ // run startup
Expand All @@ -42,19 +42,19 @@ module.exports =
/************************************************************************/
/******/ ({

/***/ 733:
/***/ 22:
/***/ (function(__unusedmodule, exports, __webpack_require__) {

"use strict";

exports.__esModule = true;
var _module_1 = __webpack_require__(796);
var _module_1 = __webpack_require__(793);
console.log(_module_1["default"]);


/***/ }),

/***/ 796:
/***/ 793:
/***/ (function(__unusedmodule, exports) {

"use strict";
Expand Down
8 changes: 4 additions & 4 deletions test/unit/tsconfig-paths-conflicting-external/output.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports =
/******/ // the startup function
/******/ function startup() {
/******/ // Load entry module and return exports
/******/ return __webpack_require__(610);
/******/ return __webpack_require__(513);
/******/ };
/******/
/******/ // run startup
Expand All @@ -42,19 +42,19 @@ module.exports =
/************************************************************************/
/******/ ({

/***/ 610:
/***/ 513:
/***/ (function(__unusedmodule, exports, __webpack_require__) {

"use strict";

exports.__esModule = true;
var _module_1 = __webpack_require__(811);
var _module_1 = __webpack_require__(545);
console.log(_module_1["default"]);


/***/ }),

/***/ 811:
/***/ 545:
/***/ (function() {

const id = "@module";
Expand Down
16 changes: 8 additions & 8 deletions test/unit/tsconfig-paths/output-coverage.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports =
/******/ // the startup function
/******/ function startup() {
/******/ // Load entry module and return exports
/******/ return __webpack_require__(578);
/******/ return __webpack_require__(134);
/******/ };
/******/
/******/ // run startup
Expand All @@ -42,25 +42,25 @@ module.exports =
/************************************************************************/
/******/ ({

/***/ 233:
/***/ (function(__unusedmodule, exports) {
/***/ 134:
/***/ (function(__unusedmodule, exports, __webpack_require__) {

"use strict";

exports.__esModule = true;
exports["default"] = {};
var _module_1 = __webpack_require__(254);
console.log(_module_1["default"]);


/***/ }),

/***/ 578:
/***/ (function(__unusedmodule, exports, __webpack_require__) {
/***/ 254:
/***/ (function(__unusedmodule, exports) {

"use strict";

exports.__esModule = true;
var _module_1 = __webpack_require__(233);
console.log(_module_1["default"]);
exports["default"] = {};


/***/ })
Expand Down
28 changes: 14 additions & 14 deletions test/unit/tsconfig-paths/output.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports =
/******/ // the startup function
/******/ function startup() {
/******/ // Load entry module and return exports
/******/ return __webpack_require__(967);
/******/ return __webpack_require__(121);
/******/ };
/******/
/******/ // run startup
Expand All @@ -42,7 +42,19 @@ module.exports =
/************************************************************************/
/******/ ({

/***/ 811:
/***/ 121:
/***/ (function(__unusedmodule, exports, __webpack_require__) {

"use strict";

exports.__esModule = true;
var _module_1 = __webpack_require__(545);
console.log(_module_1["default"]);


/***/ }),

/***/ 545:
/***/ (function() {

const id = "@module";
Expand All @@ -56,18 +68,6 @@ else {
}


/***/ }),

/***/ 967:
/***/ (function(__unusedmodule, exports, __webpack_require__) {

"use strict";

exports.__esModule = true;
var _module_1 = __webpack_require__(811);
console.log(_module_1["default"]);


/***/ })

/******/ });
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1225,10 +1225,10 @@
resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d"
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==

"@zeit/[email protected].3":
version "0.5.0-beta.3"
resolved "https://registry.yarnpkg.com/@zeit/webpack-asset-relocator-loader/-/webpack-asset-relocator-loader-0.5.0-beta.3.tgz#33196207b3c15f8f1a7a084257748abee7cdb21f"
integrity sha512-vEiXGskVlN/6fYLDrFNItT841KIl1K3WNEbMjzgzTbvJi5ztu6HKFyVa4BubYkbh+l59jPDR967rfzJjzpV5OQ==
"@zeit/[email protected].5":
version "0.5.0-beta.5"
resolved "https://registry.yarnpkg.com/@zeit/webpack-asset-relocator-loader/-/webpack-asset-relocator-loader-0.5.0-beta.5.tgz#dd419d7a5a1d19d32b8ec48fcffae5756ed917c8"
integrity sha512-kzEobQetg91vkqFhVr4R3eDIshrNynRT0d5RgTelM065HeqBtXqPJIVKodHAx0fnszsyihlEPc+oM8AZSpiZAg==
dependencies:
sourcemap-codec "^1.4.4"

Expand Down

0 comments on commit 698583c

Please sign in to comment.