Urara-Blog/node_modules/.pnpm-store/v3/files/31/b8800f89fa7748570f7d96c16c5184046694c4f5359fe1192d18a3e608dbd3d2691636b6484ffa3d1153f5c467357a080da670ac9ddc471f45f96e339e42a2
2022-08-14 01:14:53 +08:00

14 lines
No EOL
816 B
Text

"use strict";
// THIS CODE WAS AUTOMATICALLY GENERATED
// DO NOT EDIT THIS CODE BY HAND
// RUN THE FOLLOWING COMMAND FROM THE WORKSPACE ROOT TO REGENERATE:
// npx nx generate-lib @typescript-eslint/scope-manager
Object.defineProperty(exports, "__esModule", { value: true });
exports.es2016_full = void 0;
const es2016_1 = require("./es2016");
const dom_1 = require("./dom");
const webworker_importscripts_1 = require("./webworker.importscripts");
const scripthost_1 = require("./scripthost");
const dom_iterable_1 = require("./dom.iterable");
exports.es2016_full = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, es2016_1.es2016), dom_1.dom), webworker_importscripts_1.webworker_importscripts), scripthost_1.scripthost), dom_iterable_1.dom_iterable);
//# sourceMappingURL=es2016.full.js.map