Skip to content

Commit

Permalink
Update to Webpack 5.0.0-alpha.16 (#431)
Browse files Browse the repository at this point in the history
* update to Webpack 5.0.0-alpha.16

* update fixtures

* remove twilio newline
  • Loading branch information
guybedford authored and styfle committed Jun 18, 2019
1 parent 99f73bb commit 2be6bad
Show file tree
Hide file tree
Showing 14 changed files with 119 additions and 109 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"vm2": "^3.6.6",
"vue": "^2.5.17",
"vue-server-renderer": "^2.5.17",
"webpack": "5.0.0-alpha.12",
"webpack": "5.0.0-alpha.16",
"when": "^3.7.8",
"yoga-layout": "^1.9.3"
}
Expand Down
18 changes: 9 additions & 9 deletions test/unit/externals/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__(613);
/******/ return __webpack_require__(157);
/******/ };
/******/
/******/ // run startup
Expand All @@ -42,21 +42,21 @@ module.exports =
/************************************************************************/
/******/ ({

/***/ 306:
/***/ (function(module) {

module.exports = require("externalmapped");

/***/ }),

/***/ 613:
/***/ 157:
/***/ (function(__unusedmodule, __unusedexports, __webpack_require__) {

const external = __webpack_require__(306);

console.log(external);


/***/ }),

/***/ 306:
/***/ (function(module) {

module.exports = require("externalmapped");

/***/ })

/******/ });
4 changes: 2 additions & 2 deletions test/unit/externals/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__(586);
/******/ return __webpack_require__(369);
/******/ };
/******/
/******/ // run startup
Expand All @@ -49,7 +49,7 @@ module.exports = require("externalmapped");

/***/ }),

/***/ 586:
/***/ 369:
/***/ (function(__unusedmodule, __unusedexports, __webpack_require__) {

const external = __webpack_require__(306);
Expand Down
16 changes: 8 additions & 8 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__(226);
/******/ return __webpack_require__(159);
/******/ };
/******/
/******/ // run startup
Expand All @@ -42,26 +42,26 @@ module.exports =
/************************************************************************/
/******/ ({

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

__webpack_require__(590);
__webpack_require__(548);
__webpack_require__(464);
__webpack_require__(497);

/***/ }),

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

eval("require")("./not-foud2.js");
eval("require")("./not-found.js");


/***/ }),

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

eval("require")("./not-found.js");
eval("require")("./not-foud2.js");


/***/ })
Expand Down
22 changes: 11 additions & 11 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__(768);
/******/ return __webpack_require__(44);
/******/ };
/******/
/******/ // run startup
Expand All @@ -42,26 +42,26 @@ module.exports =
/************************************************************************/
/******/ ({

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

eval("require")("./not-foud2.js");
/***/ 44:
/***/ (function(__unusedmodule, __unusedexports, __webpack_require__) {

__webpack_require__(367);
__webpack_require__(695);

/***/ }),

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

eval("require")("./not-found.js");

__webpack_require__(925);
__webpack_require__(663);

/***/ }),

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

eval("require")("./not-found.js");
eval("require")("./not-foud2.js");


/***/ })
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__(374);
/******/ return __webpack_require__(937);
/******/ };
/******/
/******/ // run startup
Expand All @@ -43,7 +43,7 @@ module.exports =
/************************************************************************/
/******/ ({

/***/ 374:
/***/ 937:
/***/ (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__(780);
/******/ return __webpack_require__(971);
/******/ };
/******/
/******/ // run startup
Expand All @@ -43,7 +43,7 @@ module.exports =
/************************************************************************/
/******/ ({

/***/ 780:
/***/ 971:
/***/ (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__(326);
/******/ return __webpack_require__(345);
/******/ };
/******/ // initialize runtime
/******/ runtime(__webpack_require__);
Expand All @@ -44,29 +44,29 @@ module.exports =
/************************************************************************/
/******/ ({

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

"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony import */ var _test_ts__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(563);
/* 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;


/***/ }),

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

"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
28 changes: 14 additions & 14 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__(315);
/******/ return __webpack_require__(582);
/******/ };
/******/ // initialize runtime
/******/ runtime(__webpack_require__);
Expand All @@ -44,29 +44,29 @@ module.exports =
/************************************************************************/
/******/ ({

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

"use strict";
__webpack_require__.r(__webpack_exports__);
/* 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") __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;


/***/ }),

/***/ 765:
/***/ (function(__unusedmodule, exports) {
/***/ 582:
/***/ (function(__unusedmodule, __webpack_exports__, __webpack_require__) {

"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony import */ var _test_ts__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(250);
/* 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
16 changes: 8 additions & 8 deletions test/unit/tsconfig-paths-conflicting-external/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__(22);
/******/ return __webpack_require__(777);
/******/ };
/******/
/******/ // run startup
Expand All @@ -42,25 +42,25 @@ module.exports =
/************************************************************************/
/******/ ({

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

"use strict";

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


/***/ }),

/***/ 793:
/***/ (function(__unusedmodule, exports) {
/***/ 777:
/***/ (function(__unusedmodule, exports, __webpack_require__) {

"use strict";

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


/***/ })
Expand Down
22 changes: 11 additions & 11 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__(513);
/******/ return __webpack_require__(213);
/******/ };
/******/
/******/ // run startup
Expand All @@ -42,22 +42,22 @@ module.exports =
/************************************************************************/
/******/ ({

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

"use strict";
/***/ 17:
/***/ (function() {

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


/***/ }),

/***/ 545:
/***/ (function() {
/***/ 213:
/***/ (function(__unusedmodule, exports, __webpack_require__) {

eval("require")("@module");
"use strict";

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


/***/ })
Expand Down
Loading

0 comments on commit 2be6bad

Please sign in to comment.