swc/crates/swc_ecma_minifier/tests/fixture/next/joda/input.js

26 lines
520 B
JavaScript
Raw Normal View History

"use strict";
(self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([[715], {
/***/ 3266:
/***/ (function (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "h": function () { return /* binding */ LocalDate; }
/* harmony export */
});
var isInit = false;
function init() {
if (isInit) {
return;
}
isInit = true;
}
init();
})
}]);