You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/******/(function(modules){// webpackBootstrap/******/// The module cache/******/varinstalledModules={};/******//******/// The require function/******/function__webpack_require__(moduleId){/******//******/// Check if module is in cache/******/if(installedModules[moduleId]){/******/returninstalledModules[moduleId].exports;/******/}/******/// Create a new module (and put it into the cache)/******/varmodule=installedModules[moduleId]={/******/i: moduleId,/******/l: false,/******/exports: {}/******/};/******//******/// Execute the module function/******/modules[moduleId].call(module.exports,module,module.exports,__webpack_require__);/******//******/// Flag the module as loaded/******/module.l=true;/******//******/// Return the exports of the module/******/returnmodule.exports;/******/}/******//******//******/// expose the modules object (__webpack_modules__)/******/__webpack_require__.m=modules;/******//******/// expose the module cache/******/__webpack_require__.c=installedModules;/******//******/// define getter function for harmony exports/******/__webpack_require__.d=function(exports,name,getter){/******/if(!__webpack_require__.o(exports,name)){/******/Object.defineProperty(exports,name,{/******/configurable: false,/******/enumerable: true,/******/get: getter/******/});/******/}/******/};/******//******/// getDefaultExport function for compatibility with non-harmony modules/******/__webpack_require__.n=function(module){/******/vargetter=module&&module.__esModule ?
/******/functiongetDefault(){returnmodule['default'];} :
/******/functiongetModuleExports(){returnmodule;};/******/__webpack_require__.d(getter,'a',getter);/******/returngetter;/******/};/******//******/// Object.prototype.hasOwnProperty.call/******/__webpack_require__.o=function(object,property){returnObject.prototype.hasOwnProperty.call(object,property);};/******//******/// __webpack_public_path__/******/__webpack_require__.p="";/******//******/// Load entry module and return exports/******/return__webpack_require__(__webpack_require__.s=0);/******/})/************************************************************************//******/([/* 0 *//***/(function(module,exports,__webpack_require__){"use strict";Object.defineProperty(exports,"__esModule",{value: true});functionfoo(a){returnconsole.log(a);}exports.default=asyncfunctionbar(arg){try{consta={};if(arg){a[0]=1;}console.log((awaitfoo(a)));}catch(err){console.log(err);}};/***/})/******/]);
The uglifyjs CLI command executed or minify() options used.
Bug report or feature request?
Bug
ES5 or ES6+ input?
ES6+
Uglify version (
uglifyjs -V
)3.3.9
JavaScript input
The
uglifyjs
CLI command executed orminify()
options used.JavaScript output or error produced.
uglify-es generates code
t = t
, courses "TypeError: Assignment to constant variable."The text was updated successfully, but these errors were encountered: