persona-community-5/.pnpm-store/v3/files/a0/af8844ec5c939d0a1280e6027063db91ad46e06a5bd7c10393f91277a893e834be053ab757c3bcb93601a1050e90da82797df56b425d38b9754f9d7a015272
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

21 lines
799 B
Plaintext

"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.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