"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 repo Object.defineProperty(exports, "__esModule", { value: true }); exports.esnext_collection = void 0; const base_config_1 = require("./base-config"); const es2025_collection_1 = require("./es2025.collection"); exports.esnext_collection = { libs: [es2025_collection_1.es2025_collection], variables: [ ['Map', base_config_1.TYPE], ['WeakMap', base_config_1.TYPE], ], };