From d4b85fcbbd4b10ada4bdd4559e87c66799f3d8ec Mon Sep 17 00:00:00 2001 From: John Reilly Date: Sun, 24 Jan 2016 20:49:28 +0000 Subject: [PATCH] Added test results for ts 1.6 & 1.8 --- .../expectedOutput-1.6/bundle.transpiled.js | 50 +++++++++++++++++++ .../expectedOutput-1.6/output.transpiled.txt | 4 ++ .../expectedOutput-1.8/bundle.transpiled.js | 50 +++++++++++++++++++ .../expectedOutput-1.8/output.transpiled.txt | 4 ++ 4 files changed, 108 insertions(+) create mode 100644 test/tsconfigInvalidFile/expectedOutput-1.6/bundle.transpiled.js create mode 100644 test/tsconfigInvalidFile/expectedOutput-1.6/output.transpiled.txt create mode 100644 test/tsconfigInvalidFile/expectedOutput-1.8/bundle.transpiled.js create mode 100644 test/tsconfigInvalidFile/expectedOutput-1.8/output.transpiled.txt diff --git a/test/tsconfigInvalidFile/expectedOutput-1.6/bundle.transpiled.js b/test/tsconfigInvalidFile/expectedOutput-1.6/bundle.transpiled.js new file mode 100644 index 000000000..53daa020b --- /dev/null +++ b/test/tsconfigInvalidFile/expectedOutput-1.6/bundle.transpiled.js @@ -0,0 +1,50 @@ +/******/ (function(modules) { // webpackBootstrap +/******/ // The module cache +/******/ var installedModules = {}; + +/******/ // The require function +/******/ function __webpack_require__(moduleId) { + +/******/ // Check if module is in cache +/******/ if(installedModules[moduleId]) +/******/ return installedModules[moduleId].exports; + +/******/ // Create a new module (and put it into the cache) +/******/ var module = installedModules[moduleId] = { +/******/ exports: {}, +/******/ id: moduleId, +/******/ loaded: false +/******/ }; + +/******/ // Execute the module function +/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); + +/******/ // Flag the module as loaded +/******/ module.loaded = true; + +/******/ // Return the exports of the module +/******/ return module.exports; +/******/ } + + +/******/ // expose the modules object (__webpack_modules__) +/******/ __webpack_require__.m = modules; + +/******/ // expose the module cache +/******/ __webpack_require__.c = installedModules; + +/******/ // __webpack_public_path__ +/******/ __webpack_require__.p = ""; + +/******/ // Load entry module and return exports +/******/ return __webpack_require__(0); +/******/ }) +/************************************************************************/ +/******/ ([ +/* 0 */ +/***/ function(module, exports) { + + + +/***/ } +/******/ ]); \ No newline at end of file diff --git a/test/tsconfigInvalidFile/expectedOutput-1.6/output.transpiled.txt b/test/tsconfigInvalidFile/expectedOutput-1.6/output.transpiled.txt new file mode 100644 index 000000000..d47d7531c --- /dev/null +++ b/test/tsconfigInvalidFile/expectedOutput-1.6/output.transpiled.txt @@ -0,0 +1,4 @@ + Asset Size Chunks Chunk Names +bundle.js 1.39 kB 0 [emitted] main +chunk {0} bundle.js (main) 0 bytes [rendered] + [0] ./.test/tsconfigInvalidFile/app.ts 0 bytes {0} [built] \ No newline at end of file diff --git a/test/tsconfigInvalidFile/expectedOutput-1.8/bundle.transpiled.js b/test/tsconfigInvalidFile/expectedOutput-1.8/bundle.transpiled.js new file mode 100644 index 000000000..53daa020b --- /dev/null +++ b/test/tsconfigInvalidFile/expectedOutput-1.8/bundle.transpiled.js @@ -0,0 +1,50 @@ +/******/ (function(modules) { // webpackBootstrap +/******/ // The module cache +/******/ var installedModules = {}; + +/******/ // The require function +/******/ function __webpack_require__(moduleId) { + +/******/ // Check if module is in cache +/******/ if(installedModules[moduleId]) +/******/ return installedModules[moduleId].exports; + +/******/ // Create a new module (and put it into the cache) +/******/ var module = installedModules[moduleId] = { +/******/ exports: {}, +/******/ id: moduleId, +/******/ loaded: false +/******/ }; + +/******/ // Execute the module function +/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); + +/******/ // Flag the module as loaded +/******/ module.loaded = true; + +/******/ // Return the exports of the module +/******/ return module.exports; +/******/ } + + +/******/ // expose the modules object (__webpack_modules__) +/******/ __webpack_require__.m = modules; + +/******/ // expose the module cache +/******/ __webpack_require__.c = installedModules; + +/******/ // __webpack_public_path__ +/******/ __webpack_require__.p = ""; + +/******/ // Load entry module and return exports +/******/ return __webpack_require__(0); +/******/ }) +/************************************************************************/ +/******/ ([ +/* 0 */ +/***/ function(module, exports) { + + + +/***/ } +/******/ ]); \ No newline at end of file diff --git a/test/tsconfigInvalidFile/expectedOutput-1.8/output.transpiled.txt b/test/tsconfigInvalidFile/expectedOutput-1.8/output.transpiled.txt new file mode 100644 index 000000000..d47d7531c --- /dev/null +++ b/test/tsconfigInvalidFile/expectedOutput-1.8/output.transpiled.txt @@ -0,0 +1,4 @@ + Asset Size Chunks Chunk Names +bundle.js 1.39 kB 0 [emitted] main +chunk {0} bundle.js (main) 0 bytes [rendered] + [0] ./.test/tsconfigInvalidFile/app.ts 0 bytes {0} [built] \ No newline at end of file