index.js 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. /*!
  2. Copyright (C) 2016-2018 Timofey Kachalov <[email protected]>
  3. Redistribution and use in source and binary forms, with or without
  4. modification, are permitted provided that the following conditions are met:
  5. * Redistributions of source code must retain the above copyright
  6. notice, this list of conditions and the following disclaimer.
  7. * Redistributions in binary form must reproduce the above copyright
  8. notice, this list of conditions and the following disclaimer in the
  9. documentation and/or other materials provided with the distribution.
  10. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  11. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  12. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  13. ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
  14. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  15. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  16. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  17. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  18. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  19. THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  20. */
  21. require("source-map-support").install();
  22. module.exports =
  23. /******/ (function(modules) { // webpackBootstrap
  24. /******/ // The module cache
  25. /******/ var installedModules = {};
  26. /******/
  27. /******/ // object to store loaded and loading wasm modules
  28. /******/ var installedWasmModules = {};
  29. /******/
  30. /******/ // The require function
  31. /******/ function __webpack_require__(moduleId) {
  32. /******/
  33. /******/ // Check if module is in cache
  34. /******/ if(installedModules[moduleId]) {
  35. /******/ return installedModules[moduleId].exports;
  36. /******/ }
  37. /******/ // Create a new module (and put it into the cache)
  38. /******/ var module = installedModules[moduleId] = {
  39. /******/ i: moduleId,
  40. /******/ l: false,
  41. /******/ exports: {}
  42. /******/ };
  43. /******/
  44. /******/ // Execute the module function
  45. /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
  46. /******/
  47. /******/ // Flag the module as loaded
  48. /******/ module.l = true;
  49. /******/
  50. /******/ // Return the exports of the module
  51. /******/ return module.exports;
  52. /******/ }
  53. /******/
  54. /******/
  55. /******/ // expose the modules object (__webpack_modules__)
  56. /******/ __webpack_require__.m = modules;
  57. /******/
  58. /******/ // expose the module cache
  59. /******/ __webpack_require__.c = installedModules;
  60. /******/
  61. /******/ // define getter function for harmony exports
  62. /******/ __webpack_require__.d = function(exports, name, getter) {
  63. /******/ if(!__webpack_require__.o(exports, name)) {
  64. /******/ Object.defineProperty(exports, name, {
  65. /******/ configurable: false,
  66. /******/ enumerable: true,
  67. /******/ get: getter
  68. /******/ });
  69. /******/ }
  70. /******/ };
  71. /******/
  72. /******/ // define __esModule on exports
  73. /******/ __webpack_require__.r = function(exports) {
  74. /******/ Object.defineProperty(exports, '__esModule', { value: true });
  75. /******/ };
  76. /******/
  77. /******/ // getDefaultExport function for compatibility with non-harmony modules
  78. /******/ __webpack_require__.n = function(module) {
  79. /******/ var getter = module && module.__esModule ?
  80. /******/ function getDefault() { return module['default']; } :
  81. /******/ function getModuleExports() { return module; };
  82. /******/ __webpack_require__.d(getter, 'a', getter);
  83. /******/ return getter;
  84. /******/ };
  85. /******/
  86. /******/ // Object.prototype.hasOwnProperty.call
  87. /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
  88. /******/
  89. /******/ // __webpack_public_path__
  90. /******/ __webpack_require__.p = "";
  91. /******/
  92. /******/ // object with all compiled WebAssembly.Modules
  93. /******/ __webpack_require__.w = {};
  94. /******/
  95. /******/
  96. /******/ // Load entry module and return exports
  97. /******/ return __webpack_require__(__webpack_require__.s = "./index.ts");
  98. /******/ })
  99. /************************************************************************/
  100. /******/ ({
  101. /***/ "./index.ts":
  102. /*!******************!*\
  103. !*** ./index.ts ***!
  104. \******************/
  105. /*! no static exports found */
  106. /***/ (function(module, exports) {
  107. throw new Error("Module build failed: Error: Requires Babel \"^7.0.0-0\", but was loaded with \"6.26.0\". If you are sure you have a compatible version of @babel/core, it is likely that something in your build process is loading the wrong version. Inspect the stack trace of this error to look for the first entry that doesn't mention \"@babel/core\" or \"babel-core\" to see what is calling Babel.\n at throwVersionError (/Users/sanex/PhpstormProjects/javascript-obfuscator/node_modules/@babel/helper-plugin-utils/lib/index.js:44:11)\n at Object.assertVersion (/Users/sanex/PhpstormProjects/javascript-obfuscator/node_modules/@babel/helper-plugin-utils/lib/index.js:11:11)\n at /Users/sanex/PhpstormProjects/javascript-obfuscator/node_modules/@babel/plugin-transform-runtime/lib/index.js:19:7\n at /Users/sanex/PhpstormProjects/javascript-obfuscator/node_modules/@babel/helper-plugin-utils/lib/index.js:16:12\n at Function.memoisePluginContainer (/Users/sanex/PhpstormProjects/javascript-obfuscator/node_modules/babel-core/lib/transformation/file/options/option-manager.js:113:13)\n at Function.normalisePlugin (/Users/sanex/PhpstormProjects/javascript-obfuscator/node_modules/babel-core/lib/transformation/file/options/option-manager.js:146:32)\n at /Users/sanex/PhpstormProjects/javascript-obfuscator/node_modules/babel-core/lib/transformation/file/options/option-manager.js:184:30\n at Array.map (<anonymous>)\n at Function.normalisePlugins (/Users/sanex/PhpstormProjects/javascript-obfuscator/node_modules/babel-core/lib/transformation/file/options/option-manager.js:158:20)\n at OptionManager.mergeOptions (/Users/sanex/PhpstormProjects/javascript-obfuscator/node_modules/babel-core/lib/transformation/file/options/option-manager.js:234:36)\n at OptionManager.init (/Users/sanex/PhpstormProjects/javascript-obfuscator/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12)\n at File.initOptions (/Users/sanex/PhpstormProjects/javascript-obfuscator/node_modules/babel-core/lib/transformation/file/index.js:212:65)\n at new File (/Users/sanex/PhpstormProjects/javascript-obfuscator/node_modules/babel-core/lib/transformation/file/index.js:135:24)\n at Pipeline.transform (/Users/sanex/PhpstormProjects/javascript-obfuscator/node_modules/babel-core/lib/transformation/pipeline.js:46:16)\n at /Users/sanex/PhpstormProjects/javascript-obfuscator/node_modules/awesome-typescript-loader/src/index.ts:155:41\n at <anonymous>\n at process._tickCallback (internal/process/next_tick.js:188:7)");
  108. /***/ })
  109. /******/ });
  110. //# sourceMappingURL=index.js.map