Urara-Blog/node_modules/.pnpm-store/v3/files/b5/51e52e71617012a25a1bf5e37ddfa58c1c8ff7ec0a21de85087f93307fea21130c0e3d0a80df1727bc2317c146f9ffa4409e4e8756e57a174f45404cf66e18
2022-08-14 01:14:53 +08:00

21 lines
No EOL
827 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.es2015_collection = void 0;
const base_config_1 = require("./base-config");
exports.es2015_collection = {
Map: base_config_1.TYPE_VALUE,
MapConstructor: base_config_1.TYPE,
ReadonlyMap: base_config_1.TYPE,
WeakMap: base_config_1.TYPE_VALUE,
WeakMapConstructor: base_config_1.TYPE,
Set: base_config_1.TYPE_VALUE,
SetConstructor: base_config_1.TYPE,
ReadonlySet: base_config_1.TYPE,
WeakSet: base_config_1.TYPE_VALUE,
WeakSetConstructor: base_config_1.TYPE,
};
//# sourceMappingURL=es2015.collection.js.map