@nuasite/cms-core 0.43.0-beta.4 → 0.43.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/collection-scanner.d.ts.map +1 -1
- package/dist/types/content-config-ast.d.ts +15 -1
- package/dist/types/content-config-ast.d.ts.map +1 -1
- package/dist/types/core.d.ts +3 -1
- package/dist/types/core.d.ts.map +1 -1
- package/dist/types/fs/node-fs.d.ts.map +1 -1
- package/dist/types/fs/types.d.ts +2 -0
- package/dist/types/fs/types.d.ts.map +1 -1
- package/dist/types/handlers/entry-ops.d.ts +12 -0
- package/dist/types/handlers/entry-ops.d.ts.map +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/src/collection-scanner.ts +96 -45
- package/src/content-config-ast.ts +126 -2
- package/src/core.ts +7 -0
- package/src/fs/node-fs.ts +4 -0
- package/src/fs/types.ts +2 -0
- package/src/handlers/entry-ops.ts +75 -4
- package/src/index.ts +1 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"collection-scanner.d.ts","sourceRoot":"","sources":["../../src/collection-scanner.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAmD,MAAM,oBAAoB,CAAA;AAG/G,OAAO,EAAE,KAAK,UAAU,EAA2D,MAAM,sBAAsB,CAAA;AAC/G,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAA;
|
|
1
|
+
{"version":3,"file":"collection-scanner.d.ts","sourceRoot":"","sources":["../../src/collection-scanner.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAmD,MAAM,oBAAoB,CAAA;AAG/G,OAAO,EAAE,KAAK,UAAU,EAA2D,MAAM,sBAAsB,CAAA;AAC/G,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAA;AAi6B/C;;;;;;GAMG;AACH,wBAAsB,eAAe,CACpC,EAAE,EAAE,aAAa,EACjB,UAAU,GAAE,MAAsB,EAClC,UAAU,GAAE,UAAsB,GAChC,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,oBAAoB,CAAC,CAAC,CAyC/C"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type FieldHints, type FieldType } from '@nuasite/cms-types';
|
|
1
|
+
import { type CollectionLayout, type FieldHints, type FieldType } from '@nuasite/cms-types';
|
|
2
2
|
import type { CmsFileSystem } from './fs/types';
|
|
3
3
|
export interface ParsedReference {
|
|
4
4
|
target: string;
|
|
@@ -20,12 +20,26 @@ export interface ParsedField {
|
|
|
20
20
|
itemType?: FieldType;
|
|
21
21
|
/** Nested fields for `object` fields, or per-item fields for `array` of objects */
|
|
22
22
|
fields?: ParsedField[];
|
|
23
|
+
/** Layout hints read from the field's `n.*({ … })` options (label/help/group/sidebar/width/order/hidden). */
|
|
24
|
+
layout?: ParsedFieldLayout;
|
|
25
|
+
}
|
|
26
|
+
/** Per-field layout hints parsed from a marker's options object. */
|
|
27
|
+
export interface ParsedFieldLayout {
|
|
28
|
+
label?: string;
|
|
29
|
+
help?: string;
|
|
30
|
+
group?: string;
|
|
31
|
+
sidebar?: boolean;
|
|
32
|
+
width?: 'full' | 'half';
|
|
33
|
+
order?: number;
|
|
34
|
+
hidden?: boolean;
|
|
23
35
|
}
|
|
24
36
|
export interface ParsedCollection {
|
|
25
37
|
name: string;
|
|
26
38
|
fields: ParsedField[];
|
|
27
39
|
loaderPattern?: string;
|
|
28
40
|
loaderBase?: string;
|
|
41
|
+
/** Declarative form layout from a `defineCmsCollection({ cms: { … } })` block. */
|
|
42
|
+
layout?: CollectionLayout;
|
|
29
43
|
}
|
|
30
44
|
export type ParsedConfig = Map<string, ParsedCollection>;
|
|
31
45
|
/** Cached parse result keyed by config path; invalidated by mtime. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"content-config-ast.d.ts","sourceRoot":"","sources":["../../src/content-config-ast.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,UAAU,EAAE,KAAK,SAAS,EAAe,MAAM,oBAAoB,CAAA;
|
|
1
|
+
{"version":3,"file":"content-config-ast.d.ts","sourceRoot":"","sources":["../../src/content-config-ast.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,gBAAgB,EAAgC,KAAK,UAAU,EAAE,KAAK,SAAS,EAAe,MAAM,oBAAoB,CAAA;AACtI,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAA;AAE/C,MAAM,WAAW,eAAe;IAC/B,MAAM,EAAE,MAAM,CAAA;IACd,OAAO,EAAE,OAAO,CAAA;CAChB;AAED,MAAM,WAAW,WAAW;IAC3B,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAA;IAClB,KAAK,CAAC,EAAE,UAAU,CAAA;IAClB,QAAQ,EAAE,OAAO,CAAA;IACjB,OAAO,CAAC,EAAE;QAAE,SAAS,EAAE,KAAK,GAAG,MAAM,CAAA;KAAE,CAAA;IACvC,SAAS,CAAC,EAAE,eAAe,CAAA;IAC3B,2GAA2G;IAC3G,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,sCAAsC;IACtC,QAAQ,CAAC,EAAE,SAAS,CAAA;IACpB,mFAAmF;IACnF,MAAM,CAAC,EAAE,WAAW,EAAE,CAAA;IACtB,6GAA6G;IAC7G,MAAM,CAAC,EAAE,iBAAiB,CAAA;CAC1B;AAED,oEAAoE;AACpE,MAAM,WAAW,iBAAiB;IACjC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACvB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,OAAO,CAAA;CAChB;AAED,MAAM,WAAW,gBAAgB;IAChC,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,WAAW,EAAE,CAAA;IACrB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,kFAAkF;IAClF,MAAM,CAAC,EAAE,gBAAgB,CAAA;CACzB;AAED,MAAM,MAAM,YAAY,GAAG,GAAG,CAAC,MAAM,EAAE,gBAAgB,CAAC,CAAA;AAExD,sEAAsE;AACtE,MAAM,MAAM,UAAU,GAAG,GAAG,CAAC,MAAM,EAAE;IAAE,OAAO,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,YAAY,CAAA;CAAE,CAAC,CAAA;AAqE/E;;;;;GAKG;AACH,wBAAsB,kBAAkB,CAAC,EAAE,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,GAAG,OAAO,CAAC,YAAY,CAAC,CAqBpG;AAED,wEAAwE;AACxE,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,MAAM,GAAG,YAAY,CAwHpF"}
|
package/dist/types/core.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { AddRedirectRequest, CollectionDefinition, ComponentDefinition, CreatePageRequest, DeletePageRequest, DeleteRedirectRequest, DuplicatePageRequest, GetRedirectsResponse, LayoutInfo, MediaStorageAdapter, MutationResult, PageOperationResponse, RedirectOperationResponse, UpdateRedirectRequest } from '@nuasite/cms-types';
|
|
2
2
|
import type { CmsFileSystem } from './fs/types';
|
|
3
|
-
import { type AddArrayItemInput, type CreateEntryInput, type GetEntryResult, type RemoveArrayItemInput, type UpdateEntryInput } from './handlers/entry-ops';
|
|
3
|
+
import { type AddArrayItemInput, type CreateEntryInput, type EntryAsset, type GetEntryResult, type RemoveArrayItemInput, type UpdateEntryInput } from './handlers/entry-ops';
|
|
4
4
|
export interface CmsCoreOptions {
|
|
5
5
|
/** Content collections directory, relative to the filesystem root. Defaults to `src/content`. */
|
|
6
6
|
contentDir?: string;
|
|
@@ -24,6 +24,8 @@ export interface CmsCore {
|
|
|
24
24
|
scanComponents(): Promise<Record<string, ComponentDefinition>>;
|
|
25
25
|
/** Read a single entry's frontmatter + body, or `null` when it does not exist. */
|
|
26
26
|
getEntry(collection: string, slug: string): Promise<GetEntryResult | null>;
|
|
27
|
+
/** Read an asset referenced by an entry (`image`/`file` value), resolving its path relative to the entry source. `null` when missing. */
|
|
28
|
+
getEntryAsset(collection: string, slug: string, assetPath: string): Promise<EntryAsset | null>;
|
|
27
29
|
createEntry(input: CreateEntryInput): Promise<MutationResult>;
|
|
28
30
|
updateEntry(input: UpdateEntryInput): Promise<MutationResult>;
|
|
29
31
|
deleteEntry(collection: string, slug: string): Promise<MutationResult>;
|
package/dist/types/core.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"core.d.ts","sourceRoot":"","sources":["../../src/core.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,kBAAkB,EAClB,oBAAoB,EACpB,mBAAmB,EACnB,iBAAiB,EACjB,iBAAiB,EACjB,qBAAqB,EACrB,oBAAoB,EACpB,oBAAoB,EACpB,UAAU,EACV,mBAAmB,EACnB,cAAc,EACd,qBAAqB,EACrB,yBAAyB,EACzB,qBAAqB,EACrB,MAAM,oBAAoB,CAAA;AAI3B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAA;AAC/C,OAAO,EAEN,KAAK,iBAAiB,EAEtB,KAAK,gBAAgB,
|
|
1
|
+
{"version":3,"file":"core.d.ts","sourceRoot":"","sources":["../../src/core.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,kBAAkB,EAClB,oBAAoB,EACpB,mBAAmB,EACnB,iBAAiB,EACjB,iBAAiB,EACjB,qBAAqB,EACrB,oBAAoB,EACpB,oBAAoB,EACpB,UAAU,EACV,mBAAmB,EACnB,cAAc,EACd,qBAAqB,EACrB,yBAAyB,EACzB,qBAAqB,EACrB,MAAM,oBAAoB,CAAA;AAI3B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAA;AAC/C,OAAO,EAEN,KAAK,iBAAiB,EAEtB,KAAK,gBAAgB,EAErB,KAAK,UAAU,EAIf,KAAK,cAAc,EAEnB,KAAK,oBAAoB,EAGzB,KAAK,gBAAgB,EACrB,MAAM,sBAAsB,CAAA;AAc7B,MAAM,WAAW,cAAc;IAC9B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,gEAAgE;IAChE,KAAK,CAAC,EAAE,mBAAmB,CAAA;IAC3B,mHAAmH;IACnH,aAAa,CAAC,EAAE,MAAM,EAAE,CAAA;CACxB;AAED;;;;;;;GAOG;AACH,MAAM,WAAW,OAAO;IAEvB,wFAAwF;IACxF,eAAe,IAAI,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,oBAAoB,CAAC,CAAC,CAAA;IAChE,6EAA6E;IAC7E,cAAc,IAAI,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,mBAAmB,CAAC,CAAC,CAAA;IAC9D,kFAAkF;IAClF,QAAQ,CAAC,UAAU,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,cAAc,GAAG,IAAI,CAAC,CAAA;IAC1E,yIAAyI;IACzI,aAAa,CAAC,UAAU,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,UAAU,GAAG,IAAI,CAAC,CAAA;IAG9F,WAAW,CAAC,KAAK,EAAE,gBAAgB,GAAG,OAAO,CAAC,cAAc,CAAC,CAAA;IAC7D,WAAW,CAAC,KAAK,EAAE,gBAAgB,GAAG,OAAO,CAAC,cAAc,CAAC,CAAA;IAC7D,WAAW,CAAC,UAAU,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,cAAc,CAAC,CAAA;IACtE,WAAW,CAAC,UAAU,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,cAAc,CAAC,CAAA;IAGlF,YAAY,CAAC,KAAK,EAAE,iBAAiB,GAAG,OAAO,CAAC,cAAc,CAAC,CAAA;IAC/D,eAAe,CAAC,KAAK,EAAE,oBAAoB,GAAG,OAAO,CAAC,cAAc,CAAC,CAAA;IAGrE,UAAU,CAAC,KAAK,EAAE,iBAAiB,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAAA;IACpE,aAAa,CAAC,KAAK,EAAE,oBAAoB,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAAA;IAC1E,UAAU,CAAC,KAAK,EAAE,iBAAiB,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAAA;IACpE,UAAU,IAAI,OAAO,CAAC,UAAU,EAAE,CAAC,CAAA;IACnC,aAAa,IAAI,OAAO,CAAC,oBAAoB,CAAC,CAAA;IAC9C,WAAW,CAAC,KAAK,EAAE,kBAAkB,GAAG,OAAO,CAAC,yBAAyB,CAAC,CAAA;IAC1E,cAAc,CAAC,KAAK,EAAE,qBAAqB,GAAG,OAAO,CAAC,yBAAyB,CAAC,CAAA;IAChF,cAAc,CAAC,KAAK,EAAE,qBAAqB,GAAG,OAAO,CAAC,yBAAyB,CAAC,CAAA;IAGhF,KAAK,CAAC,EAAE,mBAAmB,CAAA;CAC3B;AAED,wBAAgB,aAAa,CAAC,EAAE,EAAE,aAAa,EAAE,IAAI,GAAE,cAAmB,GAAG,OAAO,CAuEnF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"node-fs.d.ts","sourceRoot":"","sources":["../../../src/fs/node-fs.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AA+D5C;;;GAGG;AACH,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM,GAAG,aAAa,
|
|
1
|
+
{"version":3,"file":"node-fs.d.ts","sourceRoot":"","sources":["../../../src/fs/node-fs.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AA+D5C;;;GAGG;AACH,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM,GAAG,aAAa,CAsExD"}
|
package/dist/types/fs/types.d.ts
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
export interface CmsFileSystem {
|
|
10
10
|
/** Read a UTF-8 text file. Rejects when the file does not exist. */
|
|
11
11
|
readFile(path: string): Promise<string>;
|
|
12
|
+
/** Read a file's raw bytes (for binary assets like images). Rejects when the file does not exist. */
|
|
13
|
+
readBytes(path: string): Promise<Uint8Array>;
|
|
12
14
|
/** Write a UTF-8 text file atomically (write temp + rename). Creates parent dirs. */
|
|
13
15
|
writeFile(path: string, content: string): Promise<void>;
|
|
14
16
|
/** Rename/move a file. Creates the destination's parent dir. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/fs/types.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,MAAM,WAAW,aAAa;IAC7B,oEAAoE;IACpE,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;IACvC,qFAAqF;IACrF,SAAS,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;IACvD,gEAAgE;IAChE,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;IAC/C,mDAAmD;IACnD,MAAM,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;IACnC,0CAA0C;IAC1C,MAAM,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CAAA;IACtC,qFAAqF;IACrF,IAAI,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,OAAO,CAAA;KAAE,EAAE,CAAC,CAAA;IACpE,uGAAuG;IACvG,IAAI,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,CAAA;IACxC,2DAA2D;IAC3D,IAAI,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,CAAA;CAC9D"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/fs/types.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,MAAM,WAAW,aAAa;IAC7B,oEAAoE;IACpE,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;IACvC,qGAAqG;IACrG,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,UAAU,CAAC,CAAA;IAC5C,qFAAqF;IACrF,SAAS,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;IACvD,gEAAgE;IAChE,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;IAC/C,mDAAmD;IACnD,MAAM,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;IACnC,0CAA0C;IAC1C,MAAM,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CAAA;IACtC,qFAAqF;IACrF,IAAI,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,OAAO,CAAA;KAAE,EAAE,CAAC,CAAA;IACpE,uGAAuG;IACvG,IAAI,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,CAAA;IACxC,2DAA2D;IAC3D,IAAI,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,CAAA;CAC9D"}
|
|
@@ -18,6 +18,18 @@ export interface EntryOpsDeps {
|
|
|
18
18
|
/** Resolve component definitions internally (MDX import injection). */
|
|
19
19
|
resolveComponentDefinitions: () => Promise<Record<string, ComponentDefinition>>;
|
|
20
20
|
}
|
|
21
|
+
/** Raw bytes of an entry-relative asset plus a best-effort content type. */
|
|
22
|
+
export interface EntryAsset {
|
|
23
|
+
bytes: Uint8Array;
|
|
24
|
+
contentType: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Read an asset referenced by an entry (an `image`/`file` field value), resolving
|
|
28
|
+
* the stored path relative to the entry's source file. Returns the raw bytes plus
|
|
29
|
+
* a content type inferred from the extension, or `null` when the entry or the
|
|
30
|
+
* asset does not exist (or the path escapes the project root).
|
|
31
|
+
*/
|
|
32
|
+
export declare function getEntryAsset(deps: EntryOpsDeps, collection: string, slug: string, assetPath: string): Promise<EntryAsset | null>;
|
|
21
33
|
export declare function parseFrontmatter(raw: string): {
|
|
22
34
|
frontmatter: Record<string, unknown>;
|
|
23
35
|
content: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entry-ops.d.ts","sourceRoot":"","sources":["../../../src/handlers/entry-ops.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAGlG,OAAO,EAAE,KAAK,UAAU,EAAsB,MAAM,uBAAuB,CAAA;AAC3E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;
|
|
1
|
+
{"version":3,"file":"entry-ops.d.ts","sourceRoot":"","sources":["../../../src/handlers/entry-ops.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAGlG,OAAO,EAAE,KAAK,UAAU,EAAsB,MAAM,uBAAuB,CAAA;AAC3E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAOhD,MAAM,WAAW,cAAc;IAC9B,yDAAyD;IACzD,OAAO,EAAE,MAAM,CAAA;IACf,wCAAwC;IACxC,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IACpC,uCAAuC;IACvC,UAAU,EAAE,MAAM,CAAA;CAClB;AAED,MAAM,WAAW,YAAY;IAC5B,EAAE,EAAE,aAAa,CAAA;IACjB,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,UAAU,CAAA;IACtB,2EAA2E;IAC3E,aAAa,EAAE,MAAM,EAAE,CAAA;IACvB,uEAAuE;IACvE,2BAA2B,EAAE,MAAM,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,mBAAmB,CAAC,CAAC,CAAA;CAC/E;AAoFD,4EAA4E;AAC5E,MAAM,WAAW,UAAU;IAC1B,KAAK,EAAE,UAAU,CAAA;IACjB,WAAW,EAAE,MAAM,CAAA;CACnB;AAED;;;;;GAKG;AACH,wBAAsB,aAAa,CAAC,IAAI,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,UAAU,GAAG,IAAI,CAAC,CAQvI;AAMD,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,MAAM,GAAG;IAAE,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE,CAgCvG;AAKD,wBAAgB,oBAAoB,CAAC,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,EAAE,MAAM,GAAG,MAAM,CAWlG;AAED;;;;;GAKG;AACH,wBAAgB,gBAAgB,CAC/B,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,oBAAoB,EAAE,MAAM,CAAC,MAAM,EAAE,mBAAmB,CAAC,GACvD,MAAM,CAuDR;AAiED,MAAM,WAAW,gBAAgB;IAChC,UAAU,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IACpC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,4FAA4F;IAC5F,aAAa,CAAC,EAAE,MAAM,CAAA;CACtB;AAED,MAAM,WAAW,gBAAgB;IAChC,UAAU,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IACrC,IAAI,CAAC,EAAE,MAAM,CAAA;CACb;AAMD,wBAAsB,QAAQ,CAAC,IAAI,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,cAAc,GAAG,IAAI,CAAC,CAiBnH;AAED,wBAAsB,WAAW,CAAC,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,gBAAgB,GAAG,OAAO,CAAC,cAAc,CAAC,CAuCtG;AAED,wBAAsB,WAAW,CAAC,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,gBAAgB,GAAG,OAAO,CAAC,cAAc,CAAC,CAyCtG;AAED,wBAAsB,WAAW,CAAC,IAAI,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,cAAc,CAAC,CAY/G;AAED,wBAAsB,WAAW,CAAC,IAAI,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,cAAc,CAAC,CA+B3H;AAMD,MAAM,WAAW,iBAAiB;IACjC,UAAU,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,OAAO,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;CACd;AAED,MAAM,WAAW,oBAAoB;IACpC,UAAU,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;CACb;AAsCD,wBAAsB,YAAY,CAAC,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,iBAAiB,GAAG,OAAO,CAAC,cAAc,CAAC,CAuBxG;AAED,wBAAsB,eAAe,CAAC,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,oBAAoB,GAAG,OAAO,CAAC,cAAc,CAAC,CAwB9G;AAED,kFAAkF;AAClF,wBAAsB,qBAAqB,CAAC,IAAI,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,mBAAmB,EAAE,CAAC,CAGlH"}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ export type { CmsCore, CmsCoreOptions } from './core';
|
|
|
6
6
|
export { globToRegExp } from './fs/glob';
|
|
7
7
|
export { createNodeFs } from './fs/node-fs';
|
|
8
8
|
export type { CmsFileSystem } from './fs/types';
|
|
9
|
-
export { type AddArrayItemInput, type CreateEntryInput, ensureMdxImports, type EntryOpsDeps, type GetEntryResult, parseFrontmatter, type RemoveArrayItemInput, serializeFrontmatter, type UpdateEntryInput, } from './handlers/entry-ops';
|
|
9
|
+
export { type AddArrayItemInput, type CreateEntryInput, ensureMdxImports, type EntryAsset, type EntryOpsDeps, type GetEntryResult, parseFrontmatter, type RemoveArrayItemInput, serializeFrontmatter, type UpdateEntryInput, } from './handlers/entry-ops';
|
|
10
10
|
export { type ContemberStorageOptions, createContemberStorageAdapter, createLocalStorageAdapter, createS3StorageAdapter, getFileExtension, listProjectImages, type ListProjectImagesOptions, type LocalStorageOptions, MIME_BY_EXT, mimeFromExt, type S3StorageOptions, } from './media/index';
|
|
11
11
|
export { escapeHtml, relativeImportPath, slugify, slugifyHref } from './shared';
|
|
12
12
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AACtD,OAAO,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAA;AAC/D,OAAO,EACN,KAAK,UAAU,EACf,iBAAiB,EACjB,kBAAkB,EAClB,KAAK,gBAAgB,EACrB,KAAK,YAAY,EACjB,KAAK,WAAW,EAChB,KAAK,eAAe,GACpB,MAAM,sBAAsB,CAAA;AAC7B,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAA;AACtC,YAAY,EAAE,OAAO,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAA;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAA;AAC3C,YAAY,EAAE,aAAa,EAAE,MAAM,YAAY,CAAA;AAC/C,OAAO,EACN,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,EACrB,gBAAgB,EAChB,KAAK,YAAY,EACjB,KAAK,cAAc,EACnB,gBAAgB,EAChB,KAAK,oBAAoB,EACzB,oBAAoB,EACpB,KAAK,gBAAgB,GACrB,MAAM,sBAAsB,CAAA;AAC7B,OAAO,EACN,KAAK,uBAAuB,EAC5B,6BAA6B,EAC7B,yBAAyB,EACzB,sBAAsB,EACtB,gBAAgB,EAChB,iBAAiB,EACjB,KAAK,wBAAwB,EAC7B,KAAK,mBAAmB,EACxB,WAAW,EACX,WAAW,EACX,KAAK,gBAAgB,GACrB,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AACtD,OAAO,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAA;AAC/D,OAAO,EACN,KAAK,UAAU,EACf,iBAAiB,EACjB,kBAAkB,EAClB,KAAK,gBAAgB,EACrB,KAAK,YAAY,EACjB,KAAK,WAAW,EAChB,KAAK,eAAe,GACpB,MAAM,sBAAsB,CAAA;AAC7B,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAA;AACtC,YAAY,EAAE,OAAO,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAA;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAA;AAC3C,YAAY,EAAE,aAAa,EAAE,MAAM,YAAY,CAAA;AAC/C,OAAO,EACN,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,EACrB,gBAAgB,EAChB,KAAK,UAAU,EACf,KAAK,YAAY,EACjB,KAAK,cAAc,EACnB,gBAAgB,EAChB,KAAK,oBAAoB,EACzB,oBAAoB,EACpB,KAAK,gBAAgB,GACrB,MAAM,sBAAsB,CAAA;AAC7B,OAAO,EACN,KAAK,uBAAuB,EAC5B,6BAA6B,EAC7B,yBAAyB,EACzB,sBAAsB,EACtB,gBAAgB,EAChB,iBAAiB,EACjB,KAAK,wBAAwB,EAC7B,KAAK,mBAAmB,EACxB,WAAW,EACX,WAAW,EACX,KAAK,gBAAgB,GACrB,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"fileNames":["../../../../node_modules/typescript/lib/lib.es5.d.ts","../../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../../node_modules/typescript/lib/lib.es2021.d.ts","../../../../node_modules/typescript/lib/lib.es2022.d.ts","../../../../node_modules/typescript/lib/lib.es2023.d.ts","../../../../node_modules/typescript/lib/lib.es2024.d.ts","../../../../node_modules/typescript/lib/lib.es2025.d.ts","../../../../node_modules/typescript/lib/lib.esnext.d.ts","../../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../../node_modules/typescript/lib/lib.es2023.array.d.ts","../../../../node_modules/typescript/lib/lib.es2023.collection.d.ts","../../../../node_modules/typescript/lib/lib.es2023.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts","../../../../node_modules/typescript/lib/lib.es2024.collection.d.ts","../../../../node_modules/typescript/lib/lib.es2024.object.d.ts","../../../../node_modules/typescript/lib/lib.es2024.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2024.regexp.d.ts","../../../../node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.es2024.string.d.ts","../../../../node_modules/typescript/lib/lib.es2025.collection.d.ts","../../../../node_modules/typescript/lib/lib.es2025.float16.d.ts","../../../../node_modules/typescript/lib/lib.es2025.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2025.iterator.d.ts","../../../../node_modules/typescript/lib/lib.es2025.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2025.regexp.d.ts","../../../../node_modules/typescript/lib/lib.esnext.array.d.ts","../../../../node_modules/typescript/lib/lib.esnext.collection.d.ts","../../../../node_modules/typescript/lib/lib.esnext.date.d.ts","../../../../node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../../../node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../../../node_modules/typescript/lib/lib.esnext.error.d.ts","../../../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../../node_modules/typescript/lib/lib.esnext.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.esnext.temporal.d.ts","../../../../node_modules/typescript/lib/lib.esnext.typedarrays.d.ts","../../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../cms-types/dist/types/index.d.ts","../../../../node_modules/yaml/dist/parse/line-counter.d.ts","../../../../node_modules/yaml/dist/errors.d.ts","../../../../node_modules/yaml/dist/doc/applyReviver.d.ts","../../../../node_modules/yaml/dist/log.d.ts","../../../../node_modules/yaml/dist/nodes/toJS.d.ts","../../../../node_modules/yaml/dist/nodes/Scalar.d.ts","../../../../node_modules/yaml/dist/stringify/stringify.d.ts","../../../../node_modules/yaml/dist/nodes/Collection.d.ts","../../../../node_modules/yaml/dist/nodes/YAMLSeq.d.ts","../../../../node_modules/yaml/dist/schema/types.d.ts","../../../../node_modules/yaml/dist/schema/common/map.d.ts","../../../../node_modules/yaml/dist/schema/common/seq.d.ts","../../../../node_modules/yaml/dist/schema/common/string.d.ts","../../../../node_modules/yaml/dist/stringify/foldFlowLines.d.ts","../../../../node_modules/yaml/dist/stringify/stringifyNumber.d.ts","../../../../node_modules/yaml/dist/stringify/stringifyString.d.ts","../../../../node_modules/yaml/dist/util.d.ts","../../../../node_modules/yaml/dist/nodes/YAMLMap.d.ts","../../../../node_modules/yaml/dist/nodes/identity.d.ts","../../../../node_modules/yaml/dist/schema/Schema.d.ts","../../../../node_modules/yaml/dist/doc/createNode.d.ts","../../../../node_modules/yaml/dist/nodes/addPairToJSMap.d.ts","../../../../node_modules/yaml/dist/nodes/Pair.d.ts","../../../../node_modules/yaml/dist/schema/tags.d.ts","../../../../node_modules/yaml/dist/options.d.ts","../../../../node_modules/yaml/dist/nodes/Node.d.ts","../../../../node_modules/yaml/dist/parse/cst-scalar.d.ts","../../../../node_modules/yaml/dist/parse/cst-stringify.d.ts","../../../../node_modules/yaml/dist/parse/cst-visit.d.ts","../../../../node_modules/yaml/dist/parse/cst.d.ts","../../../../node_modules/yaml/dist/nodes/Alias.d.ts","../../../../node_modules/yaml/dist/doc/Document.d.ts","../../../../node_modules/yaml/dist/doc/directives.d.ts","../../../../node_modules/yaml/dist/compose/composer.d.ts","../../../../node_modules/yaml/dist/parse/lexer.d.ts","../../../../node_modules/yaml/dist/parse/parser.d.ts","../../../../node_modules/yaml/dist/public-api.d.ts","../../../../node_modules/yaml/dist/schema/yaml-1.1/omap.d.ts","../../../../node_modules/yaml/dist/schema/yaml-1.1/set.d.ts","../../../../node_modules/yaml/dist/visit.d.ts","../../../../node_modules/yaml/dist/index.d.ts","../../../../node_modules/@babel/types/lib/index.d.ts","../../../../node_modules/@babel/parser/typings/babel-parser.d.ts","../../src/fs/types.ts","../../src/content-config-ast.ts","../../src/shared.ts","../../src/collection-scanner.ts","../../src/component-registry.ts","../../src/handlers/entry-ops.ts","../../src/handlers/page-ops.ts","../../src/handlers/redirect-ops.ts","../../src/core.ts","../../src/fs/glob.ts","../../src/fs/node-fs.ts","../../src/media/contember.ts","../../src/media/local.ts","../../src/media/project-images.ts","../../src/media/s3.ts","../../src/media/index.ts","../../src/index.ts","../../../../node_modules/undici-types/utility.d.ts","../../../../node_modules/undici-types/header.d.ts","../../../../node_modules/undici-types/readable.d.ts","../../../../node_modules/@types/node/compatibility/iterators.d.ts","../../../../node_modules/@types/node/globals.typedarray.d.ts","../../../../node_modules/@types/node/buffer.buffer.d.ts","../../../../node_modules/@types/node/globals.d.ts","../../../../node_modules/@types/node/web-globals/abortcontroller.d.ts","../../../../node_modules/@types/node/web-globals/blob.d.ts","../../../../node_modules/@types/node/web-globals/console.d.ts","../../../../node_modules/@types/node/web-globals/crypto.d.ts","../../../../node_modules/@types/node/web-globals/domexception.d.ts","../../../../node_modules/@types/node/web-globals/encoding.d.ts","../../../../node_modules/@types/node/web-globals/events.d.ts","../../../../node_modules/@types/node/web-globals/fetch.d.ts","../../../../node_modules/@types/node/web-globals/importmeta.d.ts","../../../../node_modules/@types/node/web-globals/messaging.d.ts","../../../../node_modules/@types/node/web-globals/navigator.d.ts","../../../../node_modules/@types/node/web-globals/performance.d.ts","../../../../node_modules/@types/node/web-globals/storage.d.ts","../../../../node_modules/@types/node/web-globals/streams.d.ts","../../../../node_modules/@types/node/web-globals/timers.d.ts","../../../../node_modules/@types/node/web-globals/url.d.ts","../../../../node_modules/@types/node/assert.d.ts","../../../../node_modules/@types/node/assert/strict.d.ts","../../../../node_modules/@types/node/async_hooks.d.ts","../../../../node_modules/@types/node/buffer.d.ts","../../../../node_modules/@types/node/child_process.d.ts","../../../../node_modules/@types/node/cluster.d.ts","../../../../node_modules/@types/node/console.d.ts","../../../../node_modules/@types/node/constants.d.ts","../../../../node_modules/@types/node/crypto.d.ts","../../../../node_modules/@types/node/dgram.d.ts","../../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../../node_modules/@types/node/dns.d.ts","../../../../node_modules/@types/node/dns/promises.d.ts","../../../../node_modules/@types/node/domain.d.ts","../../../../node_modules/@types/node/events.d.ts","../../../../node_modules/@types/node/fs.d.ts","../../../../node_modules/@types/node/fs/promises.d.ts","../../../../node_modules/@types/node/http.d.ts","../../../../node_modules/@types/node/http2.d.ts","../../../../node_modules/@types/node/https.d.ts","../../../../node_modules/@types/node/inspector.d.ts","../../../../node_modules/@types/node/inspector.generated.d.ts","../../../../node_modules/@types/node/inspector/promises.d.ts","../../../../node_modules/@types/node/module.d.ts","../../../../node_modules/@types/node/net.d.ts","../../../../node_modules/@types/node/os.d.ts","../../../../node_modules/@types/node/path.d.ts","../../../../node_modules/@types/node/path/posix.d.ts","../../../../node_modules/@types/node/path/win32.d.ts","../../../../node_modules/@types/node/perf_hooks.d.ts","../../../../node_modules/@types/node/process.d.ts","../../../../node_modules/@types/node/punycode.d.ts","../../../../node_modules/@types/node/querystring.d.ts","../../../../node_modules/@types/node/quic.d.ts","../../../../node_modules/@types/node/readline.d.ts","../../../../node_modules/@types/node/readline/promises.d.ts","../../../../node_modules/@types/node/repl.d.ts","../../../../node_modules/@types/node/sea.d.ts","../../../../node_modules/@types/node/sqlite.d.ts","../../../../node_modules/@types/node/stream.d.ts","../../../../node_modules/@types/node/stream/consumers.d.ts","../../../../node_modules/@types/node/stream/promises.d.ts","../../../../node_modules/@types/node/stream/web.d.ts","../../../../node_modules/@types/node/string_decoder.d.ts","../../../../node_modules/@types/node/test.d.ts","../../../../node_modules/@types/node/test/reporters.d.ts","../../../../node_modules/@types/node/timers.d.ts","../../../../node_modules/@types/node/timers/promises.d.ts","../../../../node_modules/@types/node/tls.d.ts","../../../../node_modules/@types/node/trace_events.d.ts","../../../../node_modules/@types/node/tty.d.ts","../../../../node_modules/@types/node/url.d.ts","../../../../node_modules/@types/node/util.d.ts","../../../../node_modules/@types/node/util/types.d.ts","../../../../node_modules/@types/node/v8.d.ts","../../../../node_modules/@types/node/vm.d.ts","../../../../node_modules/@types/node/wasi.d.ts","../../../../node_modules/@types/node/worker_threads.d.ts","../../../../node_modules/@types/node/zlib.d.ts","../../../../node_modules/@types/node/index.d.ts","../../../../node_modules/undici-types/fetch.d.ts","../../../../node_modules/undici-types/formdata.d.ts","../../../../node_modules/undici-types/connector.d.ts","../../../../node_modules/undici-types/client-stats.d.ts","../../../../node_modules/undici-types/client.d.ts","../../../../node_modules/undici-types/errors.d.ts","../../../../node_modules/undici-types/dispatcher.d.ts","../../../../node_modules/undici-types/global-dispatcher.d.ts","../../../../node_modules/undici-types/global-origin.d.ts","../../../../node_modules/undici-types/pool-stats.d.ts","../../../../node_modules/undici-types/pool.d.ts","../../../../node_modules/undici-types/handlers.d.ts","../../../../node_modules/undici-types/balanced-pool.d.ts","../../../../node_modules/undici-types/h2c-client.d.ts","../../../../node_modules/undici-types/agent.d.ts","../../../../node_modules/undici-types/mock-interceptor.d.ts","../../../../node_modules/undici-types/mock-call-history.d.ts","../../../../node_modules/undici-types/mock-agent.d.ts","../../../../node_modules/undici-types/mock-client.d.ts","../../../../node_modules/undici-types/mock-pool.d.ts","../../../../node_modules/undici-types/snapshot-agent.d.ts","../../../../node_modules/undici-types/mock-errors.d.ts","../../../../node_modules/undici-types/proxy-agent.d.ts","../../../../node_modules/undici-types/env-http-proxy-agent.d.ts","../../../../node_modules/undici-types/retry-handler.d.ts","../../../../node_modules/undici-types/retry-agent.d.ts","../../../../node_modules/undici-types/api.d.ts","../../../../node_modules/undici-types/cache-interceptor.d.ts","../../../../node_modules/undici-types/interceptors.d.ts","../../../../node_modules/undici-types/util.d.ts","../../../../node_modules/undici-types/cookies.d.ts","../../../../node_modules/undici-types/patch.d.ts","../../../../node_modules/undici-types/websocket.d.ts","../../../../node_modules/undici-types/eventsource.d.ts","../../../../node_modules/undici-types/diagnostics-channel.d.ts","../../../../node_modules/undici-types/content-type.d.ts","../../../../node_modules/undici-types/cache.d.ts","../../../../node_modules/undici-types/index.d.ts","../../../../node_modules/bun-types/globals.d.ts","../../../../node_modules/bun-types/s3.d.ts","../../../../node_modules/bun-types/fetch.d.ts","../../../../node_modules/bun-types/jsx.d.ts","../../../../node_modules/bun-types/bun.d.ts","../../../../node_modules/bun-types/extensions.d.ts","../../../../node_modules/bun-types/devserver.d.ts","../../../../node_modules/bun-types/ffi.d.ts","../../../../node_modules/bun-types/html-rewriter.d.ts","../../../../node_modules/bun-types/jsc.d.ts","../../../../node_modules/bun-types/sqlite.d.ts","../../../../node_modules/bun-types/vendor/expect-type/utils.d.ts","../../../../node_modules/bun-types/vendor/expect-type/overloads.d.ts","../../../../node_modules/bun-types/vendor/expect-type/branding.d.ts","../../../../node_modules/bun-types/vendor/expect-type/messages.d.ts","../../../../node_modules/bun-types/vendor/expect-type/index.d.ts","../../../../node_modules/bun-types/test.d.ts","../../../../node_modules/bun-types/wasm.d.ts","../../../../node_modules/bun-types/overrides.d.ts","../../../../node_modules/bun-types/deprecated.d.ts","../../../../node_modules/bun-types/redis.d.ts","../../../../node_modules/bun-types/shell.d.ts","../../../../node_modules/bun-types/serve.d.ts","../../../../node_modules/bun-types/sql.d.ts","../../../../node_modules/bun-types/security.d.ts","../../../../node_modules/bun-types/bundle.d.ts","../../../../node_modules/bun-types/bun.ns.d.ts","../../../../node_modules/bun-types/index.d.ts","../../../../node_modules/@types/bun/index.d.ts"],"fileIdsList":[[130,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294,297],[154,172,173,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[154,174,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,214,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,176,181,183,186,187,190,192,193,194,196,206,211,223,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,176,177,183,186,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,178,183,187,190,192,193,194,206,224,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,179,180,183,187,190,192,193,194,197,206,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,180,183,187,190,192,193,194,206,211,220,270,271,272,274,276,287,288,289,290,291,292,293,294],[154,175,181,183,186,187,190,192,193,194,196,206,270,271,272,274,276,287,289,290,291,292,293,294],[154,174,175,182,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,184,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,185,186,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[154,174,175,183,186,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,186,187,188,190,192,193,194,206,211,223,270,271,272,274,276,287,288,289,290,291,292,293,294],[154,175,183,186,187,188,190,192,193,194,206,211,214,270,271,272,274,276,287,288,289,290,291,292,293,294],[154,175,183,186,187,189,190,192,193,194,196,206,211,223,269,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,186,187,189,190,192,193,194,196,206,211,220,223,270,271,272,274,276,287,288,289,290,291,292,293,294],[154,175,183,187,189,190,191,192,193,194,206,211,220,223,270,271,272,274,276,287,288,289,290,291,292,293,294],[152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,186,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,195,206,223,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,186,187,190,192,193,194,196,206,211,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,197,206,270,271,272,274,276,287,288,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,198,206,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,186,187,190,192,193,194,201,206,270,271,272,274,276,287,289,290,291,292,293,294],[154,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,270,271,272,274,276,287,288,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,203,206,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,204,206,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,180,183,187,190,192,193,194,196,206,214,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,186,187,190,192,193,194,206,207,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,208,224,227,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,186,187,190,192,193,194,206,211,213,214,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,212,214,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,214,224,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,215,270,271,272,274,276,287,289,290,291,292,293,294],[154,172,175,183,187,190,192,193,194,206,211,217,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,211,216,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,186,187,190,192,193,194,206,218,219,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,218,219,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,180,183,187,190,192,193,194,196,206,211,220,270,271,272,274,276,287,288,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,221,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,196,206,222,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,189,190,192,193,194,204,206,223,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,224,225,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,180,183,187,190,192,193,194,206,225,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,211,226,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,195,206,227,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,228,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,178,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,180,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,224,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,269,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,223,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,229,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,201,206,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,214,270,271,272,274,276,287,288,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,219,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,186,187,188,190,192,193,194,201,206,211,214,223,226,227,229,269,270,271,272,274,276,287,288,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,211,230,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,180,183,187,189,190,192,193,194,206,220,224,229,269,270,271,272,273,276,277,287,288,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,270,271,272,274,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,269,270,271,274,276,287,289,290,291,292,293,294],[154,175,180,183,187,190,192,193,194,201,206,211,214,220,224,229,269,271,272,274,276,287,288,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,231,270,271,272,274,275,276,277,278,279,280,286,287,288,289,290,291,292,293,294,295,296],[154,175,178,180,183,187,188,190,192,193,194,197,206,214,220,223,230,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,291,292,293,294],[154,175,183,187,190,192,193,194,206,270,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293],[154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,293,294],[154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,292,293,294],[154,175,183,187,190,192,193,194,206,270,271,272,274,276,280,287,289,290,291,292,294],[154,175,183,187,190,192,193,194,206,270,271,272,274,276,285,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,270,271,272,274,276,281,282,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,270,271,272,274,276,281,282,283,284,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,270,271,272,274,276,281,283,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,270,271,272,274,276,281,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,270,271,272,274,276,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,223,235,238,241,242,270,271,272,274,276,287,288,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,211,223,238,270,271,272,274,276,287,288,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,223,238,242,270,271,272,274,276,287,288,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,211,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,232,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,236,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,223,234,235,238,270,271,272,274,276,287,288,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,196,206,220,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,231,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,231,232,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,196,206,223,234,238,270,271,272,274,276,287,288,289,290,291,292,293,294],[149,150,151,154,175,183,186,187,190,192,193,194,206,211,223,233,237,270,271,272,274,276,287,288,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,238,246,254,270,271,272,274,276,287,289,290,291,292,293,294],[150,154,175,183,187,190,192,193,194,206,236,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,238,263,264,270,271,272,274,276,287,289,290,291,292,293,294],[150,154,175,183,187,190,192,193,194,206,214,223,231,233,238,270,271,272,274,276,287,288,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,231,232,270,271,272,274,276,287,288,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,238,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,223,234,238,270,271,272,274,276,287,288,289,290,291,292,293,294],[149,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,232,233,234,236,237,238,239,240,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,264,265,266,267,268,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,238,256,259,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,238,246,247,248,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,236,238,247,249,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,237,270,271,272,274,276,287,289,290,291,292,293,294],[150,154,175,183,187,190,192,193,194,206,232,238,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,238,242,247,249,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,242,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,223,236,238,241,270,271,272,274,276,287,288,289,290,291,292,293,294],[150,154,175,183,187,190,192,193,194,206,234,238,246,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,211,270,271,272,274,276,287,288,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,238,256,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,249,270,271,272,274,276,287,289,290,291,292,293,294],[154,175,183,187,190,192,193,194,206,214,229,231,232,238,263,270,271,272,274,276,287,288,289,290,291,292,293,294],[90,113,114,118,120,121,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[90,94,97,106,107,108,111,113,114,119,121,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[98,108,114,120,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[120,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[89,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[89,90,94,97,98,106,107,108,111,112,113,114,118,119,120,122,123,124,125,126,127,128,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[93,94,95,97,106,114,118,120,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[107,108,114,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[93,94,95,97,106,107,113,118,119,120,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[93,95,107,108,109,110,114,118,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[93,114,118,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[93,94,95,96,105,108,111,114,118,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[93,94,95,96,108,109,111,114,118,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[93,106,111,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[94,97,106,111,114,119,120,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[114,120,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[89,91,92,94,98,108,111,112,114,121,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[90,94,114,118,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[118,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[115,116,117,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[91,113,114,120,122,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[98,107,111,113,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[98,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[98,113,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[94,95,97,106,108,109,113,114,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[93,97,98,105,106,108,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[93,94,95,98,105,106,108,111,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[113,119,120,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[94,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[94,95,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[92,93,95,99,100,101,102,103,104,106,109,111,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[88,129,132,133,134,154,175,183,187,190,192,193,194,198,206,270,271,272,274,276,287,289,290,291,292,293,294],[88,131,132,154,175,183,187,190,192,193,194,198,206,270,271,272,274,276,287,289,290,291,292,293,294],[88,130,131,132,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[88,132,133,135,136,137,138,139,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[132,141,154,175,183,187,188,190,192,193,194,198,206,270,271,272,274,276,287,288,289,290,291,292,293,294],[88,129,132,133,134,135,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[88,132,134,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[88,132,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[132,133,134,135,136,137,140,141,142,147,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[88,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[143,144,145,146,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[88,154,175,180,183,187,188,190,192,193,194,198,206,270,271,272,274,276,287,288,289,290,291,292,293,294],[88,132,144,154,175,183,187,190,192,193,194,206,270,271,272,274,276,287,289,290,291,292,293,294],[88,144,154,175,180,183,187,190,192,193,194,198,206,270,271,272,274,276,287,289,290,291,292,293,294]],"fileInfos":[{"version":"bcd24271a113971ba9eb71ff8cb01bc6b0f872a85c23fdbe5d93065b375933cd","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f88bedbeb09c6f5a6645cb24c7c55f1aa22d19ae96c8e6959cbd8b85a707bc6","impliedFormat":1},{"version":"7fe93b39b810eadd916be8db880dd7f0f7012a5cc6ffb62de8f62a2117fa6f1f","impliedFormat":1},{"version":"bb0074cc08b84a2374af33d8bf044b80851ccc9e719a5e202eacf40db2c31600","impliedFormat":1},{"version":"1a7daebe4f45fb03d9ec53d60008fbf9ac45a697fdc89e4ce218bc94b94f94d6","impliedFormat":1},{"version":"f94b133a3cb14a288803be545ac2683e0d0ff6661bcd37e31aaaec54fc382aed","impliedFormat":1},{"version":"f59d0650799f8782fd74cf73c19223730c6d1b9198671b1c5b3a38e1188b5953","impliedFormat":1},{"version":"8a15b4607d9a499e2dbeed9ec0d3c0d7372c850b2d5f1fb259e8f6d41d468a84","impliedFormat":1},{"version":"26e0fe14baee4e127f4365d1ae0b276f400562e45e19e35fd2d4c296684715e6","impliedFormat":1},{"version":"1e9332c23e9a907175e0ffc6a49e236f97b48838cc8aec9ce7e4cec21e544b65","impliedFormat":1},{"version":"3753fbc1113dc511214802a2342280a8b284ab9094f6420e7aa171e868679f91","impliedFormat":1},{"version":"999ca32883495a866aa5737fe1babc764a469e4cde6ee6b136a4b9ae68853e4b","impliedFormat":1},{"version":"17f13ecb98cbc39243f2eee1f16d45cd8ec4706b03ee314f1915f1a8b42f6984","impliedFormat":1},{"version":"eadcffda2aa84802c73938e589b9e58248d74c59cb7fcbca6474e3435ac15504","affectsGlobalScope":true,"impliedFormat":1},{"version":"105ba8ff7ba746404fe1a2e189d1d3d2e0eb29a08c18dded791af02f29fb4711","affectsGlobalScope":true,"impliedFormat":1},{"version":"00343ca5b2e3d48fa5df1db6e32ea2a59afab09590274a6cccb1dbae82e60c7c","affectsGlobalScope":true,"impliedFormat":1},{"version":"ebd9f816d4002697cb2864bea1f0b70a103124e18a8cd9645eeccc09bdf80ab4","affectsGlobalScope":true,"impliedFormat":1},{"version":"2c1afac30a01772cd2a9a298a7ce7706b5892e447bb46bdbeef720f7b5da77ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"7b0225f483e4fa685625ebe43dd584bb7973bbd84e66a6ba7bbe175ee1048b4f","affectsGlobalScope":true,"impliedFormat":1},{"version":"c0a4b8ac6ce74679c1da2b3795296f5896e31c38e888469a8e0f99dc3305de60","affectsGlobalScope":true,"impliedFormat":1},{"version":"3084a7b5f569088e0146533a00830e206565de65cae2239509168b11434cd84f","affectsGlobalScope":true,"impliedFormat":1},{"version":"c5079c53f0f141a0698faa903e76cb41cd664e3efb01cc17a5c46ec2eb0bef42","affectsGlobalScope":true,"impliedFormat":1},{"version":"32cafbc484dea6b0ab62cf8473182bbcb23020d70845b406f80b7526f38ae862","affectsGlobalScope":true,"impliedFormat":1},{"version":"fca4cdcb6d6c5ef18a869003d02c9f0fd95df8cfaf6eb431cd3376bc034cad36","affectsGlobalScope":true,"impliedFormat":1},{"version":"b93ec88115de9a9dc1b602291b85baf825c85666bf25985cc5f698073892b467","affectsGlobalScope":true,"impliedFormat":1},{"version":"f5c06dcc3fe849fcb297c247865a161f995cc29de7aa823afdd75aaaddc1419b","affectsGlobalScope":true,"impliedFormat":1},{"version":"b77e16112127a4b169ef0b8c3a4d730edf459c5f25fe52d5e436a6919206c4d7","affectsGlobalScope":true,"impliedFormat":1},{"version":"fbffd9337146eff822c7c00acbb78b01ea7ea23987f6c961eba689349e744f8c","affectsGlobalScope":true,"impliedFormat":1},{"version":"a995c0e49b721312f74fdfb89e4ba29bd9824c770bbb4021d74d2bf560e4c6bd","affectsGlobalScope":true,"impliedFormat":1},{"version":"c7b3542146734342e440a84b213384bfa188835537ddbda50d30766f0593aff9","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce6180fa19b1cccd07ee7f7dbb9a367ac19c0ed160573e4686425060b6df7f57","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f02e2476bccb9dbe21280d6090f0df17d2f66b74711489415a8aa4df73c9675","affectsGlobalScope":true,"impliedFormat":1},{"version":"45e3ab34c1c013c8ab2dc1ba4c80c780744b13b5676800ae2e3be27ae862c40c","affectsGlobalScope":true,"impliedFormat":1},{"version":"805c86f6cca8d7702a62a844856dbaa2a3fd2abef0536e65d48732441dde5b5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"e42e397f1a5a77994f0185fd1466520691456c772d06bf843e5084ceb879a0ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"f4c2b41f90c95b1c532ecc874bd3c111865793b23aebcc1c3cbbabcd5d76ffb0","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab26191cfad5b66afa11b8bf935ef1cd88fabfcb28d30b2dfa6fad877d050332","affectsGlobalScope":true,"impliedFormat":1},{"version":"2088bc26531e38fb05eedac2951480db5309f6be3fa4a08d2221abb0f5b4200d","affectsGlobalScope":true,"impliedFormat":1},{"version":"cb9d366c425fea79716a8fb3af0d78e6b22ebbab3bd64d25063b42dc9f531c1e","affectsGlobalScope":true,"impliedFormat":1},{"version":"500934a8089c26d57ebdb688fc9757389bb6207a3c8f0674d68efa900d2abb34","affectsGlobalScope":true,"impliedFormat":1},{"version":"689da16f46e647cef0d64b0def88910e818a5877ca5379ede156ca3afb780ac3","affectsGlobalScope":true,"impliedFormat":1},{"version":"bc21cc8b6fee4f4c2440d08035b7ea3c06b3511314c8bab6bef7a92de58a2593","affectsGlobalScope":true,"impliedFormat":1},{"version":"7ca53d13d2957003abb47922a71866ba7cb2068f8d154877c596d63c359fed25","affectsGlobalScope":true,"impliedFormat":1},{"version":"54725f8c4df3d900cb4dac84b64689ce29548da0b4e9b7c2de61d41c79293611","affectsGlobalScope":true,"impliedFormat":1},{"version":"e5594bc3076ac29e6c1ebda77939bc4c8833de72f654b6e376862c0473199323","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f3eb332c2d73e729f3364fcc0c2b375e72a121e8157d25a82d67a138c83a95c","affectsGlobalScope":true,"impliedFormat":1},{"version":"6f4427f9642ce8d500970e4e69d1397f64072ab73b97e476b4002a646ac743b1","affectsGlobalScope":true,"impliedFormat":1},{"version":"48915f327cd1dea4d7bd358d9dc7732f58f9e1626a29cc0c05c8c692419d9bb7","affectsGlobalScope":true,"impliedFormat":1},{"version":"b7bf9377723203b5a6a4b920164df22d56a43f593269ba6ae1fdc97774b68855","affectsGlobalScope":true,"impliedFormat":1},{"version":"db9709688f82c9e5f65a119c64d835f906efe5f559d08b11642d56eb85b79357","affectsGlobalScope":true,"impliedFormat":1},{"version":"4b25b8c874acd1a4cf8444c3617e037d444d19080ac9f634b405583fd10ce1f7","affectsGlobalScope":true,"impliedFormat":1},{"version":"37be57d7c90cf1f8112ee2636a068d8fd181289f82b744160ec56a7dc158a9f5","affectsGlobalScope":true,"impliedFormat":1},{"version":"a917a49ac94cd26b754ab84e113369a75d1a47a710661d7cd25e961cc797065f","affectsGlobalScope":true,"impliedFormat":1},{"version":"6d3261badeb7843d157ef3e6f5d1427d0eeb0af0cf9df84a62cfd29fd47ac86e","affectsGlobalScope":true,"impliedFormat":1},{"version":"195daca651dde22f2167ac0d0a05e215308119a3100f5e6268e8317d05a92526","affectsGlobalScope":true,"impliedFormat":1},{"version":"8b11e4285cd2bb164a4dc09248bdec69e9842517db4ca47c1ba913011e44ff2f","affectsGlobalScope":true,"impliedFormat":1},{"version":"0508571a52475e245b02bc50fa1394065a0a3d05277fbf5120c3784b85651799","affectsGlobalScope":true,"impliedFormat":1},{"version":"8f9af488f510c3015af3cc8c267a9e9d96c4dd38a1fdff0e11dc5a544711415b","affectsGlobalScope":true,"impliedFormat":1},{"version":"fc611fea8d30ea72c6bbfb599c9b4d393ce22e2f5bfef2172534781e7d138104","affectsGlobalScope":true,"impliedFormat":1},{"version":"0bd714129fca875f7d4c477a1a392200b0bcd13fb2e80928cd334b63830ea047","affectsGlobalScope":true,"impliedFormat":1},{"version":"e2c9037ae6cd2c52d80ceef0b3c5ffdb488627d71529cf4f63776daf11161c9a","affectsGlobalScope":true,"impliedFormat":1},{"version":"135d5cf4d345f59f1a9caadfafcd858d3d9cc68290db616cc85797224448cccc","affectsGlobalScope":true,"impliedFormat":1},{"version":"bc238c3f81c2984751932b6aab223cd5b830e0ac6cad76389e5e9d2ffc03287d","affectsGlobalScope":true,"impliedFormat":1},{"version":"4a07f9b76d361f572620927e5735b77d6d2101c23cdd94383eb5b706e7b36357","affectsGlobalScope":true,"impliedFormat":1},{"version":"7c4e8dc6ab834cc6baa0227e030606d29e3e8449a9f67cdf5605ea5493c4db29","affectsGlobalScope":true,"impliedFormat":1},{"version":"de7ba0fd02e06cd9a5bd4ab441ed0e122735786e67dde1e849cced1cd8b46b78","affectsGlobalScope":true,"impliedFormat":1},{"version":"6148e4e88d720a06855071c3db02069434142a8332cf9c182cda551adedf3156","affectsGlobalScope":true,"impliedFormat":1},{"version":"d63dba625b108316a40c95a4425f8d4294e0deeccfd6c7e59d819efa19e23409","affectsGlobalScope":true,"impliedFormat":1},{"version":"0568d6befee03dd435bed4fc25c4e46865b24bdcb8c563fdc21f580a2c301904","affectsGlobalScope":true,"impliedFormat":1},{"version":"30d62269b05b584741f19a5369852d5d34895aa2ac4fd948956f886d15f9cc0d","affectsGlobalScope":true,"impliedFormat":1},{"version":"f128dae7c44d8f35ee42e0a437000a57c9f06cc04f8b4fb42eebf44954d53dc8","affectsGlobalScope":true,"impliedFormat":1},{"version":"ffbe6d7b295306b2ba88030f65b74c107d8d99bdcf596ea99c62a02f606108b0","affectsGlobalScope":true,"impliedFormat":1},{"version":"996fb27b15277369c68a4ba46ed138b4e9e839a02fb4ec756f7997629242fd9f","affectsGlobalScope":true,"impliedFormat":1},{"version":"79b712591b270d4778c89706ca2cfc56ddb8c3f895840e477388f1710dc5eda9","affectsGlobalScope":true,"impliedFormat":1},{"version":"20884846cef428b992b9bd032e70a4ef88e349263f63aeddf04dda837a7dba26","affectsGlobalScope":true,"impliedFormat":1},{"version":"5fcab789c73a97cd43828ee3cc94a61264cf24d4c44472ce64ced0e0f148bdb2","affectsGlobalScope":true,"impliedFormat":1},{"version":"db59a81f070c1880ad645b2c0275022baa6a0c4f0acdc58d29d349c6efcf0903","affectsGlobalScope":true,"impliedFormat":1},{"version":"673294292640f5722b700e7d814e17aaf7d93f83a48a2c9b38f33cbc940ad8b0","affectsGlobalScope":true,"impliedFormat":1},{"version":"d786b48f934cbca483b3c6d0a798cb43bbb4ada283e76fb22c28e53ae05b9e69","affectsGlobalScope":true,"impliedFormat":1},{"version":"1ecb8e347cb6b2a8927c09b86263663289418df375f5e68e11a0ae683776978f","affectsGlobalScope":true,"impliedFormat":1},{"version":"142efd4ce210576f777dc34df121777be89eda476942d6d6663b03dcb53be3ff","affectsGlobalScope":true,"impliedFormat":1},{"version":"379bc41580c2d774f82e828c70308f24a005b490c25ba34d679d84bcf05c3d9d","affectsGlobalScope":true,"impliedFormat":1},{"version":"ed484fb2aa8a1a23d0277056ec3336e0a0b52f9b8d6a961f338a642faf43235d","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ffedae1d1c2d53fdbca1c96d3c7dda544281f7d262f99b6880634f8fd8d9820","affectsGlobalScope":true,"impliedFormat":1},{"version":"83a730b125d477dd264df8ba479afab27a3dae7152b005c214ab94dc7ee44fd3","affectsGlobalScope":true,"impliedFormat":1},{"version":"1ce14b81c5cc821994aa8ec1d42b220dd41b27fcc06373bce3958af7421b77d4","affectsGlobalScope":true,"impliedFormat":1},{"version":"b3a048b3e9302ef9a34ef4ebb9aecfb28b66abb3bce577206a79fee559c230da","affectsGlobalScope":true,"impliedFormat":1},"c43c2a0107a2a099fe50bcc754e90b50aa6b265ce57e464a2489798b38e4dc53",{"version":"3dfcd0a3bfa70b53135db3cf2e4ddcb7eccc3e4418ce833ae24eecd06928328f","impliedFormat":1},{"version":"bea7cae6a8b2d41fd1a9d70475b54d741dd7ca2103904934858108eec0336a69","impliedFormat":1},{"version":"bc41a8e33caf4d193b0c49ec70d1e8db5ce3312eafe5447c6c1d5a2084fece12","impliedFormat":1},{"version":"7c33f11a56ba4e79efc4ddae85f8a4a888e216d2bf66c863f344d403437ffc74","impliedFormat":1},{"version":"cbef1abd1f8987dee5c9ed8c768a880fbfbff7f7053e063403090f48335c8e4e","impliedFormat":1},{"version":"9249603c91a859973e8f481b67f50d8d0b3fa43e37878f9dfc4c70313ad63065","impliedFormat":1},{"version":"0132f67b7f128d4a47324f48d0918ec73cf4220a5e9ea8bd92b115397911254f","impliedFormat":1},{"version":"06b37153d512000a91cad6fcbae75ca795ecec00469effaa8916101a00d5b9e2","impliedFormat":1},{"version":"8a641e3402f2988bf993007bd814faba348b813fc4058fce5b06de3e81ed511a","impliedFormat":1},{"version":"281744305ba2dcb2d80e2021fae211b1b07e5d85cfc8e36f4520325fcf698dbb","impliedFormat":1},{"version":"e1b042779d17b69719d34f31822ddba8aa6f5eb15f221b02105785f4447e7f5b","impliedFormat":1},{"version":"6858337936b90bd31f1674c43bedda2edbab2a488d04adc02512aef47c792fd0","impliedFormat":1},{"version":"15cb3deecc635efb26133990f521f7f1cc95665d5db8d87e5056beaea564b0ce","impliedFormat":1},{"version":"e27605c8932e75b14e742558a4c3101d9f4fdd32e7e9a056b2ca83f37f973945","impliedFormat":1},{"version":"f0443725119ecde74b0d75c82555b1f95ee1c3cd371558e5528a83d1de8109de","impliedFormat":1},{"version":"7794810c4b3f03d2faa81189504b953a73eb80e5662a90e9030ea9a9a359a66f","impliedFormat":1},{"version":"b074516a691a30279f0fe6dff33cd76359c1daacf4ae024659e44a68756de602","impliedFormat":1},{"version":"57cbeb55ec95326d068a2ce33403e1b795f2113487f07c1f53b1eaf9c21ff2ce","impliedFormat":1},{"version":"a00362ee43d422bcd8239110b8b5da39f1122651a1809be83a518b1298fa6af8","impliedFormat":1},{"version":"a820499a28a5fcdbf4baec05cc069362041d735520ab5a94c38cc44db7df614c","impliedFormat":1},{"version":"33a6d7b07c85ac0cef9a021b78b52e2d901d2ebfd5458db68f229ca482c1910c","impliedFormat":1},{"version":"8f648847b52020c1c0cdfcc40d7bcab72ea470201a631004fde4d85ccbc0c4c7","impliedFormat":1},{"version":"7821d3b702e0c672329c4d036c7037ecf2e5e758eceb5e740dde1355606dc9f2","impliedFormat":1},{"version":"213e4f26ee5853e8ba314ecad3a73cd06ab244a0809749bb777cbc1619aa07d8","impliedFormat":1},{"version":"1720be851bdb7cdbff68061522a71d9ddaa69db1fe90c6819a26953da05942f2","impliedFormat":1},{"version":"961fa18e1658f3f8e38c23e1a9bc3f4d7be75b056a94700291d5f82f57524ff0","impliedFormat":1},{"version":"079c02dc397960da2786db71d7c9e716475377bcedd81dede034f8a9f94c71b8","impliedFormat":1},{"version":"a7595cbb1b354b54dff14a6bb87d471e6d53b63de101a1b4d9d82d3d3f6eddec","impliedFormat":1},{"version":"1f49a85a97e01a26245fd74232b3b301ebe408fb4e969e72e537aa6ffbd3fe14","impliedFormat":1},{"version":"9c38563e4eabfffa597c4d6b9aa16e11e7f9a636f0dd80dd0a8bce1f6f0b2108","impliedFormat":1},{"version":"a971cba9f67e1c87014a2a544c24bc58bad1983970dfa66051b42ae441da1f46","impliedFormat":1},{"version":"df9b266bceb94167c2e8ae25db37d31a28de02ae89ff58e8174708afdec26738","impliedFormat":1},{"version":"9e5b8137b7ee679d31b35221503282561e764116d8b007c5419b6f9d60765683","impliedFormat":1},{"version":"3e7ae921a43416e155d7bbe5b4229b7686cfa6a20af0a3ae5a79dfe127355c21","impliedFormat":1},{"version":"c7200ae85e414d5ed1d3c9507ae38c097050161f57eb1a70bef021d796af87a7","impliedFormat":1},{"version":"4edb4ff36b17b2cf19014b2c901a6bdcdd0d8f732bcf3a11aa6fd0a111198e27","impliedFormat":1},{"version":"810f0d14ce416a343dcdd0d3074c38c094505e664c90636b113d048471c292e2","impliedFormat":1},{"version":"9c37dc73c97cd17686edc94cc534486509e479a1b8809ef783067b7dde5c6713","impliedFormat":1},{"version":"5fe2ef29b33889d3279d5bc92f8e554ffd32145a02f48d272d30fc1eea8b4c89","impliedFormat":1},{"version":"e39090ffe9c45c59082c3746e2aa2546dc53e3c5eeb4ad83f8210be7e2e58022","impliedFormat":1},{"version":"9f85a1810d42f75e1abb4fc94be585aae1fdac8ae752c76b912d95aef61bf5de","impliedFormat":1},{"version":"556ccd493ec36c7d7cb130d51be66e147b91cc1415be383d71da0f1e49f742a9","impliedFormat":1},{"version":"95aba78013d782537cc5e23868e736bec5d377b918990e28ed56110e3ae8b958","impliedFormat":1},{"version":"022909efe6b15094fcda6ac456b8ed13dd37330fbb89e971722249e8919ec0f2","signature":"7bd157dc3cb0560ad3da1eff836bdf57f8673ea13ecaf76c4e21014ab4b5bfab"},{"version":"8fcc9cfed16c891314fbbb7ce62ea6154b528bb3ec07f927ebd22bd25042d2c2","signature":"11d6871e925f881687e46390c94042b36197a482873102168d56bb242ab40769"},{"version":"88b71719b3b006d6e2e5fd199fd7dde659efe4cb35e7b23f7c86dec4e8417220","signature":"59a3f439230f107eaf9673c7b5f12c2ae023ad430816f03900ca7c62a12cfa64"},{"version":"7dff6e378bc5ec7bafebfab9807def443baffeeb4b4664c4d03eafaaacf2e64d","signature":"25d2d1e54280a6368b2c97a74ca84e182b97f785e366bef20e0377d3fb7b7e7f"},{"version":"c30f55be9aa10c34d70b87120755b2375834cbe3d796a0c8ef72c298cf0eaa52","signature":"67536990d5f9bbc8d49deecab2641f4894ba0e2473a1a4d4093e7385cb0c2d40"},{"version":"cbf2181059e8c93bf347f5adef33b12531b8c4d4b9d68a616b1dff654e41d15c","signature":"f193412220285b9fdbf3c6c782f31d3ec55f47c405f35d4696a4aa61e752082f"},{"version":"6995e9ea9422e019ba60a6ba7343e5665c2980ebeab568d1ec8a5491bd1b4b5d","signature":"017874df441491e4eb88ce9656c2784dde78800b4115bd71affb12dd6fcb9d8d"},{"version":"8ba4bad2a79315e63494b54c978266f00caf41125e060a1f37b272c776207493","signature":"23eb72c2fb81e12b72f63340071ab06ed7280b35e5f186d00d7635ca241ae44e"},{"version":"25651ad591a65390bf1522c52dd4388978599807800e3d7a364bcede2fc3c9ef","signature":"82b824c97973b766fe332012a4be2217adf30ed565ac8ae6d002488073cb2f8b"},{"version":"eaa282cf46e9d7d44b79daa190f7f557a867382e77a6ba1204e8558217b6a7fa","signature":"d21f580695c0a4cbb72253566d62138c4200979e6626a2aee55c3b42cc329ca1"},{"version":"63c6fdcc92ecbce8ff829e642bae88ca815873d5abf8a5912197922519c5feba","signature":"a0d9e7a2bafe05c9093ed14015568ac77876bddc2402e12c743a0977bf69fe2b"},{"version":"0bc2e626c6dd47b8ef3af6031ce5e10cc718a4b79edff30323367353be3a3d26","signature":"ae5365ad469ff5dcb122f38a6708c476c5cee7186e6ad1bd65b96ebbed6aea7b"},{"version":"1b82e050f8f1f45a3730f43ff8d0a04722ce39fdb468947bffe58fa6cb6bb2ff","signature":"28afbe077e06a55b9e11d7226c3ea9eb40c86c7c4c722022cd761dfacc3db41e"},{"version":"a6a15dd9a44e06d2dfd2d619d33e1725c14036ea91bb7a9baefec989faceac80","signature":"64c26854d41ec9979a1e0c70df33da69f09cedcb06e099cbaca319d93a62a66d"},{"version":"442392dce5ecf0d6757bb1dd3427bef4c0863180876979492f62584c78ce92fa","signature":"5fc97b32f7bb6b15188cc00d8156b7b9b6aafaebbc0ae7a736c8a2e700c834a2"},{"version":"5a7cc3d511320d3bdee7eaf0b5fa452c208890651e96d548ec7c5bfcc9ba0c64","signature":"72da5eeb656bb87cbacbfc47d9bead02e7c460ca99a052c85c8b777c6e7b7540"},{"version":"b4eab81fad8b1eb0714f54c57bb79430e8443039f4a35d12ab503d050277b71d","signature":"ebe07557cb9d4c454cf860e08462f2e17a7592b9a967919a5aebd2ac9f7c7666"},{"version":"cdcf9ea426ad970f96ac930cd176d5c69c6c24eebd9fc580e1572d6c6a88f62c","impliedFormat":1},{"version":"23cd712e2ce083d68afe69224587438e5914b457b8acf87073c22494d706a3d0","impliedFormat":1},{"version":"487b694c3de27ddf4ad107d4007ad304d29effccf9800c8ae23c2093638d906a","impliedFormat":1},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"0ccdaa19852d25ecd84eec365c3bfa16e7859cadecf6e9ca6d0dbbbee439743f","affectsGlobalScope":true,"impliedFormat":1},{"version":"438b41419b1df9f1fbe33b5e1b18f5853432be205991d1b19f5b7f351675541e","affectsGlobalScope":true,"impliedFormat":1},{"version":"096116f8fedc1765d5bd6ef360c257b4a9048e5415054b3bf3c41b07f8951b0b","affectsGlobalScope":true,"impliedFormat":1},{"version":"e5e01375c9e124a83b52ee4b3244ed1a4d214a6cfb54ac73e164a823a4a7860a","affectsGlobalScope":true,"impliedFormat":1},{"version":"f90ae2bbce1505e67f2f6502392e318f5714bae82d2d969185c4a6cecc8af2fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"4b58e207b93a8f1c88bbf2a95ddc686ac83962b13830fe8ad3f404ffc7051fb4","affectsGlobalScope":true,"impliedFormat":1},{"version":"1fefabcb2b06736a66d2904074d56268753654805e829989a46a0161cd8412c5","affectsGlobalScope":true,"impliedFormat":1},{"version":"9798340ffb0d067d69b1ae5b32faa17ab31b82466a3fc00d8f2f2df0c8554aaa","affectsGlobalScope":true,"impliedFormat":1},{"version":"c18a99f01eb788d849ad032b31cafd49de0b19e083fe775370834c5675d7df8e","affectsGlobalScope":true,"impliedFormat":1},{"version":"5247874c2a23b9a62d178ae84f2db6a1d54e6c9a2e7e057e178cc5eea13757fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"dd0109710de4cd93e245121ab86d8c66d20f3ead80074b68e9c3e349c4f53342","affectsGlobalScope":true,"impliedFormat":1},{"version":"b3275d55fac10b799c9546804126239baf020d220136163f763b55a74e50e750","affectsGlobalScope":true,"impliedFormat":1},{"version":"fa68a0a3b7cb32c00e39ee3cd31f8f15b80cac97dce51b6ee7fc14a1e8deb30b","affectsGlobalScope":true,"impliedFormat":1},{"version":"1cf059eaf468efcc649f8cf6075d3cb98e9a35a0fe9c44419ec3d2f5428d7123","affectsGlobalScope":true,"impliedFormat":1},{"version":"6c36e755bced82df7fb6ce8169265d0a7bb046ab4e2cb6d0da0cb72b22033e89","affectsGlobalScope":true,"impliedFormat":1},{"version":"e7721c4f69f93c91360c26a0a84ee885997d748237ef78ef665b153e622b36c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"7a93de4ff8a63bafe62ba86b89af1df0ccb5e40bb85b0c67d6bbcfdcf96bf3d4","affectsGlobalScope":true,"impliedFormat":1},{"version":"90e85f9bc549dfe2b5749b45fe734144e96cd5d04b38eae244028794e142a77e","affectsGlobalScope":true,"impliedFormat":1},{"version":"e0a5deeb610b2a50a6350bd23df6490036a1773a8a71d70f2f9549ab009e67ee","affectsGlobalScope":true,"impliedFormat":1},{"version":"435b3711465425770ed2ee2f1cf00ce071835265e0851a7dc4600ab4b007550e","impliedFormat":1},{"version":"7e49f52a159435fc8df4de9dc377ef5860732ca2dc9efec1640531d3cf5da7a3","impliedFormat":1},{"version":"dd4bde4bdc2e5394aed6855e98cf135dfdf5dd6468cad842e03116d31bbcc9bc","impliedFormat":1},{"version":"4d4e879009a84a47c05350b8dca823036ba3a29a3038efed1be76c9f81e45edf","affectsGlobalScope":true,"impliedFormat":1},{"version":"cf83d90d5faf27b994c2e79af02e32b555dbfe42cd9bd1571445f2168d1f4e2d","impliedFormat":1},{"version":"9ba13b47cb450a438e3076c4a3f6afb9dc85e17eae50f26d4b2d72c0688c9251","impliedFormat":1},{"version":"b64cd4401633ea4ecadfd700ddc8323a13b63b106ac7127c1d2726f32424622c","impliedFormat":1},{"version":"37c6e5fe5715814412b43cc9b50b24c67a63c4e04e753e0d1305970d65417a60","impliedFormat":1},{"version":"0e28335ac43f4d94dd2fe6d9e6fa6813570640839addd10d309d7985f33a6308","impliedFormat":1},{"version":"ee0e4946247f842c6dd483cbb60a5e6b484fee07996e3a7bc7343dfb68a04c5d","impliedFormat":1},{"version":"ef051f42b7e0ef5ca04552f54c4552eac84099d64b6c5ad0ef4033574b6035b8","impliedFormat":1},{"version":"853a43154f1d01b0173d9cbd74063507ece57170bad7a3b68f3fa1229ad0a92f","impliedFormat":1},{"version":"56231e3c39a031bfb0afb797690b20ed4537670c93c0318b72d5180833d98b72","impliedFormat":1},{"version":"5cc7c39031bfd8b00ad58f32143d59eb6ffc24f5d41a20931269011dccd36c5e","impliedFormat":1},{"version":"836b1d038d400811f265b04c758e1ef0fb64d915499a4ef590acc54761875075","affectsGlobalScope":true,"impliedFormat":1},{"version":"961cf7535b9c521cd634055b1b6ac49b94d055f0b573ce7fdc4cfaddab080b7c","impliedFormat":1},{"version":"806a8c6daae69e5695e7200d9eca6bc1e4298f38d90edda3ce67a794da31a24f","impliedFormat":1},{"version":"ac86245c2f31335bfd52cbe7fc760f9fc4f165387875869a478a6d9616a95e72","impliedFormat":1},{"version":"01ff95aa1443e3f7248974e5a771f513cb2ac158c8898f470a1792f817bee497","impliedFormat":1},{"version":"9d96a7ce809392ff2cb99691acf7c62e632fe56897356ba013b689277aca3619","impliedFormat":1},{"version":"42a05d8f239f74587d4926aba8cc54792eed8e8a442c7adc9b38b516642aadfe","impliedFormat":1},{"version":"5d21b58d60383cc6ab9ad3d3e265d7d25af24a2c9b506247e0e50b0a884920be","impliedFormat":1},{"version":"101f482fd48cb4c7c0468dcc6d62c843d842977aea6235644b1edd05e81fbf22","impliedFormat":1},{"version":"ae6757460f37078884b1571a3de3ebaf724d827d7e1d53626c02b3c2a408ac63","affectsGlobalScope":true,"impliedFormat":1},{"version":"27c0a08e343c6a0ae17bd13ba6d44a9758236dc904cd5e4b43456996cd51f520","impliedFormat":1},{"version":"3ef397f12387eff17f550bc484ea7c27d21d43816bbe609d495107f44b97e933","impliedFormat":1},{"version":"1023282e2ba810bc07905d3668349fbd37a26411f0c8f94a70ef3c05fe523fcf","impliedFormat":1},{"version":"b214ebcf76c51b115453f69729ee8aa7b7f8eccdae2a922b568a45c2d7ff52f7","impliedFormat":1},{"version":"429c9cdfa7d126255779efd7e6d9057ced2d69c81859bbab32073bad52e9ba76","impliedFormat":1},{"version":"6f80e51ba310608cd71bcdc09a171d7bbfb3b316048601c9ec215ce16a8dcfbc","impliedFormat":1},{"version":"a3bdc774995d56caaac759a424831091bb22450ca3590f34dae53d98323be191","affectsGlobalScope":true,"impliedFormat":1},{"version":"7f2c62938251b45715fd2a9887060ec4fbc8724727029d1cbce373747252bdd7","impliedFormat":1},{"version":"e3ace08b6bbd84655d41e244677b474fd995923ffef7149ddb68af8848b60b05","impliedFormat":1},{"version":"132580b0e86c48fab152bab850fc57a4b74fe915c8958d2ccb052b809a44b61c","impliedFormat":1},{"version":"af4ab0aa8908fc9a655bb833d3bc28e117c4f0e1038c5a891546158beb25accb","impliedFormat":1},{"version":"69c9a5a9392e8564bd81116e1ed93b13205201fb44cb35a7fde8c9f9e21c4b23","impliedFormat":1},{"version":"5f8fc37f8434691ffac1bfd8fc2634647da2c0e84253ab5d2dd19a7718915b35","impliedFormat":1},{"version":"5981c2340fd8b076cae8efbae818d42c11ffc615994cb060b1cd390795f1be2b","impliedFormat":1},{"version":"2ca2bca6845a7234eff5c3d192727a068fca72ac565f3c819c6b04ccc83dadc0","impliedFormat":1},{"version":"ed4f674fc8c0c993cc7e145069ac44129e03519b910c62be206a0cc777bdc60b","affectsGlobalScope":true,"impliedFormat":1},{"version":"0250da3eb85c99624f974e77ef355cdf86f43980251bc371475c2b397ba55bcd","impliedFormat":1},{"version":"f1c93e046fb3d9b7f8249629f4b63dc068dd839b824dd0aa39a5e68476dc9420","impliedFormat":1},{"version":"3d3a5f27ffbc06c885dd4d5f9ee20de61faf877fe2c3a7051c4825903d9a7fdc","impliedFormat":1},{"version":"12806f9f085598ef930edaf2467a5fa1789a878fba077cd27e85dc5851e11834","impliedFormat":1},{"version":"17d06eb5709839c7ce719f0c38ada6f308fb433f2cd6d8c87b35856e07400950","impliedFormat":1},{"version":"a43fe41c33d0a192a0ecaf9b92e87bef3709c9972e6d53c42c49251ccb962d69","impliedFormat":1},{"version":"a177959203c017fad3ecc4f3d96c8757a840957a4959a3ae00dab9d35961ca6c","affectsGlobalScope":true,"impliedFormat":1},{"version":"6fc727ccf9b36e257ff982ea0badeffbfc2c151802f741bddff00c6af3b784cf","impliedFormat":1},{"version":"6c00f77f0335ae0c18bd45a6c7c9c97c9625fb7e5dd6d5936eadf70718bce52e","impliedFormat":1},{"version":"4844a4c9b4b1e812b257676ed8a80b3f3be0e29bf05e742cc2ea9c3c6865e6c6","impliedFormat":1},{"version":"064878a60367e0407c42fb7ba02a2ea4d83257357dc20088e549bd4d89433e9c","impliedFormat":1},{"version":"14d4bd22d1b05824971b98f7e91b2484c90f1a684805c330476641417c3d9735","impliedFormat":1},{"version":"586eaf66bace2e731cee0ddfbfac326ad74a83c1acfeac4afb2db85ad23226c7","impliedFormat":1},{"version":"b484ec11ba00e3a2235562a41898d55372ccabe607986c6fa4f4aba72093749f","impliedFormat":1},{"version":"d1a14d87cedcf4f0b8173720d6eb29cc02878bf2b6dabf9c9d9cee742f275368","impliedFormat":1},{"version":"e60efae9fe48a2955f66bf4cbf0f082516185b877daf50d9c5e2a009660a7714","impliedFormat":1},{"version":"041a7781b9127ab568d2cdcce62c58fdea7c7407f40b8c50045d7866a2727130","impliedFormat":1},{"version":"cd9189eacf0f9143b8830e9d6769335aa6d902c04195f04145bcbf19e7f26fcb","impliedFormat":1},{"version":"e1cb68f3ef3a8dd7b2a9dfb3de482ed6c0f1586ba0db4e7d73c1d2147b6ffc51","impliedFormat":1},{"version":"55cdbeebe76a1fa18bbd7e7bf73350a2173926bd3085bb050cf5a5397025ee4e","impliedFormat":1},{"version":"3a80bc85f38526ca3b08007ee80712e7bb0601df178b23fbf0bf87036fce40ce","impliedFormat":1},{"version":"ccf4552357ce3c159ef75f0f0114e80401702228f1898bdc9402214c9499e8c0","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"68834d631c8838c715f225509cfc3927913b9cc7a4870460b5b60c8dbdb99baf","impliedFormat":1},{"version":"2931540c47ee0ff8a62860e61782eb17b155615db61e36986e54645ec67f67c2","impliedFormat":1},{"version":"ccab02f3920fc75c01174c47fcf67882a11daf16baf9e81701d0a94636e94556","impliedFormat":1},{"version":"f6faf5f74e4c4cc309a6c6a6c4da02dbb840be5d3e92905a23dcd7b2b0bd1986","impliedFormat":1},{"version":"ea6bc8de8b59f90a7a3960005fd01988f98fd0784e14bc6922dde2e93305ec7d","impliedFormat":1},{"version":"36107995674b29284a115e21a0618c4c2751b32a8766dd4cb3ba740308b16d59","impliedFormat":1},{"version":"914a0ae30d96d71915fc519ccb4efbf2b62c0ddfb3a3fc6129151076bc01dc60","impliedFormat":1},{"version":"33e981bf6376e939f99bd7f89abec757c64897d33c005036b9a10d9587d80187","impliedFormat":1},{"version":"7fd1b31fd35876b0aa650811c25ec2c97a3c6387e5473eb18004bed86cdd76b6","impliedFormat":1},{"version":"b41767d372275c154c7ea6c9d5449d9a741b8ce080f640155cc88ba1763e35b3","impliedFormat":1},{"version":"3bacf516d686d08682751a3bd2519ea3b8041a164bfb4f1d35728993e70a2426","impliedFormat":1},{"version":"7fb266686238369442bd1719bc0d7edd0199da4fb8540354e1ff7f16669b4323","impliedFormat":1},{"version":"0a60a292b89ca7218b8616f78e5bbd1c96b87e048849469cccb4355e98af959a","impliedFormat":1},{"version":"0b6e25234b4eec6ed96ab138d96eb70b135690d7dd01f3dd8a8ab291c35a683a","impliedFormat":1},{"version":"9666f2f84b985b62400d2e5ab0adae9ff44de9b2a34803c2c5bd3c8325b17dc0","impliedFormat":1},{"version":"40cd35c95e9cf22cfa5bd84e96408b6fcbca55295f4ff822390abb11afbc3dca","impliedFormat":1},{"version":"b1616b8959bf557feb16369c6124a97a0e74ed6f49d1df73bb4b9ddf68acf3f3","impliedFormat":1},{"version":"5b03a034c72146b61573aab280f295b015b9168470f2df05f6080a2122f9b4df","impliedFormat":1},{"version":"40b463c6766ca1b689bfcc46d26b5e295954f32ad43e37ee6953c0a677e4ae2b","impliedFormat":1},{"version":"249b9cab7f5d628b71308c7d9bb0a808b50b091e640ba3ed6e2d0516f4a8d91d","impliedFormat":1},{"version":"80aae6afc67faa5ac0b32b5b8bc8cc9f7fa299cff15cf09cc2e11fd28c6ae29e","impliedFormat":1},{"version":"f473cd2288991ff3221165dcf73cd5d24da30391f87e85b3dd4d0450c787a391","impliedFormat":1},{"version":"499e5b055a5aba1e1998f7311a6c441a369831c70905cc565ceac93c28083d53","impliedFormat":1},{"version":"54c3e2371e3d016469ad959697fd257e5621e16296fa67082c2575d0bf8eced0","impliedFormat":1},{"version":"beb8233b2c220cfa0feea31fbe9218d89fa02faa81ef744be8dce5acb89bb1fd","impliedFormat":1},{"version":"c183b931b68ad184bc8e8372bf663f3d33304772fb482f29fb91b3c391031f3e","impliedFormat":1},{"version":"5d0375ca7310efb77e3ef18d068d53784faf62705e0ad04569597ae0e755c401","impliedFormat":1},{"version":"59af37caec41ecf7b2e76059c9672a49e682c1a2aa6f9d7dc78878f53aa284d6","impliedFormat":1},{"version":"addf417b9eb3f938fddf8d81e96393a165e4be0d4a8b6402292f9c634b1cb00d","impliedFormat":1},{"version":"48cc3ec153b50985fb95153258a710782b25975b10dd4ac8a4f3920632d10790","impliedFormat":1},{"version":"adf27937dba6af9f08a68c5b1d3fce0ca7d4b960c57e6d6c844e7d1a8e53adae","impliedFormat":1},{"version":"e1528ca65ac90f6fa0e4a247eb656b4263c470bb22d9033e466463e13395e599","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"866078923a56d026e39243b4392e282c1c63159723996fa89243140e1388a98d","impliedFormat":1},{"version":"6e215dac8b234548d91b718f9c07d5b09473cd5cabb29053fcd8be0af190acb6","affectsGlobalScope":true,"impliedFormat":1},{"version":"0d759cc99e081cacd0352467a0c24e979a6ef748329aa6ddea2d789664580201","impliedFormat":1},{"version":"f3d3e999a323c85c8a63ce90c6e4624ff89fe137a0e2508fddc08e0556d08abf","impliedFormat":1},{"version":"314607151cc203975193d5f44765f38597be3b0a43f466d3c1bfb17176dd3bd3","impliedFormat":1},{"version":"5beb6b7c030620fbc8cb339028593127dd0cf02bdc079fd94baf6d794a83e3d8","impliedFormat":1},{"version":"f40aad6c91017f20fc542f5701ec41e0f6aeba63c61bbf7aa13266ec29a50a3b","impliedFormat":1},{"version":"fc9e630f9302d0414ccd6c8ed2706659cff5ae454a56560c6122fa4a3fac5bbd","affectsGlobalScope":true,"impliedFormat":1},{"version":"aa0a44af370a2d7c1aac988a17836f57910a6c52689f52f5b3ac1d4c6cadcb23","impliedFormat":1},{"version":"0ac74c7586880e26b6a599c710b59284a284e084a2bbc82cd40fb3fbfdea71ae","affectsGlobalScope":true,"impliedFormat":1},{"version":"2ce12357dadbb8efc4e4ec4dab709c8071bf992722fc9adfea2fe0bd5b50923f","impliedFormat":1},{"version":"b5a907deaba678e5083ccdd7cc063a3a8c3413c688098f6de29d6e4cefabc85f","impliedFormat":1},{"version":"ffd344731abee98a0a85a735b19052817afd2156d97d1410819cd9bcd1bd575e","impliedFormat":1},{"version":"475e07c959f4766f90678425b45cf58ac9b95e50de78367759c1e5118e85d5c3","impliedFormat":1},{"version":"a524ae401b30a1b0814f1bbcdae459da97fa30ae6e22476e506bb3f82e3d9456","impliedFormat":1},{"version":"7375e803c033425e27cb33bae21917c106cb37b508fd242cccd978ef2ee244c7","impliedFormat":1},{"version":"eeb890c7e9218afdad2f30ad8a76b0b0b5161d11ce13b6723879de408e6bc47a","impliedFormat":1},{"version":"998da6b85ebace9ebea67040dd1a640f0156064e3d28dbe9bd9c0229b6f72347","impliedFormat":1},{"version":"dfbcc400ac6d20b941ccc7bd9031b9d9f54e4d495dd79117334e771959df4805","affectsGlobalScope":true,"impliedFormat":1},{"version":"944d65951e33a13068be5cd525ec42bf9bc180263ba0b723fa236970aa21f611","affectsGlobalScope":true,"impliedFormat":1},{"version":"6b386c7b6ce6f369d18246904fa5eac73566167c88fb6508feba74fa7501a384","affectsGlobalScope":true,"impliedFormat":1},{"version":"592a109e67b907ffd2078cd6f727d5c326e06eaada169eef8fb18546d96f6797","impliedFormat":1},{"version":"f2eb1e35cae499d57e34b4ac3650248776fe7dbd9a3ec34b23754cfd8c22fceb","impliedFormat":1},{"version":"fbed43a6fcf5b675f5ec6fc960328114777862b58a2bb19c109e8fc1906caa09","impliedFormat":1},{"version":"9e98bd421e71f70c75dae7029e316745c89fa7b8bc8b43a91adf9b82c206099c","impliedFormat":1},{"version":"fc803e6b01f4365f71f51f9ce13f71396766848204d4f7a1b2b6154434b84b15","impliedFormat":1},{"version":"f3afcc0d6f77a9ca2d2c5c92eb4b89cd38d6fa4bdc1410d626bd701760a977ec","impliedFormat":1},{"version":"c8109fe76467db6e801d0edfbc50e6826934686467c9418ce6b246232ce7f109","affectsGlobalScope":true,"impliedFormat":1},{"version":"e6f803e4e45915d58e721c04ec17830c6e6678d1e3e00e28edf3d52720909cea","affectsGlobalScope":true,"impliedFormat":1},{"version":"37be812b06e518320ba82e2aff3ac2ca37370a9df917db708f081b9043fa3315","impliedFormat":1}],"root":[[132,148]],"options":{"allowImportingTsExtensions":true,"allowJs":true,"composite":true,"declaration":true,"declarationMap":true,"emitDeclarationOnly":true,"jsx":4,"module":200,"noEmitOnError":true,"noFallthroughCasesInSwitch":true,"noImplicitOverride":true,"noPropertyAccessFromIndexSignature":false,"noUncheckedIndexedAccess":true,"noUnusedLocals":false,"noUnusedParameters":false,"outDir":"./","skipLibCheck":true,"strict":true,"target":99,"verbatimModuleSyntax":true},"referencedMap":[[131,1],[130,2],[298,3],[172,4],[173,4],[174,5],[154,6],[175,7],[176,8],[177,9],[152,2],[178,10],[179,11],[180,12],[181,13],[182,14],[183,15],[184,15],[185,16],[186,17],[187,18],[188,19],[155,2],[153,2],[189,20],[190,21],[191,22],[231,23],[192,24],[193,25],[194,24],[195,26],[196,27],[197,28],[198,29],[199,29],[200,29],[201,30],[202,31],[203,32],[204,33],[205,34],[206,35],[207,35],[208,36],[209,2],[210,2],[211,37],[212,38],[213,37],[214,39],[215,40],[216,41],[217,42],[218,43],[219,44],[220,45],[221,46],[222,47],[223,48],[224,49],[225,50],[226,51],[227,52],[228,53],[156,24],[157,2],[158,54],[159,55],[160,2],[161,56],[162,2],[163,57],[164,58],[165,59],[166,59],[167,60],[168,2],[169,61],[170,62],[171,58],[229,63],[230,64],[274,65],[296,2],[295,2],[289,66],[276,67],[275,2],[272,68],[277,2],[270,69],[278,2],[297,70],[279,2],[273,2],[288,71],[290,72],[271,73],[294,74],[292,75],[291,76],[293,77],[280,2],[286,78],[283,79],[285,80],[284,81],[282,82],[281,2],[287,83],[86,2],[87,2],[15,2],[14,2],[2,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[22,2],[23,2],[3,2],[24,2],[25,2],[4,2],[26,2],[30,2],[27,2],[28,2],[29,2],[31,2],[32,2],[33,2],[5,2],[34,2],[35,2],[36,2],[37,2],[6,2],[41,2],[38,2],[39,2],[40,2],[42,2],[7,2],[43,2],[48,2],[49,2],[44,2],[45,2],[46,2],[47,2],[8,2],[53,2],[50,2],[51,2],[52,2],[54,2],[9,2],[55,2],[56,2],[57,2],[59,2],[58,2],[60,2],[61,2],[10,2],[62,2],[63,2],[64,2],[11,2],[65,2],[66,2],[67,2],[68,2],[69,2],[70,2],[12,2],[71,2],[72,2],[73,2],[74,2],[75,2],[1,2],[76,2],[77,2],[13,2],[78,2],[79,2],[80,2],[81,2],[82,2],[83,2],[84,2],[85,2],[246,84],[258,85],[244,86],[259,87],[268,88],[235,89],[236,90],[234,91],[267,92],[262,93],[266,94],[238,95],[255,96],[237,97],[265,98],[232,99],[233,100],[239,101],[240,2],[245,102],[243,101],[150,103],[269,104],[260,105],[249,106],[248,101],[250,107],[253,108],[247,109],[251,110],[263,92],[241,111],[242,112],[254,113],[151,114],[257,115],[256,101],[252,116],[261,2],[149,2],[264,117],[122,118],[120,119],[91,2],[109,120],[121,121],[90,122],[129,123],[92,2],[119,124],[96,125],[114,126],[111,127],[94,128],[106,129],[97,130],[110,131],[107,132],[93,133],[113,134],[115,135],[116,136],[117,136],[118,137],[123,2],[89,2],[124,136],[125,138],[108,139],[99,140],[100,140],[101,140],[112,141],[98,142],[126,143],[127,144],[102,2],[95,145],[103,146],[104,147],[105,148],[128,132],[135,149],[136,150],[133,151],[140,152],[141,2],[142,153],[132,2],[137,154],[138,155],[139,156],[148,157],[143,158],[147,159],[144,160],[145,161],[146,162],[134,2],[88,2]],"latestChangedDtsFile":"./index.d.ts","version":"6.0.2"}
|
|
1
|
+
{"fileNames":["../../../../node_modules/typescript/lib/lib.es5.d.ts","../../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../../node_modules/typescript/lib/lib.es2021.d.ts","../../../../node_modules/typescript/lib/lib.es2022.d.ts","../../../../node_modules/typescript/lib/lib.es2023.d.ts","../../../../node_modules/typescript/lib/lib.es2024.d.ts","../../../../node_modules/typescript/lib/lib.es2025.d.ts","../../../../node_modules/typescript/lib/lib.esnext.d.ts","../../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../../node_modules/typescript/lib/lib.es2023.array.d.ts","../../../../node_modules/typescript/lib/lib.es2023.collection.d.ts","../../../../node_modules/typescript/lib/lib.es2023.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts","../../../../node_modules/typescript/lib/lib.es2024.collection.d.ts","../../../../node_modules/typescript/lib/lib.es2024.object.d.ts","../../../../node_modules/typescript/lib/lib.es2024.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2024.regexp.d.ts","../../../../node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.es2024.string.d.ts","../../../../node_modules/typescript/lib/lib.es2025.collection.d.ts","../../../../node_modules/typescript/lib/lib.es2025.float16.d.ts","../../../../node_modules/typescript/lib/lib.es2025.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2025.iterator.d.ts","../../../../node_modules/typescript/lib/lib.es2025.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2025.regexp.d.ts","../../../../node_modules/typescript/lib/lib.esnext.array.d.ts","../../../../node_modules/typescript/lib/lib.esnext.collection.d.ts","../../../../node_modules/typescript/lib/lib.esnext.date.d.ts","../../../../node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../../../node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../../../node_modules/typescript/lib/lib.esnext.error.d.ts","../../../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../../node_modules/typescript/lib/lib.esnext.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.esnext.temporal.d.ts","../../../../node_modules/typescript/lib/lib.esnext.typedarrays.d.ts","../../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../../node_modules/@types/react/global.d.ts","../../../../node_modules/csstype/index.d.ts","../../../../node_modules/@types/react/index.d.ts","../../../../node_modules/@types/react/jsx-runtime.d.ts","../../../cms-types/dist/types/index.d.ts","../../../../node_modules/yaml/dist/parse/line-counter.d.ts","../../../../node_modules/yaml/dist/errors.d.ts","../../../../node_modules/yaml/dist/doc/applyReviver.d.ts","../../../../node_modules/yaml/dist/log.d.ts","../../../../node_modules/yaml/dist/nodes/toJS.d.ts","../../../../node_modules/yaml/dist/nodes/Scalar.d.ts","../../../../node_modules/yaml/dist/stringify/stringify.d.ts","../../../../node_modules/yaml/dist/nodes/Collection.d.ts","../../../../node_modules/yaml/dist/nodes/YAMLSeq.d.ts","../../../../node_modules/yaml/dist/schema/types.d.ts","../../../../node_modules/yaml/dist/schema/common/map.d.ts","../../../../node_modules/yaml/dist/schema/common/seq.d.ts","../../../../node_modules/yaml/dist/schema/common/string.d.ts","../../../../node_modules/yaml/dist/stringify/foldFlowLines.d.ts","../../../../node_modules/yaml/dist/stringify/stringifyNumber.d.ts","../../../../node_modules/yaml/dist/stringify/stringifyString.d.ts","../../../../node_modules/yaml/dist/util.d.ts","../../../../node_modules/yaml/dist/nodes/YAMLMap.d.ts","../../../../node_modules/yaml/dist/nodes/identity.d.ts","../../../../node_modules/yaml/dist/schema/Schema.d.ts","../../../../node_modules/yaml/dist/doc/createNode.d.ts","../../../../node_modules/yaml/dist/nodes/addPairToJSMap.d.ts","../../../../node_modules/yaml/dist/nodes/Pair.d.ts","../../../../node_modules/yaml/dist/schema/tags.d.ts","../../../../node_modules/yaml/dist/options.d.ts","../../../../node_modules/yaml/dist/nodes/Node.d.ts","../../../../node_modules/yaml/dist/parse/cst-scalar.d.ts","../../../../node_modules/yaml/dist/parse/cst-stringify.d.ts","../../../../node_modules/yaml/dist/parse/cst-visit.d.ts","../../../../node_modules/yaml/dist/parse/cst.d.ts","../../../../node_modules/yaml/dist/nodes/Alias.d.ts","../../../../node_modules/yaml/dist/doc/Document.d.ts","../../../../node_modules/yaml/dist/doc/directives.d.ts","../../../../node_modules/yaml/dist/compose/composer.d.ts","../../../../node_modules/yaml/dist/parse/lexer.d.ts","../../../../node_modules/yaml/dist/parse/parser.d.ts","../../../../node_modules/yaml/dist/public-api.d.ts","../../../../node_modules/yaml/dist/schema/yaml-1.1/omap.d.ts","../../../../node_modules/yaml/dist/schema/yaml-1.1/set.d.ts","../../../../node_modules/yaml/dist/visit.d.ts","../../../../node_modules/yaml/dist/index.d.ts","../../../../node_modules/@babel/types/lib/index.d.ts","../../../../node_modules/@babel/parser/typings/babel-parser.d.ts","../../src/fs/types.ts","../../src/content-config-ast.ts","../../src/shared.ts","../../src/collection-scanner.ts","../../src/component-registry.ts","../../src/media/local.ts","../../src/handlers/entry-ops.ts","../../src/handlers/page-ops.ts","../../src/handlers/redirect-ops.ts","../../src/core.ts","../../src/fs/glob.ts","../../src/fs/node-fs.ts","../../src/media/contember.ts","../../src/media/project-images.ts","../../src/media/s3.ts","../../src/media/index.ts","../../src/index.ts","../../../../node_modules/undici-types/utility.d.ts","../../../../node_modules/undici-types/header.d.ts","../../../../node_modules/undici-types/readable.d.ts","../../../../node_modules/@types/node/compatibility/iterators.d.ts","../../../../node_modules/@types/node/globals.typedarray.d.ts","../../../../node_modules/@types/node/buffer.buffer.d.ts","../../../../node_modules/@types/node/globals.d.ts","../../../../node_modules/@types/node/web-globals/abortcontroller.d.ts","../../../../node_modules/@types/node/web-globals/blob.d.ts","../../../../node_modules/@types/node/web-globals/console.d.ts","../../../../node_modules/@types/node/web-globals/crypto.d.ts","../../../../node_modules/@types/node/web-globals/domexception.d.ts","../../../../node_modules/@types/node/web-globals/encoding.d.ts","../../../../node_modules/@types/node/web-globals/events.d.ts","../../../../node_modules/@types/node/web-globals/fetch.d.ts","../../../../node_modules/@types/node/web-globals/importmeta.d.ts","../../../../node_modules/@types/node/web-globals/messaging.d.ts","../../../../node_modules/@types/node/web-globals/navigator.d.ts","../../../../node_modules/@types/node/web-globals/performance.d.ts","../../../../node_modules/@types/node/web-globals/storage.d.ts","../../../../node_modules/@types/node/web-globals/streams.d.ts","../../../../node_modules/@types/node/web-globals/timers.d.ts","../../../../node_modules/@types/node/web-globals/url.d.ts","../../../../node_modules/@types/node/assert.d.ts","../../../../node_modules/@types/node/assert/strict.d.ts","../../../../node_modules/@types/node/async_hooks.d.ts","../../../../node_modules/@types/node/buffer.d.ts","../../../../node_modules/@types/node/child_process.d.ts","../../../../node_modules/@types/node/cluster.d.ts","../../../../node_modules/@types/node/console.d.ts","../../../../node_modules/@types/node/constants.d.ts","../../../../node_modules/@types/node/crypto.d.ts","../../../../node_modules/@types/node/dgram.d.ts","../../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../../node_modules/@types/node/dns.d.ts","../../../../node_modules/@types/node/dns/promises.d.ts","../../../../node_modules/@types/node/domain.d.ts","../../../../node_modules/@types/node/events.d.ts","../../../../node_modules/@types/node/fs.d.ts","../../../../node_modules/@types/node/fs/promises.d.ts","../../../../node_modules/@types/node/http.d.ts","../../../../node_modules/@types/node/http2.d.ts","../../../../node_modules/@types/node/https.d.ts","../../../../node_modules/@types/node/inspector.d.ts","../../../../node_modules/@types/node/inspector.generated.d.ts","../../../../node_modules/@types/node/inspector/promises.d.ts","../../../../node_modules/@types/node/module.d.ts","../../../../node_modules/@types/node/net.d.ts","../../../../node_modules/@types/node/os.d.ts","../../../../node_modules/@types/node/path.d.ts","../../../../node_modules/@types/node/path/posix.d.ts","../../../../node_modules/@types/node/path/win32.d.ts","../../../../node_modules/@types/node/perf_hooks.d.ts","../../../../node_modules/@types/node/process.d.ts","../../../../node_modules/@types/node/punycode.d.ts","../../../../node_modules/@types/node/querystring.d.ts","../../../../node_modules/@types/node/quic.d.ts","../../../../node_modules/@types/node/readline.d.ts","../../../../node_modules/@types/node/readline/promises.d.ts","../../../../node_modules/@types/node/repl.d.ts","../../../../node_modules/@types/node/sea.d.ts","../../../../node_modules/@types/node/sqlite.d.ts","../../../../node_modules/@types/node/stream.d.ts","../../../../node_modules/@types/node/stream/consumers.d.ts","../../../../node_modules/@types/node/stream/promises.d.ts","../../../../node_modules/@types/node/stream/web.d.ts","../../../../node_modules/@types/node/string_decoder.d.ts","../../../../node_modules/@types/node/test.d.ts","../../../../node_modules/@types/node/test/reporters.d.ts","../../../../node_modules/@types/node/timers.d.ts","../../../../node_modules/@types/node/timers/promises.d.ts","../../../../node_modules/@types/node/tls.d.ts","../../../../node_modules/@types/node/trace_events.d.ts","../../../../node_modules/@types/node/tty.d.ts","../../../../node_modules/@types/node/url.d.ts","../../../../node_modules/@types/node/util.d.ts","../../../../node_modules/@types/node/util/types.d.ts","../../../../node_modules/@types/node/v8.d.ts","../../../../node_modules/@types/node/vm.d.ts","../../../../node_modules/@types/node/wasi.d.ts","../../../../node_modules/@types/node/worker_threads.d.ts","../../../../node_modules/@types/node/zlib.d.ts","../../../../node_modules/@types/node/index.d.ts","../../../../node_modules/undici-types/fetch.d.ts","../../../../node_modules/undici-types/formdata.d.ts","../../../../node_modules/undici-types/connector.d.ts","../../../../node_modules/undici-types/client-stats.d.ts","../../../../node_modules/undici-types/client.d.ts","../../../../node_modules/undici-types/errors.d.ts","../../../../node_modules/undici-types/dispatcher.d.ts","../../../../node_modules/undici-types/global-dispatcher.d.ts","../../../../node_modules/undici-types/global-origin.d.ts","../../../../node_modules/undici-types/pool-stats.d.ts","../../../../node_modules/undici-types/pool.d.ts","../../../../node_modules/undici-types/handlers.d.ts","../../../../node_modules/undici-types/balanced-pool.d.ts","../../../../node_modules/undici-types/h2c-client.d.ts","../../../../node_modules/undici-types/agent.d.ts","../../../../node_modules/undici-types/mock-interceptor.d.ts","../../../../node_modules/undici-types/mock-call-history.d.ts","../../../../node_modules/undici-types/mock-agent.d.ts","../../../../node_modules/undici-types/mock-client.d.ts","../../../../node_modules/undici-types/mock-pool.d.ts","../../../../node_modules/undici-types/snapshot-agent.d.ts","../../../../node_modules/undici-types/mock-errors.d.ts","../../../../node_modules/undici-types/proxy-agent.d.ts","../../../../node_modules/undici-types/env-http-proxy-agent.d.ts","../../../../node_modules/undici-types/retry-handler.d.ts","../../../../node_modules/undici-types/retry-agent.d.ts","../../../../node_modules/undici-types/api.d.ts","../../../../node_modules/undici-types/cache-interceptor.d.ts","../../../../node_modules/undici-types/interceptors.d.ts","../../../../node_modules/undici-types/util.d.ts","../../../../node_modules/undici-types/cookies.d.ts","../../../../node_modules/undici-types/patch.d.ts","../../../../node_modules/undici-types/websocket.d.ts","../../../../node_modules/undici-types/eventsource.d.ts","../../../../node_modules/undici-types/diagnostics-channel.d.ts","../../../../node_modules/undici-types/content-type.d.ts","../../../../node_modules/undici-types/cache.d.ts","../../../../node_modules/undici-types/index.d.ts","../../../../node_modules/bun-types/globals.d.ts","../../../../node_modules/bun-types/s3.d.ts","../../../../node_modules/bun-types/fetch.d.ts","../../../../node_modules/bun-types/jsx.d.ts","../../../../node_modules/bun-types/bun.d.ts","../../../../node_modules/bun-types/extensions.d.ts","../../../../node_modules/bun-types/devserver.d.ts","../../../../node_modules/bun-types/ffi.d.ts","../../../../node_modules/bun-types/html-rewriter.d.ts","../../../../node_modules/bun-types/jsc.d.ts","../../../../node_modules/bun-types/sqlite.d.ts","../../../../node_modules/bun-types/vendor/expect-type/utils.d.ts","../../../../node_modules/bun-types/vendor/expect-type/overloads.d.ts","../../../../node_modules/bun-types/vendor/expect-type/branding.d.ts","../../../../node_modules/bun-types/vendor/expect-type/messages.d.ts","../../../../node_modules/bun-types/vendor/expect-type/index.d.ts","../../../../node_modules/bun-types/test.d.ts","../../../../node_modules/bun-types/wasm.d.ts","../../../../node_modules/bun-types/overrides.d.ts","../../../../node_modules/bun-types/deprecated.d.ts","../../../../node_modules/bun-types/redis.d.ts","../../../../node_modules/bun-types/shell.d.ts","../../../../node_modules/bun-types/serve.d.ts","../../../../node_modules/bun-types/sql.d.ts","../../../../node_modules/bun-types/security.d.ts","../../../../node_modules/bun-types/bundle.d.ts","../../../../node_modules/bun-types/bun.ns.d.ts","../../../../node_modules/bun-types/index.d.ts","../../../../node_modules/@types/bun/index.d.ts"],"fileIdsList":[[134,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298,301],[158,176,177,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[158,178,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,218,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,180,185,187,190,191,194,196,197,198,200,210,215,227,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,180,181,187,190,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,182,187,191,194,196,197,198,210,228,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,183,184,187,191,194,196,197,198,201,210,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,184,187,191,194,196,197,198,210,215,224,274,275,276,278,280,291,292,293,294,295,296,297,298],[158,179,185,187,190,191,194,196,197,198,200,210,274,275,276,278,280,291,293,294,295,296,297,298],[158,178,179,186,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,188,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,189,190,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[158,178,179,187,190,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,190,191,192,194,196,197,198,210,215,227,274,275,276,278,280,291,292,293,294,295,296,297,298],[158,179,187,190,191,192,194,196,197,198,210,215,218,274,275,276,278,280,291,292,293,294,295,296,297,298],[158,179,187,190,191,193,194,196,197,198,200,210,215,227,273,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,190,191,193,194,196,197,198,200,210,215,224,227,274,275,276,278,280,291,292,293,294,295,296,297,298],[158,179,187,191,193,194,195,196,197,198,210,215,224,227,274,275,276,278,280,291,292,293,294,295,296,297,298],[156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,190,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,199,210,227,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,190,191,194,196,197,198,200,210,215,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,201,210,274,275,276,278,280,291,292,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,202,210,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,190,191,194,196,197,198,205,210,274,275,276,278,280,291,293,294,295,296,297,298],[158,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,274,275,276,278,280,291,292,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,207,210,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,208,210,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,184,187,191,194,196,197,198,200,210,218,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,190,191,194,196,197,198,210,211,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,212,228,231,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,190,191,194,196,197,198,210,215,217,218,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,216,218,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,218,228,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,219,274,275,276,278,280,291,293,294,295,296,297,298],[158,176,179,187,191,194,196,197,198,210,215,221,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,215,220,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,190,191,194,196,197,198,210,222,223,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,222,223,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,184,187,191,194,196,197,198,200,210,215,224,274,275,276,278,280,291,292,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,225,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,200,210,226,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,193,194,196,197,198,208,210,227,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,228,229,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,184,187,191,194,196,197,198,210,229,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,215,230,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,199,210,231,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,232,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,182,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,184,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,228,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,273,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,227,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,233,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,205,210,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,218,274,275,276,278,280,291,292,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,223,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,190,191,192,194,196,197,198,205,210,215,218,227,230,231,233,273,274,275,276,278,280,291,292,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,215,234,274,275,276,278,280,291,293,294,295,296,297,298],[88,89,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[90,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,184,187,191,193,194,196,197,198,210,224,228,233,273,274,275,276,277,280,281,291,292,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,274,275,276,278,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,273,274,275,278,280,291,293,294,295,296,297,298],[158,179,184,187,191,194,196,197,198,205,210,215,218,224,228,233,273,275,276,278,280,291,292,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,235,274,275,276,278,279,280,281,282,283,284,290,291,292,293,294,295,296,297,298,299,300],[158,179,182,184,187,191,192,194,196,197,198,201,210,218,224,227,234,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,295,296,297,298],[158,179,187,191,194,196,197,198,210,274,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297],[158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,297,298],[158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,296,297,298],[158,179,187,191,194,196,197,198,210,274,275,276,278,280,284,291,293,294,295,296,298],[158,179,187,191,194,196,197,198,210,274,275,276,278,280,289,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,274,275,276,278,280,285,286,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,274,275,276,278,280,285,286,287,288,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,274,275,276,278,280,285,287,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,274,275,276,278,280,285,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,274,275,276,278,280,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,227,239,242,245,246,274,275,276,278,280,291,292,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,215,227,242,274,275,276,278,280,291,292,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,227,242,246,274,275,276,278,280,291,292,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,215,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,236,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,240,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,227,238,239,242,274,275,276,278,280,291,292,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,200,210,224,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,235,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,235,236,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,200,210,227,238,242,274,275,276,278,280,291,292,293,294,295,296,297,298],[153,154,155,158,179,187,190,191,194,196,197,198,210,215,227,237,241,274,275,276,278,280,291,292,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,242,250,258,274,275,276,278,280,291,293,294,295,296,297,298],[154,158,179,187,191,194,196,197,198,210,240,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,242,267,268,274,275,276,278,280,291,293,294,295,296,297,298],[154,158,179,187,191,194,196,197,198,210,218,227,235,237,242,274,275,276,278,280,291,292,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,235,236,274,275,276,278,280,291,292,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,242,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,227,238,242,274,275,276,278,280,291,292,293,294,295,296,297,298],[153,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,236,237,238,240,241,242,243,244,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,268,269,270,271,272,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,242,260,263,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,242,250,251,252,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,240,242,251,253,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,241,274,275,276,278,280,291,293,294,295,296,297,298],[154,158,179,187,191,194,196,197,198,210,236,242,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,242,246,251,253,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,246,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,227,240,242,245,274,275,276,278,280,291,292,293,294,295,296,297,298],[154,158,179,187,191,194,196,197,198,210,238,242,250,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,215,274,275,276,278,280,291,292,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,242,260,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,253,274,275,276,278,280,291,293,294,295,296,297,298],[158,179,187,191,194,196,197,198,210,218,233,235,236,242,267,274,275,276,278,280,291,292,293,294,295,296,297,298],[94,117,118,122,124,125,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[94,98,101,110,111,112,115,117,118,123,125,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[102,112,118,124,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[124,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[93,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[93,94,98,101,102,110,111,112,115,116,117,118,122,123,124,126,127,128,129,130,131,132,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[97,98,99,101,110,118,122,124,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[111,112,118,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[97,98,99,101,110,111,117,122,123,124,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[97,99,111,112,113,114,118,122,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[97,118,122,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[97,98,99,100,109,112,115,118,122,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[97,98,99,100,112,113,115,118,122,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[97,110,115,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[98,101,110,115,118,123,124,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[118,124,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[93,95,96,98,102,112,115,116,118,125,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[94,98,118,122,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[122,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[119,120,121,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[95,117,118,124,126,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[102,111,115,117,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[102,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[102,117,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[98,99,101,110,112,113,117,118,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[97,101,102,109,110,112,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[97,98,99,102,109,110,112,115,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[117,123,124,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[98,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[98,99,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[96,97,99,103,104,105,106,107,108,110,113,115,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[91,92,133,136,137,138,158,179,187,191,194,196,197,198,202,210,274,275,276,278,280,291,293,294,295,296,297,298],[91,92,135,136,158,179,187,191,194,196,197,198,202,210,274,275,276,278,280,291,293,294,295,296,297,298],[91,92,134,135,136,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[91,92,136,137,139,140,142,143,144,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[91,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[91,136,146,158,179,187,191,192,194,196,197,198,202,210,274,275,276,278,280,291,292,293,294,295,296,297,298],[91,92,133,136,137,138,139,141,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[91,92,136,138,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[91,92,136,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[91,136,137,138,139,140,142,145,146,147,151,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[91,92,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[91,141,148,149,150,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[91,92,158,179,184,187,191,192,194,196,197,198,202,210,274,275,276,278,280,291,292,293,294,295,296,297,298],[91,92,136,141,158,179,187,191,194,196,197,198,210,274,275,276,278,280,291,293,294,295,296,297,298],[91,92,141,158,179,184,187,191,194,196,197,198,202,210,274,275,276,278,280,291,293,294,295,296,297,298]],"fileInfos":[{"version":"bcd24271a113971ba9eb71ff8cb01bc6b0f872a85c23fdbe5d93065b375933cd","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f88bedbeb09c6f5a6645cb24c7c55f1aa22d19ae96c8e6959cbd8b85a707bc6","impliedFormat":1},{"version":"7fe93b39b810eadd916be8db880dd7f0f7012a5cc6ffb62de8f62a2117fa6f1f","impliedFormat":1},{"version":"bb0074cc08b84a2374af33d8bf044b80851ccc9e719a5e202eacf40db2c31600","impliedFormat":1},{"version":"1a7daebe4f45fb03d9ec53d60008fbf9ac45a697fdc89e4ce218bc94b94f94d6","impliedFormat":1},{"version":"f94b133a3cb14a288803be545ac2683e0d0ff6661bcd37e31aaaec54fc382aed","impliedFormat":1},{"version":"f59d0650799f8782fd74cf73c19223730c6d1b9198671b1c5b3a38e1188b5953","impliedFormat":1},{"version":"8a15b4607d9a499e2dbeed9ec0d3c0d7372c850b2d5f1fb259e8f6d41d468a84","impliedFormat":1},{"version":"26e0fe14baee4e127f4365d1ae0b276f400562e45e19e35fd2d4c296684715e6","impliedFormat":1},{"version":"1e9332c23e9a907175e0ffc6a49e236f97b48838cc8aec9ce7e4cec21e544b65","impliedFormat":1},{"version":"3753fbc1113dc511214802a2342280a8b284ab9094f6420e7aa171e868679f91","impliedFormat":1},{"version":"999ca32883495a866aa5737fe1babc764a469e4cde6ee6b136a4b9ae68853e4b","impliedFormat":1},{"version":"17f13ecb98cbc39243f2eee1f16d45cd8ec4706b03ee314f1915f1a8b42f6984","impliedFormat":1},{"version":"eadcffda2aa84802c73938e589b9e58248d74c59cb7fcbca6474e3435ac15504","affectsGlobalScope":true,"impliedFormat":1},{"version":"105ba8ff7ba746404fe1a2e189d1d3d2e0eb29a08c18dded791af02f29fb4711","affectsGlobalScope":true,"impliedFormat":1},{"version":"00343ca5b2e3d48fa5df1db6e32ea2a59afab09590274a6cccb1dbae82e60c7c","affectsGlobalScope":true,"impliedFormat":1},{"version":"ebd9f816d4002697cb2864bea1f0b70a103124e18a8cd9645eeccc09bdf80ab4","affectsGlobalScope":true,"impliedFormat":1},{"version":"2c1afac30a01772cd2a9a298a7ce7706b5892e447bb46bdbeef720f7b5da77ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"7b0225f483e4fa685625ebe43dd584bb7973bbd84e66a6ba7bbe175ee1048b4f","affectsGlobalScope":true,"impliedFormat":1},{"version":"c0a4b8ac6ce74679c1da2b3795296f5896e31c38e888469a8e0f99dc3305de60","affectsGlobalScope":true,"impliedFormat":1},{"version":"3084a7b5f569088e0146533a00830e206565de65cae2239509168b11434cd84f","affectsGlobalScope":true,"impliedFormat":1},{"version":"c5079c53f0f141a0698faa903e76cb41cd664e3efb01cc17a5c46ec2eb0bef42","affectsGlobalScope":true,"impliedFormat":1},{"version":"32cafbc484dea6b0ab62cf8473182bbcb23020d70845b406f80b7526f38ae862","affectsGlobalScope":true,"impliedFormat":1},{"version":"fca4cdcb6d6c5ef18a869003d02c9f0fd95df8cfaf6eb431cd3376bc034cad36","affectsGlobalScope":true,"impliedFormat":1},{"version":"b93ec88115de9a9dc1b602291b85baf825c85666bf25985cc5f698073892b467","affectsGlobalScope":true,"impliedFormat":1},{"version":"f5c06dcc3fe849fcb297c247865a161f995cc29de7aa823afdd75aaaddc1419b","affectsGlobalScope":true,"impliedFormat":1},{"version":"b77e16112127a4b169ef0b8c3a4d730edf459c5f25fe52d5e436a6919206c4d7","affectsGlobalScope":true,"impliedFormat":1},{"version":"fbffd9337146eff822c7c00acbb78b01ea7ea23987f6c961eba689349e744f8c","affectsGlobalScope":true,"impliedFormat":1},{"version":"a995c0e49b721312f74fdfb89e4ba29bd9824c770bbb4021d74d2bf560e4c6bd","affectsGlobalScope":true,"impliedFormat":1},{"version":"c7b3542146734342e440a84b213384bfa188835537ddbda50d30766f0593aff9","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce6180fa19b1cccd07ee7f7dbb9a367ac19c0ed160573e4686425060b6df7f57","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f02e2476bccb9dbe21280d6090f0df17d2f66b74711489415a8aa4df73c9675","affectsGlobalScope":true,"impliedFormat":1},{"version":"45e3ab34c1c013c8ab2dc1ba4c80c780744b13b5676800ae2e3be27ae862c40c","affectsGlobalScope":true,"impliedFormat":1},{"version":"805c86f6cca8d7702a62a844856dbaa2a3fd2abef0536e65d48732441dde5b5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"e42e397f1a5a77994f0185fd1466520691456c772d06bf843e5084ceb879a0ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"f4c2b41f90c95b1c532ecc874bd3c111865793b23aebcc1c3cbbabcd5d76ffb0","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab26191cfad5b66afa11b8bf935ef1cd88fabfcb28d30b2dfa6fad877d050332","affectsGlobalScope":true,"impliedFormat":1},{"version":"2088bc26531e38fb05eedac2951480db5309f6be3fa4a08d2221abb0f5b4200d","affectsGlobalScope":true,"impliedFormat":1},{"version":"cb9d366c425fea79716a8fb3af0d78e6b22ebbab3bd64d25063b42dc9f531c1e","affectsGlobalScope":true,"impliedFormat":1},{"version":"500934a8089c26d57ebdb688fc9757389bb6207a3c8f0674d68efa900d2abb34","affectsGlobalScope":true,"impliedFormat":1},{"version":"689da16f46e647cef0d64b0def88910e818a5877ca5379ede156ca3afb780ac3","affectsGlobalScope":true,"impliedFormat":1},{"version":"bc21cc8b6fee4f4c2440d08035b7ea3c06b3511314c8bab6bef7a92de58a2593","affectsGlobalScope":true,"impliedFormat":1},{"version":"7ca53d13d2957003abb47922a71866ba7cb2068f8d154877c596d63c359fed25","affectsGlobalScope":true,"impliedFormat":1},{"version":"54725f8c4df3d900cb4dac84b64689ce29548da0b4e9b7c2de61d41c79293611","affectsGlobalScope":true,"impliedFormat":1},{"version":"e5594bc3076ac29e6c1ebda77939bc4c8833de72f654b6e376862c0473199323","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f3eb332c2d73e729f3364fcc0c2b375e72a121e8157d25a82d67a138c83a95c","affectsGlobalScope":true,"impliedFormat":1},{"version":"6f4427f9642ce8d500970e4e69d1397f64072ab73b97e476b4002a646ac743b1","affectsGlobalScope":true,"impliedFormat":1},{"version":"48915f327cd1dea4d7bd358d9dc7732f58f9e1626a29cc0c05c8c692419d9bb7","affectsGlobalScope":true,"impliedFormat":1},{"version":"b7bf9377723203b5a6a4b920164df22d56a43f593269ba6ae1fdc97774b68855","affectsGlobalScope":true,"impliedFormat":1},{"version":"db9709688f82c9e5f65a119c64d835f906efe5f559d08b11642d56eb85b79357","affectsGlobalScope":true,"impliedFormat":1},{"version":"4b25b8c874acd1a4cf8444c3617e037d444d19080ac9f634b405583fd10ce1f7","affectsGlobalScope":true,"impliedFormat":1},{"version":"37be57d7c90cf1f8112ee2636a068d8fd181289f82b744160ec56a7dc158a9f5","affectsGlobalScope":true,"impliedFormat":1},{"version":"a917a49ac94cd26b754ab84e113369a75d1a47a710661d7cd25e961cc797065f","affectsGlobalScope":true,"impliedFormat":1},{"version":"6d3261badeb7843d157ef3e6f5d1427d0eeb0af0cf9df84a62cfd29fd47ac86e","affectsGlobalScope":true,"impliedFormat":1},{"version":"195daca651dde22f2167ac0d0a05e215308119a3100f5e6268e8317d05a92526","affectsGlobalScope":true,"impliedFormat":1},{"version":"8b11e4285cd2bb164a4dc09248bdec69e9842517db4ca47c1ba913011e44ff2f","affectsGlobalScope":true,"impliedFormat":1},{"version":"0508571a52475e245b02bc50fa1394065a0a3d05277fbf5120c3784b85651799","affectsGlobalScope":true,"impliedFormat":1},{"version":"8f9af488f510c3015af3cc8c267a9e9d96c4dd38a1fdff0e11dc5a544711415b","affectsGlobalScope":true,"impliedFormat":1},{"version":"fc611fea8d30ea72c6bbfb599c9b4d393ce22e2f5bfef2172534781e7d138104","affectsGlobalScope":true,"impliedFormat":1},{"version":"0bd714129fca875f7d4c477a1a392200b0bcd13fb2e80928cd334b63830ea047","affectsGlobalScope":true,"impliedFormat":1},{"version":"e2c9037ae6cd2c52d80ceef0b3c5ffdb488627d71529cf4f63776daf11161c9a","affectsGlobalScope":true,"impliedFormat":1},{"version":"135d5cf4d345f59f1a9caadfafcd858d3d9cc68290db616cc85797224448cccc","affectsGlobalScope":true,"impliedFormat":1},{"version":"bc238c3f81c2984751932b6aab223cd5b830e0ac6cad76389e5e9d2ffc03287d","affectsGlobalScope":true,"impliedFormat":1},{"version":"4a07f9b76d361f572620927e5735b77d6d2101c23cdd94383eb5b706e7b36357","affectsGlobalScope":true,"impliedFormat":1},{"version":"7c4e8dc6ab834cc6baa0227e030606d29e3e8449a9f67cdf5605ea5493c4db29","affectsGlobalScope":true,"impliedFormat":1},{"version":"de7ba0fd02e06cd9a5bd4ab441ed0e122735786e67dde1e849cced1cd8b46b78","affectsGlobalScope":true,"impliedFormat":1},{"version":"6148e4e88d720a06855071c3db02069434142a8332cf9c182cda551adedf3156","affectsGlobalScope":true,"impliedFormat":1},{"version":"d63dba625b108316a40c95a4425f8d4294e0deeccfd6c7e59d819efa19e23409","affectsGlobalScope":true,"impliedFormat":1},{"version":"0568d6befee03dd435bed4fc25c4e46865b24bdcb8c563fdc21f580a2c301904","affectsGlobalScope":true,"impliedFormat":1},{"version":"30d62269b05b584741f19a5369852d5d34895aa2ac4fd948956f886d15f9cc0d","affectsGlobalScope":true,"impliedFormat":1},{"version":"f128dae7c44d8f35ee42e0a437000a57c9f06cc04f8b4fb42eebf44954d53dc8","affectsGlobalScope":true,"impliedFormat":1},{"version":"ffbe6d7b295306b2ba88030f65b74c107d8d99bdcf596ea99c62a02f606108b0","affectsGlobalScope":true,"impliedFormat":1},{"version":"996fb27b15277369c68a4ba46ed138b4e9e839a02fb4ec756f7997629242fd9f","affectsGlobalScope":true,"impliedFormat":1},{"version":"79b712591b270d4778c89706ca2cfc56ddb8c3f895840e477388f1710dc5eda9","affectsGlobalScope":true,"impliedFormat":1},{"version":"20884846cef428b992b9bd032e70a4ef88e349263f63aeddf04dda837a7dba26","affectsGlobalScope":true,"impliedFormat":1},{"version":"5fcab789c73a97cd43828ee3cc94a61264cf24d4c44472ce64ced0e0f148bdb2","affectsGlobalScope":true,"impliedFormat":1},{"version":"db59a81f070c1880ad645b2c0275022baa6a0c4f0acdc58d29d349c6efcf0903","affectsGlobalScope":true,"impliedFormat":1},{"version":"673294292640f5722b700e7d814e17aaf7d93f83a48a2c9b38f33cbc940ad8b0","affectsGlobalScope":true,"impliedFormat":1},{"version":"d786b48f934cbca483b3c6d0a798cb43bbb4ada283e76fb22c28e53ae05b9e69","affectsGlobalScope":true,"impliedFormat":1},{"version":"1ecb8e347cb6b2a8927c09b86263663289418df375f5e68e11a0ae683776978f","affectsGlobalScope":true,"impliedFormat":1},{"version":"142efd4ce210576f777dc34df121777be89eda476942d6d6663b03dcb53be3ff","affectsGlobalScope":true,"impliedFormat":1},{"version":"379bc41580c2d774f82e828c70308f24a005b490c25ba34d679d84bcf05c3d9d","affectsGlobalScope":true,"impliedFormat":1},{"version":"ed484fb2aa8a1a23d0277056ec3336e0a0b52f9b8d6a961f338a642faf43235d","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ffedae1d1c2d53fdbca1c96d3c7dda544281f7d262f99b6880634f8fd8d9820","affectsGlobalScope":true,"impliedFormat":1},{"version":"83a730b125d477dd264df8ba479afab27a3dae7152b005c214ab94dc7ee44fd3","affectsGlobalScope":true,"impliedFormat":1},{"version":"1ce14b81c5cc821994aa8ec1d42b220dd41b27fcc06373bce3958af7421b77d4","affectsGlobalScope":true,"impliedFormat":1},{"version":"b3a048b3e9302ef9a34ef4ebb9aecfb28b66abb3bce577206a79fee559c230da","affectsGlobalScope":true,"impliedFormat":1},{"version":"7e29f41b158de217f94cb9676bf9cbd0cd9b5a46e1985141ed36e075c52bf6ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac51dd7d31333793807a6abaa5ae168512b6131bd41d9c5b98477fc3b7800f9f","impliedFormat":1},{"version":"2577e7e800bdece2956ca027cb5c17aa359abd968eb9355760110c853f4fb9da","impliedFormat":1},{"version":"b838d4c72740eb0afd284bf7575b74c624b105eff2e8c7b4aeead57e7ac320ff","impliedFormat":1},"f9c2b8b335210c0ce59d7978e52d91b5fe33af9dbeafb4505b30758783b0470d",{"version":"3dfcd0a3bfa70b53135db3cf2e4ddcb7eccc3e4418ce833ae24eecd06928328f","impliedFormat":1},{"version":"bea7cae6a8b2d41fd1a9d70475b54d741dd7ca2103904934858108eec0336a69","impliedFormat":1},{"version":"bc41a8e33caf4d193b0c49ec70d1e8db5ce3312eafe5447c6c1d5a2084fece12","impliedFormat":1},{"version":"7c33f11a56ba4e79efc4ddae85f8a4a888e216d2bf66c863f344d403437ffc74","impliedFormat":1},{"version":"cbef1abd1f8987dee5c9ed8c768a880fbfbff7f7053e063403090f48335c8e4e","impliedFormat":1},{"version":"9249603c91a859973e8f481b67f50d8d0b3fa43e37878f9dfc4c70313ad63065","impliedFormat":1},{"version":"0132f67b7f128d4a47324f48d0918ec73cf4220a5e9ea8bd92b115397911254f","impliedFormat":1},{"version":"06b37153d512000a91cad6fcbae75ca795ecec00469effaa8916101a00d5b9e2","impliedFormat":1},{"version":"8a641e3402f2988bf993007bd814faba348b813fc4058fce5b06de3e81ed511a","impliedFormat":1},{"version":"281744305ba2dcb2d80e2021fae211b1b07e5d85cfc8e36f4520325fcf698dbb","impliedFormat":1},{"version":"e1b042779d17b69719d34f31822ddba8aa6f5eb15f221b02105785f4447e7f5b","impliedFormat":1},{"version":"6858337936b90bd31f1674c43bedda2edbab2a488d04adc02512aef47c792fd0","impliedFormat":1},{"version":"15cb3deecc635efb26133990f521f7f1cc95665d5db8d87e5056beaea564b0ce","impliedFormat":1},{"version":"e27605c8932e75b14e742558a4c3101d9f4fdd32e7e9a056b2ca83f37f973945","impliedFormat":1},{"version":"f0443725119ecde74b0d75c82555b1f95ee1c3cd371558e5528a83d1de8109de","impliedFormat":1},{"version":"7794810c4b3f03d2faa81189504b953a73eb80e5662a90e9030ea9a9a359a66f","impliedFormat":1},{"version":"b074516a691a30279f0fe6dff33cd76359c1daacf4ae024659e44a68756de602","impliedFormat":1},{"version":"57cbeb55ec95326d068a2ce33403e1b795f2113487f07c1f53b1eaf9c21ff2ce","impliedFormat":1},{"version":"a00362ee43d422bcd8239110b8b5da39f1122651a1809be83a518b1298fa6af8","impliedFormat":1},{"version":"a820499a28a5fcdbf4baec05cc069362041d735520ab5a94c38cc44db7df614c","impliedFormat":1},{"version":"33a6d7b07c85ac0cef9a021b78b52e2d901d2ebfd5458db68f229ca482c1910c","impliedFormat":1},{"version":"8f648847b52020c1c0cdfcc40d7bcab72ea470201a631004fde4d85ccbc0c4c7","impliedFormat":1},{"version":"7821d3b702e0c672329c4d036c7037ecf2e5e758eceb5e740dde1355606dc9f2","impliedFormat":1},{"version":"213e4f26ee5853e8ba314ecad3a73cd06ab244a0809749bb777cbc1619aa07d8","impliedFormat":1},{"version":"1720be851bdb7cdbff68061522a71d9ddaa69db1fe90c6819a26953da05942f2","impliedFormat":1},{"version":"961fa18e1658f3f8e38c23e1a9bc3f4d7be75b056a94700291d5f82f57524ff0","impliedFormat":1},{"version":"079c02dc397960da2786db71d7c9e716475377bcedd81dede034f8a9f94c71b8","impliedFormat":1},{"version":"a7595cbb1b354b54dff14a6bb87d471e6d53b63de101a1b4d9d82d3d3f6eddec","impliedFormat":1},{"version":"1f49a85a97e01a26245fd74232b3b301ebe408fb4e969e72e537aa6ffbd3fe14","impliedFormat":1},{"version":"9c38563e4eabfffa597c4d6b9aa16e11e7f9a636f0dd80dd0a8bce1f6f0b2108","impliedFormat":1},{"version":"a971cba9f67e1c87014a2a544c24bc58bad1983970dfa66051b42ae441da1f46","impliedFormat":1},{"version":"df9b266bceb94167c2e8ae25db37d31a28de02ae89ff58e8174708afdec26738","impliedFormat":1},{"version":"9e5b8137b7ee679d31b35221503282561e764116d8b007c5419b6f9d60765683","impliedFormat":1},{"version":"3e7ae921a43416e155d7bbe5b4229b7686cfa6a20af0a3ae5a79dfe127355c21","impliedFormat":1},{"version":"c7200ae85e414d5ed1d3c9507ae38c097050161f57eb1a70bef021d796af87a7","impliedFormat":1},{"version":"4edb4ff36b17b2cf19014b2c901a6bdcdd0d8f732bcf3a11aa6fd0a111198e27","impliedFormat":1},{"version":"810f0d14ce416a343dcdd0d3074c38c094505e664c90636b113d048471c292e2","impliedFormat":1},{"version":"9c37dc73c97cd17686edc94cc534486509e479a1b8809ef783067b7dde5c6713","impliedFormat":1},{"version":"5fe2ef29b33889d3279d5bc92f8e554ffd32145a02f48d272d30fc1eea8b4c89","impliedFormat":1},{"version":"e39090ffe9c45c59082c3746e2aa2546dc53e3c5eeb4ad83f8210be7e2e58022","impliedFormat":1},{"version":"9f85a1810d42f75e1abb4fc94be585aae1fdac8ae752c76b912d95aef61bf5de","impliedFormat":1},{"version":"556ccd493ec36c7d7cb130d51be66e147b91cc1415be383d71da0f1e49f742a9","impliedFormat":1},{"version":"95aba78013d782537cc5e23868e736bec5d377b918990e28ed56110e3ae8b958","impliedFormat":1},{"version":"d3fb244395b2aad81cedee7d7dc86fef364a592a185c428813485ec5f3eaab9e","signature":"8a48f7eb84a44d85533b43827f227aa4fd0e1e508263c4f113efed26fd416214"},{"version":"d5dba775c873bed26eee40809a0c4b90cfd6c2df11c446ad677e0a693674fbc9","signature":"4a9aef7b7bcbdf43346ec608723b36b546baffa2ed6b4581f2801c698b10724c"},{"version":"88b71719b3b006d6e2e5fd199fd7dde659efe4cb35e7b23f7c86dec4e8417220","signature":"59a3f439230f107eaf9673c7b5f12c2ae023ad430816f03900ca7c62a12cfa64"},{"version":"7bf0a7a1696be0f084d2eeb8a1456bd859763a82622b0df9b66bf4b4b85e2ecd","signature":"25d2d1e54280a6368b2c97a74ca84e182b97f785e366bef20e0377d3fb7b7e7f"},{"version":"c30f55be9aa10c34d70b87120755b2375834cbe3d796a0c8ef72c298cf0eaa52","signature":"67536990d5f9bbc8d49deecab2641f4894ba0e2473a1a4d4093e7385cb0c2d40"},{"version":"1b82e050f8f1f45a3730f43ff8d0a04722ce39fdb468947bffe58fa6cb6bb2ff","signature":"28afbe077e06a55b9e11d7226c3ea9eb40c86c7c4c722022cd761dfacc3db41e"},{"version":"826887f2916756dfdcc4d4f9ec53d7125dad192815e742717b6246c6d664ce56","signature":"ad3be31b85c76b60f0f2d57208f164b08c5515f2c1af0870561d7eb6e8db4446"},{"version":"6995e9ea9422e019ba60a6ba7343e5665c2980ebeab568d1ec8a5491bd1b4b5d","signature":"017874df441491e4eb88ce9656c2784dde78800b4115bd71affb12dd6fcb9d8d"},{"version":"8ba4bad2a79315e63494b54c978266f00caf41125e060a1f37b272c776207493","signature":"23eb72c2fb81e12b72f63340071ab06ed7280b35e5f186d00d7635ca241ae44e"},{"version":"3cc0fff3a4839d3b25d0c85acc0a1695c651896e07aa51ed8419520ee1330dd9","signature":"29fed04367b9a607afb92d55e49d538d29429965922a11b85748555126e47bab"},{"version":"eaa282cf46e9d7d44b79daa190f7f557a867382e77a6ba1204e8558217b6a7fa","signature":"d21f580695c0a4cbb72253566d62138c4200979e6626a2aee55c3b42cc329ca1"},{"version":"a7cecff22ccc91be6baa6940ff2c3a204f8e447dc3cf665331da5ebb3035e1ec","signature":"a0d9e7a2bafe05c9093ed14015568ac77876bddc2402e12c743a0977bf69fe2b"},{"version":"0bc2e626c6dd47b8ef3af6031ce5e10cc718a4b79edff30323367353be3a3d26","signature":"ae5365ad469ff5dcb122f38a6708c476c5cee7186e6ad1bd65b96ebbed6aea7b"},{"version":"a6a15dd9a44e06d2dfd2d619d33e1725c14036ea91bb7a9baefec989faceac80","signature":"64c26854d41ec9979a1e0c70df33da69f09cedcb06e099cbaca319d93a62a66d"},{"version":"442392dce5ecf0d6757bb1dd3427bef4c0863180876979492f62584c78ce92fa","signature":"5fc97b32f7bb6b15188cc00d8156b7b9b6aafaebbc0ae7a736c8a2e700c834a2"},{"version":"5a7cc3d511320d3bdee7eaf0b5fa452c208890651e96d548ec7c5bfcc9ba0c64","signature":"72da5eeb656bb87cbacbfc47d9bead02e7c460ca99a052c85c8b777c6e7b7540"},{"version":"d535ba075cbb22fa5e98c7de15f62f49dc50f5b116ac1a1f957463cd711af6fa","signature":"5a54148f4d736144c69acdb4a1c976fabc0c1b49da285b5741462c505afcb06d"},{"version":"cdcf9ea426ad970f96ac930cd176d5c69c6c24eebd9fc580e1572d6c6a88f62c","impliedFormat":1},{"version":"23cd712e2ce083d68afe69224587438e5914b457b8acf87073c22494d706a3d0","impliedFormat":1},{"version":"487b694c3de27ddf4ad107d4007ad304d29effccf9800c8ae23c2093638d906a","impliedFormat":1},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"0ccdaa19852d25ecd84eec365c3bfa16e7859cadecf6e9ca6d0dbbbee439743f","affectsGlobalScope":true,"impliedFormat":1},{"version":"438b41419b1df9f1fbe33b5e1b18f5853432be205991d1b19f5b7f351675541e","affectsGlobalScope":true,"impliedFormat":1},{"version":"096116f8fedc1765d5bd6ef360c257b4a9048e5415054b3bf3c41b07f8951b0b","affectsGlobalScope":true,"impliedFormat":1},{"version":"e5e01375c9e124a83b52ee4b3244ed1a4d214a6cfb54ac73e164a823a4a7860a","affectsGlobalScope":true,"impliedFormat":1},{"version":"f90ae2bbce1505e67f2f6502392e318f5714bae82d2d969185c4a6cecc8af2fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"4b58e207b93a8f1c88bbf2a95ddc686ac83962b13830fe8ad3f404ffc7051fb4","affectsGlobalScope":true,"impliedFormat":1},{"version":"1fefabcb2b06736a66d2904074d56268753654805e829989a46a0161cd8412c5","affectsGlobalScope":true,"impliedFormat":1},{"version":"9798340ffb0d067d69b1ae5b32faa17ab31b82466a3fc00d8f2f2df0c8554aaa","affectsGlobalScope":true,"impliedFormat":1},{"version":"c18a99f01eb788d849ad032b31cafd49de0b19e083fe775370834c5675d7df8e","affectsGlobalScope":true,"impliedFormat":1},{"version":"5247874c2a23b9a62d178ae84f2db6a1d54e6c9a2e7e057e178cc5eea13757fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"dd0109710de4cd93e245121ab86d8c66d20f3ead80074b68e9c3e349c4f53342","affectsGlobalScope":true,"impliedFormat":1},{"version":"b3275d55fac10b799c9546804126239baf020d220136163f763b55a74e50e750","affectsGlobalScope":true,"impliedFormat":1},{"version":"fa68a0a3b7cb32c00e39ee3cd31f8f15b80cac97dce51b6ee7fc14a1e8deb30b","affectsGlobalScope":true,"impliedFormat":1},{"version":"1cf059eaf468efcc649f8cf6075d3cb98e9a35a0fe9c44419ec3d2f5428d7123","affectsGlobalScope":true,"impliedFormat":1},{"version":"6c36e755bced82df7fb6ce8169265d0a7bb046ab4e2cb6d0da0cb72b22033e89","affectsGlobalScope":true,"impliedFormat":1},{"version":"e7721c4f69f93c91360c26a0a84ee885997d748237ef78ef665b153e622b36c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"7a93de4ff8a63bafe62ba86b89af1df0ccb5e40bb85b0c67d6bbcfdcf96bf3d4","affectsGlobalScope":true,"impliedFormat":1},{"version":"90e85f9bc549dfe2b5749b45fe734144e96cd5d04b38eae244028794e142a77e","affectsGlobalScope":true,"impliedFormat":1},{"version":"e0a5deeb610b2a50a6350bd23df6490036a1773a8a71d70f2f9549ab009e67ee","affectsGlobalScope":true,"impliedFormat":1},{"version":"435b3711465425770ed2ee2f1cf00ce071835265e0851a7dc4600ab4b007550e","impliedFormat":1},{"version":"7e49f52a159435fc8df4de9dc377ef5860732ca2dc9efec1640531d3cf5da7a3","impliedFormat":1},{"version":"dd4bde4bdc2e5394aed6855e98cf135dfdf5dd6468cad842e03116d31bbcc9bc","impliedFormat":1},{"version":"4d4e879009a84a47c05350b8dca823036ba3a29a3038efed1be76c9f81e45edf","affectsGlobalScope":true,"impliedFormat":1},{"version":"cf83d90d5faf27b994c2e79af02e32b555dbfe42cd9bd1571445f2168d1f4e2d","impliedFormat":1},{"version":"9ba13b47cb450a438e3076c4a3f6afb9dc85e17eae50f26d4b2d72c0688c9251","impliedFormat":1},{"version":"b64cd4401633ea4ecadfd700ddc8323a13b63b106ac7127c1d2726f32424622c","impliedFormat":1},{"version":"37c6e5fe5715814412b43cc9b50b24c67a63c4e04e753e0d1305970d65417a60","impliedFormat":1},{"version":"0e28335ac43f4d94dd2fe6d9e6fa6813570640839addd10d309d7985f33a6308","impliedFormat":1},{"version":"ee0e4946247f842c6dd483cbb60a5e6b484fee07996e3a7bc7343dfb68a04c5d","impliedFormat":1},{"version":"ef051f42b7e0ef5ca04552f54c4552eac84099d64b6c5ad0ef4033574b6035b8","impliedFormat":1},{"version":"853a43154f1d01b0173d9cbd74063507ece57170bad7a3b68f3fa1229ad0a92f","impliedFormat":1},{"version":"56231e3c39a031bfb0afb797690b20ed4537670c93c0318b72d5180833d98b72","impliedFormat":1},{"version":"5cc7c39031bfd8b00ad58f32143d59eb6ffc24f5d41a20931269011dccd36c5e","impliedFormat":1},{"version":"836b1d038d400811f265b04c758e1ef0fb64d915499a4ef590acc54761875075","affectsGlobalScope":true,"impliedFormat":1},{"version":"961cf7535b9c521cd634055b1b6ac49b94d055f0b573ce7fdc4cfaddab080b7c","impliedFormat":1},{"version":"806a8c6daae69e5695e7200d9eca6bc1e4298f38d90edda3ce67a794da31a24f","impliedFormat":1},{"version":"ac86245c2f31335bfd52cbe7fc760f9fc4f165387875869a478a6d9616a95e72","impliedFormat":1},{"version":"01ff95aa1443e3f7248974e5a771f513cb2ac158c8898f470a1792f817bee497","impliedFormat":1},{"version":"9d96a7ce809392ff2cb99691acf7c62e632fe56897356ba013b689277aca3619","impliedFormat":1},{"version":"42a05d8f239f74587d4926aba8cc54792eed8e8a442c7adc9b38b516642aadfe","impliedFormat":1},{"version":"5d21b58d60383cc6ab9ad3d3e265d7d25af24a2c9b506247e0e50b0a884920be","impliedFormat":1},{"version":"101f482fd48cb4c7c0468dcc6d62c843d842977aea6235644b1edd05e81fbf22","impliedFormat":1},{"version":"ae6757460f37078884b1571a3de3ebaf724d827d7e1d53626c02b3c2a408ac63","affectsGlobalScope":true,"impliedFormat":1},{"version":"27c0a08e343c6a0ae17bd13ba6d44a9758236dc904cd5e4b43456996cd51f520","impliedFormat":1},{"version":"3ef397f12387eff17f550bc484ea7c27d21d43816bbe609d495107f44b97e933","impliedFormat":1},{"version":"1023282e2ba810bc07905d3668349fbd37a26411f0c8f94a70ef3c05fe523fcf","impliedFormat":1},{"version":"b214ebcf76c51b115453f69729ee8aa7b7f8eccdae2a922b568a45c2d7ff52f7","impliedFormat":1},{"version":"429c9cdfa7d126255779efd7e6d9057ced2d69c81859bbab32073bad52e9ba76","impliedFormat":1},{"version":"6f80e51ba310608cd71bcdc09a171d7bbfb3b316048601c9ec215ce16a8dcfbc","impliedFormat":1},{"version":"a3bdc774995d56caaac759a424831091bb22450ca3590f34dae53d98323be191","affectsGlobalScope":true,"impliedFormat":1},{"version":"7f2c62938251b45715fd2a9887060ec4fbc8724727029d1cbce373747252bdd7","impliedFormat":1},{"version":"e3ace08b6bbd84655d41e244677b474fd995923ffef7149ddb68af8848b60b05","impliedFormat":1},{"version":"132580b0e86c48fab152bab850fc57a4b74fe915c8958d2ccb052b809a44b61c","impliedFormat":1},{"version":"af4ab0aa8908fc9a655bb833d3bc28e117c4f0e1038c5a891546158beb25accb","impliedFormat":1},{"version":"69c9a5a9392e8564bd81116e1ed93b13205201fb44cb35a7fde8c9f9e21c4b23","impliedFormat":1},{"version":"5f8fc37f8434691ffac1bfd8fc2634647da2c0e84253ab5d2dd19a7718915b35","impliedFormat":1},{"version":"5981c2340fd8b076cae8efbae818d42c11ffc615994cb060b1cd390795f1be2b","impliedFormat":1},{"version":"2ca2bca6845a7234eff5c3d192727a068fca72ac565f3c819c6b04ccc83dadc0","impliedFormat":1},{"version":"ed4f674fc8c0c993cc7e145069ac44129e03519b910c62be206a0cc777bdc60b","affectsGlobalScope":true,"impliedFormat":1},{"version":"0250da3eb85c99624f974e77ef355cdf86f43980251bc371475c2b397ba55bcd","impliedFormat":1},{"version":"f1c93e046fb3d9b7f8249629f4b63dc068dd839b824dd0aa39a5e68476dc9420","impliedFormat":1},{"version":"3d3a5f27ffbc06c885dd4d5f9ee20de61faf877fe2c3a7051c4825903d9a7fdc","impliedFormat":1},{"version":"12806f9f085598ef930edaf2467a5fa1789a878fba077cd27e85dc5851e11834","impliedFormat":1},{"version":"17d06eb5709839c7ce719f0c38ada6f308fb433f2cd6d8c87b35856e07400950","impliedFormat":1},{"version":"a43fe41c33d0a192a0ecaf9b92e87bef3709c9972e6d53c42c49251ccb962d69","impliedFormat":1},{"version":"a177959203c017fad3ecc4f3d96c8757a840957a4959a3ae00dab9d35961ca6c","affectsGlobalScope":true,"impliedFormat":1},{"version":"6fc727ccf9b36e257ff982ea0badeffbfc2c151802f741bddff00c6af3b784cf","impliedFormat":1},{"version":"6c00f77f0335ae0c18bd45a6c7c9c97c9625fb7e5dd6d5936eadf70718bce52e","impliedFormat":1},{"version":"4844a4c9b4b1e812b257676ed8a80b3f3be0e29bf05e742cc2ea9c3c6865e6c6","impliedFormat":1},{"version":"064878a60367e0407c42fb7ba02a2ea4d83257357dc20088e549bd4d89433e9c","impliedFormat":1},{"version":"14d4bd22d1b05824971b98f7e91b2484c90f1a684805c330476641417c3d9735","impliedFormat":1},{"version":"586eaf66bace2e731cee0ddfbfac326ad74a83c1acfeac4afb2db85ad23226c7","impliedFormat":1},{"version":"b484ec11ba00e3a2235562a41898d55372ccabe607986c6fa4f4aba72093749f","impliedFormat":1},{"version":"d1a14d87cedcf4f0b8173720d6eb29cc02878bf2b6dabf9c9d9cee742f275368","impliedFormat":1},{"version":"e60efae9fe48a2955f66bf4cbf0f082516185b877daf50d9c5e2a009660a7714","impliedFormat":1},{"version":"041a7781b9127ab568d2cdcce62c58fdea7c7407f40b8c50045d7866a2727130","impliedFormat":1},{"version":"cd9189eacf0f9143b8830e9d6769335aa6d902c04195f04145bcbf19e7f26fcb","impliedFormat":1},{"version":"e1cb68f3ef3a8dd7b2a9dfb3de482ed6c0f1586ba0db4e7d73c1d2147b6ffc51","impliedFormat":1},{"version":"55cdbeebe76a1fa18bbd7e7bf73350a2173926bd3085bb050cf5a5397025ee4e","impliedFormat":1},{"version":"3a80bc85f38526ca3b08007ee80712e7bb0601df178b23fbf0bf87036fce40ce","impliedFormat":1},{"version":"ccf4552357ce3c159ef75f0f0114e80401702228f1898bdc9402214c9499e8c0","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"68834d631c8838c715f225509cfc3927913b9cc7a4870460b5b60c8dbdb99baf","impliedFormat":1},{"version":"2931540c47ee0ff8a62860e61782eb17b155615db61e36986e54645ec67f67c2","impliedFormat":1},{"version":"ccab02f3920fc75c01174c47fcf67882a11daf16baf9e81701d0a94636e94556","impliedFormat":1},{"version":"f6faf5f74e4c4cc309a6c6a6c4da02dbb840be5d3e92905a23dcd7b2b0bd1986","impliedFormat":1},{"version":"ea6bc8de8b59f90a7a3960005fd01988f98fd0784e14bc6922dde2e93305ec7d","impliedFormat":1},{"version":"36107995674b29284a115e21a0618c4c2751b32a8766dd4cb3ba740308b16d59","impliedFormat":1},{"version":"914a0ae30d96d71915fc519ccb4efbf2b62c0ddfb3a3fc6129151076bc01dc60","impliedFormat":1},{"version":"33e981bf6376e939f99bd7f89abec757c64897d33c005036b9a10d9587d80187","impliedFormat":1},{"version":"7fd1b31fd35876b0aa650811c25ec2c97a3c6387e5473eb18004bed86cdd76b6","impliedFormat":1},{"version":"b41767d372275c154c7ea6c9d5449d9a741b8ce080f640155cc88ba1763e35b3","impliedFormat":1},{"version":"3bacf516d686d08682751a3bd2519ea3b8041a164bfb4f1d35728993e70a2426","impliedFormat":1},{"version":"7fb266686238369442bd1719bc0d7edd0199da4fb8540354e1ff7f16669b4323","impliedFormat":1},{"version":"0a60a292b89ca7218b8616f78e5bbd1c96b87e048849469cccb4355e98af959a","impliedFormat":1},{"version":"0b6e25234b4eec6ed96ab138d96eb70b135690d7dd01f3dd8a8ab291c35a683a","impliedFormat":1},{"version":"9666f2f84b985b62400d2e5ab0adae9ff44de9b2a34803c2c5bd3c8325b17dc0","impliedFormat":1},{"version":"40cd35c95e9cf22cfa5bd84e96408b6fcbca55295f4ff822390abb11afbc3dca","impliedFormat":1},{"version":"b1616b8959bf557feb16369c6124a97a0e74ed6f49d1df73bb4b9ddf68acf3f3","impliedFormat":1},{"version":"5b03a034c72146b61573aab280f295b015b9168470f2df05f6080a2122f9b4df","impliedFormat":1},{"version":"40b463c6766ca1b689bfcc46d26b5e295954f32ad43e37ee6953c0a677e4ae2b","impliedFormat":1},{"version":"249b9cab7f5d628b71308c7d9bb0a808b50b091e640ba3ed6e2d0516f4a8d91d","impliedFormat":1},{"version":"80aae6afc67faa5ac0b32b5b8bc8cc9f7fa299cff15cf09cc2e11fd28c6ae29e","impliedFormat":1},{"version":"f473cd2288991ff3221165dcf73cd5d24da30391f87e85b3dd4d0450c787a391","impliedFormat":1},{"version":"499e5b055a5aba1e1998f7311a6c441a369831c70905cc565ceac93c28083d53","impliedFormat":1},{"version":"54c3e2371e3d016469ad959697fd257e5621e16296fa67082c2575d0bf8eced0","impliedFormat":1},{"version":"beb8233b2c220cfa0feea31fbe9218d89fa02faa81ef744be8dce5acb89bb1fd","impliedFormat":1},{"version":"c183b931b68ad184bc8e8372bf663f3d33304772fb482f29fb91b3c391031f3e","impliedFormat":1},{"version":"5d0375ca7310efb77e3ef18d068d53784faf62705e0ad04569597ae0e755c401","impliedFormat":1},{"version":"59af37caec41ecf7b2e76059c9672a49e682c1a2aa6f9d7dc78878f53aa284d6","impliedFormat":1},{"version":"addf417b9eb3f938fddf8d81e96393a165e4be0d4a8b6402292f9c634b1cb00d","impliedFormat":1},{"version":"48cc3ec153b50985fb95153258a710782b25975b10dd4ac8a4f3920632d10790","impliedFormat":1},{"version":"adf27937dba6af9f08a68c5b1d3fce0ca7d4b960c57e6d6c844e7d1a8e53adae","impliedFormat":1},{"version":"e1528ca65ac90f6fa0e4a247eb656b4263c470bb22d9033e466463e13395e599","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"866078923a56d026e39243b4392e282c1c63159723996fa89243140e1388a98d","impliedFormat":1},{"version":"6e215dac8b234548d91b718f9c07d5b09473cd5cabb29053fcd8be0af190acb6","affectsGlobalScope":true,"impliedFormat":1},{"version":"0d759cc99e081cacd0352467a0c24e979a6ef748329aa6ddea2d789664580201","impliedFormat":1},{"version":"f3d3e999a323c85c8a63ce90c6e4624ff89fe137a0e2508fddc08e0556d08abf","impliedFormat":1},{"version":"314607151cc203975193d5f44765f38597be3b0a43f466d3c1bfb17176dd3bd3","impliedFormat":1},{"version":"5beb6b7c030620fbc8cb339028593127dd0cf02bdc079fd94baf6d794a83e3d8","impliedFormat":1},{"version":"f40aad6c91017f20fc542f5701ec41e0f6aeba63c61bbf7aa13266ec29a50a3b","impliedFormat":1},{"version":"fc9e630f9302d0414ccd6c8ed2706659cff5ae454a56560c6122fa4a3fac5bbd","affectsGlobalScope":true,"impliedFormat":1},{"version":"aa0a44af370a2d7c1aac988a17836f57910a6c52689f52f5b3ac1d4c6cadcb23","impliedFormat":1},{"version":"0ac74c7586880e26b6a599c710b59284a284e084a2bbc82cd40fb3fbfdea71ae","affectsGlobalScope":true,"impliedFormat":1},{"version":"2ce12357dadbb8efc4e4ec4dab709c8071bf992722fc9adfea2fe0bd5b50923f","impliedFormat":1},{"version":"b5a907deaba678e5083ccdd7cc063a3a8c3413c688098f6de29d6e4cefabc85f","impliedFormat":1},{"version":"ffd344731abee98a0a85a735b19052817afd2156d97d1410819cd9bcd1bd575e","impliedFormat":1},{"version":"475e07c959f4766f90678425b45cf58ac9b95e50de78367759c1e5118e85d5c3","impliedFormat":1},{"version":"a524ae401b30a1b0814f1bbcdae459da97fa30ae6e22476e506bb3f82e3d9456","impliedFormat":1},{"version":"7375e803c033425e27cb33bae21917c106cb37b508fd242cccd978ef2ee244c7","impliedFormat":1},{"version":"eeb890c7e9218afdad2f30ad8a76b0b0b5161d11ce13b6723879de408e6bc47a","impliedFormat":1},{"version":"998da6b85ebace9ebea67040dd1a640f0156064e3d28dbe9bd9c0229b6f72347","impliedFormat":1},{"version":"dfbcc400ac6d20b941ccc7bd9031b9d9f54e4d495dd79117334e771959df4805","affectsGlobalScope":true,"impliedFormat":1},{"version":"944d65951e33a13068be5cd525ec42bf9bc180263ba0b723fa236970aa21f611","affectsGlobalScope":true,"impliedFormat":1},{"version":"6b386c7b6ce6f369d18246904fa5eac73566167c88fb6508feba74fa7501a384","affectsGlobalScope":true,"impliedFormat":1},{"version":"592a109e67b907ffd2078cd6f727d5c326e06eaada169eef8fb18546d96f6797","impliedFormat":1},{"version":"f2eb1e35cae499d57e34b4ac3650248776fe7dbd9a3ec34b23754cfd8c22fceb","impliedFormat":1},{"version":"fbed43a6fcf5b675f5ec6fc960328114777862b58a2bb19c109e8fc1906caa09","impliedFormat":1},{"version":"9e98bd421e71f70c75dae7029e316745c89fa7b8bc8b43a91adf9b82c206099c","impliedFormat":1},{"version":"fc803e6b01f4365f71f51f9ce13f71396766848204d4f7a1b2b6154434b84b15","impliedFormat":1},{"version":"f3afcc0d6f77a9ca2d2c5c92eb4b89cd38d6fa4bdc1410d626bd701760a977ec","impliedFormat":1},{"version":"c8109fe76467db6e801d0edfbc50e6826934686467c9418ce6b246232ce7f109","affectsGlobalScope":true,"impliedFormat":1},{"version":"e6f803e4e45915d58e721c04ec17830c6e6678d1e3e00e28edf3d52720909cea","affectsGlobalScope":true,"impliedFormat":1},{"version":"37be812b06e518320ba82e2aff3ac2ca37370a9df917db708f081b9043fa3315","impliedFormat":1}],"root":[[136,152]],"options":{"allowImportingTsExtensions":true,"allowJs":true,"composite":true,"declaration":true,"declarationMap":true,"emitDeclarationOnly":true,"jsx":4,"module":200,"noEmitOnError":true,"noFallthroughCasesInSwitch":true,"noImplicitOverride":true,"noPropertyAccessFromIndexSignature":false,"noUncheckedIndexedAccess":true,"noUnusedLocals":false,"noUnusedParameters":false,"outDir":"./","skipLibCheck":true,"strict":true,"target":99,"verbatimModuleSyntax":true},"referencedMap":[[135,1],[134,2],[302,3],[176,4],[177,4],[178,5],[158,6],[179,7],[180,8],[181,9],[156,2],[182,10],[183,11],[184,12],[185,13],[186,14],[187,15],[188,15],[189,16],[190,17],[191,18],[192,19],[159,2],[157,2],[193,20],[194,21],[195,22],[235,23],[196,24],[197,25],[198,24],[199,26],[200,27],[201,28],[202,29],[203,29],[204,29],[205,30],[206,31],[207,32],[208,33],[209,34],[210,35],[211,35],[212,36],[213,2],[214,2],[215,37],[216,38],[217,37],[218,39],[219,40],[220,41],[221,42],[222,43],[223,44],[224,45],[225,46],[226,47],[227,48],[228,49],[229,50],[230,51],[231,52],[232,53],[160,24],[161,2],[162,54],[163,55],[164,2],[165,56],[166,2],[167,57],[168,58],[169,59],[170,59],[171,60],[172,2],[173,61],[174,62],[175,58],[233,63],[234,64],[88,2],[90,65],[91,66],[278,67],[300,2],[299,2],[293,68],[280,69],[279,2],[276,70],[281,2],[274,71],[282,2],[301,72],[283,2],[277,2],[292,73],[294,74],[275,75],[298,76],[296,77],[295,78],[297,79],[284,2],[290,80],[287,81],[289,82],[288,83],[286,84],[285,2],[291,85],[89,2],[86,2],[87,2],[15,2],[14,2],[2,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[22,2],[23,2],[3,2],[24,2],[25,2],[4,2],[26,2],[30,2],[27,2],[28,2],[29,2],[31,2],[32,2],[33,2],[5,2],[34,2],[35,2],[36,2],[37,2],[6,2],[41,2],[38,2],[39,2],[40,2],[42,2],[7,2],[43,2],[48,2],[49,2],[44,2],[45,2],[46,2],[47,2],[8,2],[53,2],[50,2],[51,2],[52,2],[54,2],[9,2],[55,2],[56,2],[57,2],[59,2],[58,2],[60,2],[61,2],[10,2],[62,2],[63,2],[64,2],[11,2],[65,2],[66,2],[67,2],[68,2],[69,2],[70,2],[12,2],[71,2],[72,2],[73,2],[74,2],[75,2],[1,2],[76,2],[77,2],[13,2],[78,2],[79,2],[80,2],[81,2],[82,2],[83,2],[84,2],[85,2],[250,86],[262,87],[248,88],[263,89],[272,90],[239,91],[240,92],[238,93],[271,94],[266,95],[270,96],[242,97],[259,98],[241,99],[269,100],[236,101],[237,102],[243,103],[244,2],[249,104],[247,103],[154,105],[273,106],[264,107],[253,108],[252,103],[254,109],[257,110],[251,111],[255,112],[267,94],[245,113],[246,114],[258,115],[155,116],[261,117],[260,103],[256,118],[265,2],[153,2],[268,119],[126,120],[124,121],[95,2],[113,122],[125,123],[94,124],[133,125],[96,2],[123,126],[100,127],[118,128],[115,129],[98,130],[110,131],[101,132],[114,133],[111,134],[97,135],[117,136],[119,137],[120,138],[121,138],[122,139],[127,2],[93,2],[128,138],[129,140],[112,141],[103,142],[104,142],[105,142],[116,143],[102,144],[130,145],[131,146],[106,2],[99,147],[107,148],[108,149],[109,150],[132,134],[139,151],[140,152],[137,153],[145,154],[146,155],[147,156],[136,155],[142,157],[143,158],[144,159],[152,160],[148,161],[151,162],[141,163],[149,164],[150,165],[138,155],[92,2]],"latestChangedDtsFile":"./index.d.ts","version":"6.0.2"}
|
package/package.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"directory": "packages/cms-core"
|
|
15
15
|
},
|
|
16
16
|
"license": "Apache-2.0",
|
|
17
|
-
"version": "0.43.0
|
|
17
|
+
"version": "0.43.0",
|
|
18
18
|
"module": "src/index.ts",
|
|
19
19
|
"types": "src/index.ts",
|
|
20
20
|
"type": "module",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@nuasite/cms-types": "0.43.0
|
|
29
|
+
"@nuasite/cms-types": "0.43.0",
|
|
30
30
|
"@babel/parser": "^7.29.2",
|
|
31
31
|
"yaml": "^2.8.3"
|
|
32
32
|
},
|
|
@@ -437,6 +437,65 @@ async function buildCollectionDefinition(
|
|
|
437
437
|
return def
|
|
438
438
|
}
|
|
439
439
|
|
|
440
|
+
/**
|
|
441
|
+
* Build a DATA collection definition (JSON/YAML) from an explicit source list,
|
|
442
|
+
* relative to `basePath`. Mirrors {@link buildCollectionDefinition} but parses
|
|
443
|
+
* data files instead of markdown frontmatter, so it backs both the directory
|
|
444
|
+
* scan ({@link scanDataCollection}) and the glob-loader path
|
|
445
|
+
* ({@link scanGlobCollection}) — the latter for data collections whose `base`
|
|
446
|
+
* lives outside `contentDir`.
|
|
447
|
+
*/
|
|
448
|
+
async function buildDataCollectionDefinition(
|
|
449
|
+
fs: CmsFileSystem,
|
|
450
|
+
basePath: string,
|
|
451
|
+
sources: Array<{ slug: string; relPath: string }>,
|
|
452
|
+
collectionName: string,
|
|
453
|
+
contentDir: string,
|
|
454
|
+
): Promise<CollectionDefinition | null> {
|
|
455
|
+
if (sources.length === 0) return null
|
|
456
|
+
|
|
457
|
+
const sourceBasePath = getCollectionSourceBasePath(basePath, collectionName, contentDir)
|
|
458
|
+
const fieldMap = new Map<string, FieldObservation>()
|
|
459
|
+
const entryInfos: CollectionEntryInfo[] = []
|
|
460
|
+
const ext = sources.some(s => s.relPath.endsWith('.json'))
|
|
461
|
+
? 'json' as const
|
|
462
|
+
: sources.some(s => s.relPath.endsWith('.yaml'))
|
|
463
|
+
? 'yaml' as const
|
|
464
|
+
: 'yml' as const
|
|
465
|
+
|
|
466
|
+
const fileContents = await Promise.all(
|
|
467
|
+
sources.map(s => fs.readFile(path.join(basePath, s.relPath)).catch(() => null)),
|
|
468
|
+
)
|
|
469
|
+
|
|
470
|
+
for (let i = 0; i < sources.length; i++) {
|
|
471
|
+
const source = sources[i]!
|
|
472
|
+
const raw = fileContents[i]!
|
|
473
|
+
if (raw === null) continue
|
|
474
|
+
let data: Record<string, unknown> | null = null
|
|
475
|
+
try {
|
|
476
|
+
data = source.relPath.endsWith('.json') ? JSON.parse(raw) : parseYaml(raw) as Record<string, unknown>
|
|
477
|
+
} catch {
|
|
478
|
+
continue
|
|
479
|
+
}
|
|
480
|
+
if (!data || typeof data !== 'object') continue
|
|
481
|
+
|
|
482
|
+
const title = typeof data.name === 'string' ? data.name : typeof data.title === 'string' ? data.title : undefined
|
|
483
|
+
entryInfos.push({
|
|
484
|
+
slug: source.slug,
|
|
485
|
+
title,
|
|
486
|
+
sourcePath: path.join(sourceBasePath, source.relPath),
|
|
487
|
+
data,
|
|
488
|
+
})
|
|
489
|
+
|
|
490
|
+
collectFieldObservations(fieldMap, data, sources.length)
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
return assembleCollectionDefinition(collectionName, contentDir, fieldMap, entryInfos, sources.length, {
|
|
494
|
+
type: 'data',
|
|
495
|
+
fileExtension: ext,
|
|
496
|
+
})
|
|
497
|
+
}
|
|
498
|
+
|
|
440
499
|
/**
|
|
441
500
|
* Scan a single collection directory and infer its schema
|
|
442
501
|
*/
|
|
@@ -496,14 +555,28 @@ async function scanGlobCollection(
|
|
|
496
555
|
// matching the directory-walk behavior of the original scanner — the glob pattern alone
|
|
497
556
|
// would otherwise match them.
|
|
498
557
|
const matches = await fs.glob(path.join(baseRel, pattern))
|
|
499
|
-
const
|
|
500
|
-
.filter(rel => rel.endsWith('.md') || rel.endsWith('.mdx'))
|
|
558
|
+
const rels = matches
|
|
501
559
|
.map(rel => path.relative(baseRel, rel))
|
|
502
560
|
.filter(relToBase => !relToBase.split('/').some(seg => seg.startsWith('_') || seg.startsWith('.')))
|
|
561
|
+
|
|
562
|
+
// Markdown collections win when both are present; otherwise build a data
|
|
563
|
+
// collection (yaml/json) — the loader pattern dictates which, and a data
|
|
564
|
+
// `base` may sit outside `contentDir` and nest entries in subdirectories.
|
|
565
|
+
const mdSources = rels
|
|
566
|
+
.filter(relToBase => relToBase.endsWith('.md') || relToBase.endsWith('.mdx'))
|
|
503
567
|
.map(relToBase => ({ slug: relToBase.replace(/\.(md|mdx)$/, ''), relPath: relToBase }))
|
|
568
|
+
if (mdSources.length > 0) {
|
|
569
|
+
return await buildCollectionDefinition(fs, baseRel, mdSources, collectionName, contentDir)
|
|
570
|
+
}
|
|
504
571
|
|
|
505
|
-
|
|
506
|
-
|
|
572
|
+
const dataSources = rels
|
|
573
|
+
.filter(relToBase => /\.(ya?ml|json)$/.test(relToBase))
|
|
574
|
+
.map(relToBase => ({ slug: relToBase.replace(/\.(ya?ml|json)$/, ''), relPath: relToBase }))
|
|
575
|
+
if (dataSources.length > 0) {
|
|
576
|
+
return await buildDataCollectionDefinition(fs, baseRel, dataSources, collectionName, contentDir)
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
return null
|
|
507
580
|
}
|
|
508
581
|
|
|
509
582
|
/**
|
|
@@ -529,9 +602,25 @@ function applyParsedConfig(
|
|
|
529
602
|
if (!field) continue
|
|
530
603
|
applyParsedFieldOverrides(field, pf)
|
|
531
604
|
}
|
|
605
|
+
|
|
606
|
+
// Declarative form layout from `defineCmsCollection({ cms })`.
|
|
607
|
+
if (parsedColl.layout) def.layout = parsedColl.layout
|
|
532
608
|
}
|
|
533
609
|
}
|
|
534
610
|
|
|
611
|
+
/** Map a parsed field's layout hints onto the field definition (sidebar → position). */
|
|
612
|
+
function applyParsedFieldLayout(field: FieldDefinition, pf: ParsedField): void {
|
|
613
|
+
const layout = pf.layout
|
|
614
|
+
if (!layout) return
|
|
615
|
+
if (layout.label !== undefined) field.label = layout.label
|
|
616
|
+
if (layout.help !== undefined) field.help = layout.help
|
|
617
|
+
if (layout.group !== undefined) field.group = layout.group
|
|
618
|
+
if (layout.width !== undefined) field.width = layout.width
|
|
619
|
+
if (layout.order !== undefined) field.order = layout.order
|
|
620
|
+
if (layout.sidebar) field.position = 'sidebar'
|
|
621
|
+
if (layout.hidden) field.hidden = true
|
|
622
|
+
}
|
|
623
|
+
|
|
535
624
|
/**
|
|
536
625
|
* Apply parsed schema overrides to an inferred field, recursing into nested object/array fields.
|
|
537
626
|
*
|
|
@@ -550,6 +639,7 @@ function applyParsedFieldOverrides(field: FieldDefinition, pf: ParsedField): voi
|
|
|
550
639
|
if (pf.hints) field.hints = pf.hints
|
|
551
640
|
if (pf.astroImage) field.astroImage = true
|
|
552
641
|
field.required = pf.required
|
|
642
|
+
applyParsedFieldLayout(field, pf)
|
|
553
643
|
|
|
554
644
|
if (pf.fields) {
|
|
555
645
|
const existingByName = new Map((field.fields ?? []).map(f => [f.name, f]))
|
|
@@ -583,6 +673,7 @@ function parsedFieldToFieldDefinition(pf: ParsedField): FieldDefinition {
|
|
|
583
673
|
if (pf.hints) fd.hints = pf.hints
|
|
584
674
|
if (pf.astroImage) fd.astroImage = true
|
|
585
675
|
if (pf.fields) fd.fields = pf.fields.map(parsedFieldToFieldDefinition)
|
|
676
|
+
applyParsedFieldLayout(fd, pf)
|
|
586
677
|
return fd
|
|
587
678
|
}
|
|
588
679
|
|
|
@@ -837,47 +928,7 @@ async function scanDataCollection(
|
|
|
837
928
|
if (entry) sources.push(entry)
|
|
838
929
|
}
|
|
839
930
|
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
const fieldMap = new Map<string, FieldObservation>()
|
|
843
|
-
const entryInfos: CollectionEntryInfo[] = []
|
|
844
|
-
const ext = sources.some(s => s.relPath.endsWith('.json'))
|
|
845
|
-
? 'json' as const
|
|
846
|
-
: sources.some(s => s.relPath.endsWith('.yaml'))
|
|
847
|
-
? 'yaml' as const
|
|
848
|
-
: 'yml' as const
|
|
849
|
-
|
|
850
|
-
const fileContents = await Promise.all(
|
|
851
|
-
sources.map(s => fs.readFile(path.join(collectionPath, s.relPath)).catch(() => null)),
|
|
852
|
-
)
|
|
853
|
-
|
|
854
|
-
for (let i = 0; i < sources.length; i++) {
|
|
855
|
-
const source = sources[i]!
|
|
856
|
-
const raw = fileContents[i]!
|
|
857
|
-
if (raw === null) continue
|
|
858
|
-
let data: Record<string, unknown> | null = null
|
|
859
|
-
try {
|
|
860
|
-
data = source.relPath.endsWith('.json') ? JSON.parse(raw) : parseYaml(raw) as Record<string, unknown>
|
|
861
|
-
} catch {
|
|
862
|
-
continue
|
|
863
|
-
}
|
|
864
|
-
if (!data || typeof data !== 'object') continue
|
|
865
|
-
|
|
866
|
-
const title = typeof data.name === 'string' ? data.name : typeof data.title === 'string' ? data.title : undefined
|
|
867
|
-
entryInfos.push({
|
|
868
|
-
slug: source.slug,
|
|
869
|
-
title,
|
|
870
|
-
sourcePath: path.join(contentDir, collectionName, source.relPath),
|
|
871
|
-
data,
|
|
872
|
-
})
|
|
873
|
-
|
|
874
|
-
collectFieldObservations(fieldMap, data, sources.length)
|
|
875
|
-
}
|
|
876
|
-
|
|
877
|
-
return assembleCollectionDefinition(collectionName, contentDir, fieldMap, entryInfos, sources.length, {
|
|
878
|
-
type: 'data',
|
|
879
|
-
fileExtension: ext,
|
|
880
|
-
})
|
|
931
|
+
return await buildDataCollectionDefinition(fs, collectionPath, sources, collectionName, contentDir)
|
|
881
932
|
}
|
|
882
933
|
|
|
883
934
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { parse as parseBabel } from '@babel/parser'
|
|
2
2
|
import type * as t from '@babel/types'
|
|
3
|
-
import { type FieldHints, type FieldType, isFieldType } from '@nuasite/cms-types'
|
|
3
|
+
import { type CollectionLayout, type CollectionLayoutSection, type FieldHints, type FieldType, isFieldType } from '@nuasite/cms-types'
|
|
4
4
|
import type { CmsFileSystem } from './fs/types'
|
|
5
5
|
|
|
6
6
|
export interface ParsedReference {
|
|
@@ -22,6 +22,19 @@ export interface ParsedField {
|
|
|
22
22
|
itemType?: FieldType
|
|
23
23
|
/** Nested fields for `object` fields, or per-item fields for `array` of objects */
|
|
24
24
|
fields?: ParsedField[]
|
|
25
|
+
/** Layout hints read from the field's `n.*({ … })` options (label/help/group/sidebar/width/order/hidden). */
|
|
26
|
+
layout?: ParsedFieldLayout
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
/** Per-field layout hints parsed from a marker's options object. */
|
|
30
|
+
export interface ParsedFieldLayout {
|
|
31
|
+
label?: string
|
|
32
|
+
help?: string
|
|
33
|
+
group?: string
|
|
34
|
+
sidebar?: boolean
|
|
35
|
+
width?: 'full' | 'half'
|
|
36
|
+
order?: number
|
|
37
|
+
hidden?: boolean
|
|
25
38
|
}
|
|
26
39
|
|
|
27
40
|
export interface ParsedCollection {
|
|
@@ -29,6 +42,8 @@ export interface ParsedCollection {
|
|
|
29
42
|
fields: ParsedField[]
|
|
30
43
|
loaderPattern?: string
|
|
31
44
|
loaderBase?: string
|
|
45
|
+
/** Declarative form layout from a `defineCmsCollection({ cms: { … } })` block. */
|
|
46
|
+
layout?: CollectionLayout
|
|
32
47
|
}
|
|
33
48
|
|
|
34
49
|
export type ParsedConfig = Map<string, ParsedCollection>
|
|
@@ -51,6 +66,7 @@ const FIELD_HELPER_TYPES = new Set([
|
|
|
51
66
|
'year',
|
|
52
67
|
'month',
|
|
53
68
|
'textarea',
|
|
69
|
+
'markdown',
|
|
54
70
|
])
|
|
55
71
|
|
|
56
72
|
const VALID_HINT_KEYS = new Set([
|
|
@@ -205,6 +221,13 @@ export function parseConfigSource(source: string, _sourcePath?: string): ParsedC
|
|
|
205
221
|
const loaderPattern = loaderOptions.pattern
|
|
206
222
|
const loaderBase = loaderOptions.base
|
|
207
223
|
|
|
224
|
+
const cmsProperty = decl.properties.find(
|
|
225
|
+
p =>
|
|
226
|
+
p.type === 'ObjectProperty'
|
|
227
|
+
&& propertyKeyName(p.key) === 'cms',
|
|
228
|
+
)
|
|
229
|
+
const layout = cmsProperty?.type === 'ObjectProperty' ? parseCmsLayout(cmsProperty.value, bindings) : undefined
|
|
230
|
+
|
|
208
231
|
const schemaProperty = decl.properties.find(
|
|
209
232
|
p =>
|
|
210
233
|
p.type === 'ObjectProperty'
|
|
@@ -217,6 +240,7 @@ export function parseConfigSource(source: string, _sourcePath?: string): ParsedC
|
|
|
217
240
|
fields: [],
|
|
218
241
|
loaderPattern,
|
|
219
242
|
loaderBase,
|
|
243
|
+
layout,
|
|
220
244
|
})
|
|
221
245
|
continue
|
|
222
246
|
}
|
|
@@ -229,6 +253,7 @@ export function parseConfigSource(source: string, _sourcePath?: string): ParsedC
|
|
|
229
253
|
fields: [],
|
|
230
254
|
loaderPattern,
|
|
231
255
|
loaderBase,
|
|
256
|
+
layout,
|
|
232
257
|
})
|
|
233
258
|
continue
|
|
234
259
|
}
|
|
@@ -238,14 +263,73 @@ export function parseConfigSource(source: string, _sourcePath?: string): ParsedC
|
|
|
238
263
|
fields: parseSchemaFields(schemaObject, bindings),
|
|
239
264
|
loaderPattern,
|
|
240
265
|
loaderBase,
|
|
266
|
+
layout,
|
|
241
267
|
})
|
|
242
268
|
}
|
|
243
269
|
|
|
244
270
|
return result
|
|
245
271
|
}
|
|
246
272
|
|
|
273
|
+
/**
|
|
274
|
+
* Parse a `cms: { display, sidebar, sections }` layout block (the
|
|
275
|
+
* `defineCmsCollection` form) from its ObjectExpression. Unknown/malformed keys
|
|
276
|
+
* are skipped; returns undefined when nothing usable is found.
|
|
277
|
+
*/
|
|
278
|
+
function parseCmsLayout(node: t.Node, bindings: Bindings): CollectionLayout | undefined {
|
|
279
|
+
const resolved = resolveExpression(node, bindings)
|
|
280
|
+
if (resolved.type !== 'ObjectExpression') return undefined
|
|
281
|
+
|
|
282
|
+
const layout: CollectionLayout = {}
|
|
283
|
+
for (const prop of resolved.properties) {
|
|
284
|
+
if (prop.type !== 'ObjectProperty') continue
|
|
285
|
+
const key = propertyKeyName(prop.key)
|
|
286
|
+
const value = resolveExpression(prop.value, bindings)
|
|
287
|
+
if (key === 'display') {
|
|
288
|
+
if (value.type === 'StringLiteral' && (value.value === 'tabs' || value.value === 'sections')) layout.display = value.value
|
|
289
|
+
} else if (key === 'sidebar') {
|
|
290
|
+
if (value.type === 'ArrayExpression') layout.sidebar = stringArray(value)
|
|
291
|
+
} else if (key === 'sections') {
|
|
292
|
+
if (value.type === 'ArrayExpression') {
|
|
293
|
+
const sections = value.elements
|
|
294
|
+
.map(el => (el && el.type !== 'SpreadElement' ? parseLayoutSection(resolveExpression(el, bindings)) : null))
|
|
295
|
+
.filter((s): s is NonNullable<typeof s> => s !== null)
|
|
296
|
+
if (sections.length > 0) layout.sections = sections
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
return Object.keys(layout).length > 0 ? layout : undefined
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
/** Parse one `{ title, fields, collapsed }` section object. Requires a title + ≥1 field. */
|
|
304
|
+
function parseLayoutSection(node: t.Node): CollectionLayoutSection | null {
|
|
305
|
+
if (node.type !== 'ObjectExpression') return null
|
|
306
|
+
let title: string | undefined
|
|
307
|
+
let fields: string[] = []
|
|
308
|
+
let collapsed = false
|
|
309
|
+
for (const prop of node.properties) {
|
|
310
|
+
if (prop.type !== 'ObjectProperty') continue
|
|
311
|
+
const key = propertyKeyName(prop.key)
|
|
312
|
+
if (key === 'title' && prop.value.type === 'StringLiteral') title = prop.value.value
|
|
313
|
+
else if (key === 'fields' && prop.value.type === 'ArrayExpression') fields = stringArray(prop.value)
|
|
314
|
+
else if (key === 'collapsed' && prop.value.type === 'BooleanLiteral') collapsed = prop.value.value
|
|
315
|
+
}
|
|
316
|
+
if (title === undefined || fields.length === 0) return null
|
|
317
|
+
return collapsed ? { title, fields, collapsed } : { title, fields }
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
/** Collect string-literal elements from an array expression. */
|
|
321
|
+
function stringArray(node: t.ArrayExpression): string[] {
|
|
322
|
+
const out: string[] = []
|
|
323
|
+
for (const el of node.elements) {
|
|
324
|
+
if (el?.type === 'StringLiteral') out.push(el.value)
|
|
325
|
+
}
|
|
326
|
+
return out
|
|
327
|
+
}
|
|
328
|
+
|
|
247
329
|
function isDefineCollectionCallee(callee: t.Node): boolean {
|
|
248
|
-
|
|
330
|
+
// `defineCmsCollection` (the @nuasite/cms wrapper carrying a `cms` layout block)
|
|
331
|
+
// is treated identically — at runtime it strips `cms` and returns the Astro config.
|
|
332
|
+
return callee.type === 'Identifier' && (callee.name === 'defineCollection' || callee.name === 'defineCmsCollection')
|
|
249
333
|
}
|
|
250
334
|
|
|
251
335
|
function propertyKeyName(key: t.Node): string | null {
|
|
@@ -428,6 +512,8 @@ function analyzeBaseCall(node: t.CallExpression, field: ParsedField, bindings: B
|
|
|
428
512
|
if (firstArg?.type === 'ObjectExpression') {
|
|
429
513
|
const hints = parseHintsFromObject(firstArg)
|
|
430
514
|
if (hints) field.hints = hints
|
|
515
|
+
const layout = parseFieldLayoutFromObject(firstArg)
|
|
516
|
+
if (layout) field.layout = layout
|
|
431
517
|
}
|
|
432
518
|
return
|
|
433
519
|
}
|
|
@@ -534,3 +620,41 @@ function assignHint(hints: FieldHints, key: string, value: string | number): voi
|
|
|
534
620
|
return
|
|
535
621
|
}
|
|
536
622
|
}
|
|
623
|
+
|
|
624
|
+
/** Read per-field layout hints (label/help/group/sidebar/width/order/hidden) from a marker's options object. */
|
|
625
|
+
function parseFieldLayoutFromObject(obj: t.ObjectExpression): ParsedFieldLayout | undefined {
|
|
626
|
+
const layout: ParsedFieldLayout = {}
|
|
627
|
+
for (const prop of obj.properties) {
|
|
628
|
+
if (prop.type !== 'ObjectProperty') continue
|
|
629
|
+
const key = propertyKeyName(prop.key)
|
|
630
|
+
const value = prop.value
|
|
631
|
+
switch (key) {
|
|
632
|
+
case 'label':
|
|
633
|
+
if (value.type === 'StringLiteral') layout.label = value.value
|
|
634
|
+
break
|
|
635
|
+
case 'help':
|
|
636
|
+
if (value.type === 'StringLiteral') layout.help = value.value
|
|
637
|
+
break
|
|
638
|
+
case 'group':
|
|
639
|
+
if (value.type === 'StringLiteral') layout.group = value.value
|
|
640
|
+
break
|
|
641
|
+
case 'width':
|
|
642
|
+
if (value.type === 'StringLiteral' && (value.value === 'full' || value.value === 'half')) layout.width = value.value
|
|
643
|
+
break
|
|
644
|
+
case 'order':
|
|
645
|
+
if (value.type === 'NumericLiteral') {
|
|
646
|
+
layout.order = value.value
|
|
647
|
+
} else if (value.type === 'UnaryExpression' && value.operator === '-' && value.argument.type === 'NumericLiteral') {
|
|
648
|
+
layout.order = -value.argument.value
|
|
649
|
+
}
|
|
650
|
+
break
|
|
651
|
+
case 'sidebar':
|
|
652
|
+
if (value.type === 'BooleanLiteral') layout.sidebar = value.value
|
|
653
|
+
break
|
|
654
|
+
case 'hidden':
|
|
655
|
+
if (value.type === 'BooleanLiteral') layout.hidden = value.value
|
|
656
|
+
break
|
|
657
|
+
}
|
|
658
|
+
}
|
|
659
|
+
return Object.keys(layout).length > 0 ? layout : undefined
|
|
660
|
+
}
|
package/src/core.ts
CHANGED
|
@@ -24,8 +24,10 @@ import {
|
|
|
24
24
|
createEntry as createEntryOp,
|
|
25
25
|
type CreateEntryInput,
|
|
26
26
|
deleteEntry as deleteEntryOp,
|
|
27
|
+
type EntryAsset,
|
|
27
28
|
type EntryOpsDeps,
|
|
28
29
|
getEntry as getEntryOp,
|
|
30
|
+
getEntryAsset as getEntryAssetOp,
|
|
29
31
|
type GetEntryResult,
|
|
30
32
|
removeArrayItem as removeArrayItemOp,
|
|
31
33
|
type RemoveArrayItemInput,
|
|
@@ -71,6 +73,8 @@ export interface CmsCore {
|
|
|
71
73
|
scanComponents(): Promise<Record<string, ComponentDefinition>>
|
|
72
74
|
/** Read a single entry's frontmatter + body, or `null` when it does not exist. */
|
|
73
75
|
getEntry(collection: string, slug: string): Promise<GetEntryResult | null>
|
|
76
|
+
/** Read an asset referenced by an entry (`image`/`file` value), resolving its path relative to the entry source. `null` when missing. */
|
|
77
|
+
getEntryAsset(collection: string, slug: string, assetPath: string): Promise<EntryAsset | null>
|
|
74
78
|
|
|
75
79
|
// ENTRY MUTATIONS
|
|
76
80
|
createEntry(input: CreateEntryInput): Promise<MutationResult>
|
|
@@ -120,6 +124,9 @@ export function createCmsCore(fs: CmsFileSystem, opts: CmsCoreOptions = {}): Cms
|
|
|
120
124
|
getEntry(collection, slug) {
|
|
121
125
|
return getEntryOp(entryDeps, collection, slug)
|
|
122
126
|
},
|
|
127
|
+
getEntryAsset(collection, slug, assetPath) {
|
|
128
|
+
return getEntryAssetOp(entryDeps, collection, slug, assetPath)
|
|
129
|
+
},
|
|
123
130
|
createEntry(input) {
|
|
124
131
|
return createEntryOp(entryDeps, input)
|
|
125
132
|
},
|
package/src/fs/node-fs.ts
CHANGED
|
@@ -78,6 +78,10 @@ export function createNodeFs(root: string): CmsFileSystem {
|
|
|
78
78
|
return fs.readFile(resolve(filePath), 'utf-8')
|
|
79
79
|
},
|
|
80
80
|
|
|
81
|
+
async readBytes(filePath) {
|
|
82
|
+
return fs.readFile(resolve(filePath))
|
|
83
|
+
},
|
|
84
|
+
|
|
81
85
|
async writeFile(filePath, content) {
|
|
82
86
|
const fullPath = resolve(filePath)
|
|
83
87
|
await fs.mkdir(path.dirname(fullPath), { recursive: true })
|
package/src/fs/types.ts
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
export interface CmsFileSystem {
|
|
10
10
|
/** Read a UTF-8 text file. Rejects when the file does not exist. */
|
|
11
11
|
readFile(path: string): Promise<string>
|
|
12
|
+
/** Read a file's raw bytes (for binary assets like images). Rejects when the file does not exist. */
|
|
13
|
+
readBytes(path: string): Promise<Uint8Array>
|
|
12
14
|
/** Write a UTF-8 text file atomically (write temp + rename). Creates parent dirs. */
|
|
13
15
|
writeFile(path: string, content: string): Promise<void>
|
|
14
16
|
/** Rename/move a file. Creates the destination's parent dir. */
|
|
@@ -3,6 +3,7 @@ import yaml from 'yaml'
|
|
|
3
3
|
import { scanCollections } from '../collection-scanner'
|
|
4
4
|
import { type ParseCache, parseContentConfig } from '../content-config-ast'
|
|
5
5
|
import type { CmsFileSystem } from '../fs/types'
|
|
6
|
+
import { mimeFromExt } from '../media/local'
|
|
6
7
|
import { isPlainRecord, relativeImportPath, slugify } from '../shared'
|
|
7
8
|
|
|
8
9
|
/** Frontmatter file extensions that hold markdown content (vs. pure data files). */
|
|
@@ -41,6 +42,27 @@ function isDataFile(filePath: string): boolean {
|
|
|
41
42
|
return ext === 'json' || ext === 'yaml' || ext === 'yml'
|
|
42
43
|
}
|
|
43
44
|
|
|
45
|
+
/**
|
|
46
|
+
* Resolve the root-relative base directory that holds a collection's source files.
|
|
47
|
+
*
|
|
48
|
+
* Honors a glob loader's `base` from the content config — e.g.
|
|
49
|
+
* `glob({ base: './content/blog' })` points outside `contentDir`, and the
|
|
50
|
+
* collection name (`o-virivkach`) need not match the directory. Falls back to the
|
|
51
|
+
* default `<contentDir>/<collection>` layout for collections without a custom
|
|
52
|
+
* loader base. This mirrors the scanner's `getCollectionSourceBasePath`, so the
|
|
53
|
+
* mutation/read path resolves entries in the very same place the listing scan does.
|
|
54
|
+
*/
|
|
55
|
+
async function resolveCollectionDir(deps: EntryOpsDeps, collection: string): Promise<string> {
|
|
56
|
+
const parsed = await parseContentConfig(deps.fs, deps.parseCache)
|
|
57
|
+
const loaderBase = parsed.get(collection)?.loaderBase
|
|
58
|
+
if (loaderBase) {
|
|
59
|
+
// Loader base is root-relative; strip a leading `./` and any trailing slash.
|
|
60
|
+
const normalized = loaderBase.replace(/^\.\/+/, '').replace(/[/\\]+$/, '')
|
|
61
|
+
if (normalized) return normalized
|
|
62
|
+
}
|
|
63
|
+
return `${deps.contentDir}/${collection}`
|
|
64
|
+
}
|
|
65
|
+
|
|
44
66
|
/**
|
|
45
67
|
* Resolve a `{collection, slug}` pair to an existing entry's source path.
|
|
46
68
|
*
|
|
@@ -49,7 +71,7 @@ function isDataFile(filePath: string): boolean {
|
|
|
49
71
|
* Returns `null` when no matching file exists.
|
|
50
72
|
*/
|
|
51
73
|
async function resolveEntryPath(deps: EntryOpsDeps, collection: string, slug: string): Promise<string | null> {
|
|
52
|
-
const base =
|
|
74
|
+
const base = await resolveCollectionDir(deps, collection)
|
|
53
75
|
const flatExts = ['md', 'mdx', 'json', 'yaml', 'yml']
|
|
54
76
|
for (const ext of flatExts) {
|
|
55
77
|
const candidate = `${base}/${slug}.${ext}`
|
|
@@ -62,6 +84,54 @@ async function resolveEntryPath(deps: EntryOpsDeps, collection: string, slug: st
|
|
|
62
84
|
return null
|
|
63
85
|
}
|
|
64
86
|
|
|
87
|
+
/**
|
|
88
|
+
* Resolve a content-relative path (as stored in frontmatter — e.g. an Astro
|
|
89
|
+
* `image()` value like `../../src/assets/x.webp`) against `baseDir`, returning a
|
|
90
|
+
* normalized root-relative path. A leading `/` resolves from the project root.
|
|
91
|
+
* Returns `null` when the path climbs above the project root (traversal).
|
|
92
|
+
*/
|
|
93
|
+
function resolveRelativePath(baseDir: string, rel: string): string | null {
|
|
94
|
+
const out = rel.startsWith('/') ? [] : baseDir.split('/').filter(Boolean)
|
|
95
|
+
for (const seg of rel.replace(/^\/+/, '').split('/')) {
|
|
96
|
+
if (seg === '' || seg === '.') continue
|
|
97
|
+
if (seg === '..') {
|
|
98
|
+
if (out.length === 0) return null
|
|
99
|
+
out.pop()
|
|
100
|
+
continue
|
|
101
|
+
}
|
|
102
|
+
out.push(seg)
|
|
103
|
+
}
|
|
104
|
+
return out.join('/')
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
/** Lowercased file extension including the leading dot (e.g. `.webp`), or `''`. */
|
|
108
|
+
function extOf(filePath: string): string {
|
|
109
|
+
const idx = filePath.lastIndexOf('.')
|
|
110
|
+
return idx >= 0 ? filePath.slice(idx).toLowerCase() : ''
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
/** Raw bytes of an entry-relative asset plus a best-effort content type. */
|
|
114
|
+
export interface EntryAsset {
|
|
115
|
+
bytes: Uint8Array
|
|
116
|
+
contentType: string
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* Read an asset referenced by an entry (an `image`/`file` field value), resolving
|
|
121
|
+
* the stored path relative to the entry's source file. Returns the raw bytes plus
|
|
122
|
+
* a content type inferred from the extension, or `null` when the entry or the
|
|
123
|
+
* asset does not exist (or the path escapes the project root).
|
|
124
|
+
*/
|
|
125
|
+
export async function getEntryAsset(deps: EntryOpsDeps, collection: string, slug: string, assetPath: string): Promise<EntryAsset | null> {
|
|
126
|
+
const sourcePath = await resolveEntryPath(deps, collection, slug)
|
|
127
|
+
if (!sourcePath) return null
|
|
128
|
+
const lastSlash = sourcePath.lastIndexOf('/')
|
|
129
|
+
const baseDir = lastSlash >= 0 ? sourcePath.slice(0, lastSlash) : ''
|
|
130
|
+
const resolved = resolveRelativePath(baseDir, assetPath)
|
|
131
|
+
if (!resolved || !(await deps.fs.exists(resolved))) return null
|
|
132
|
+
return { bytes: await deps.fs.readBytes(resolved), contentType: mimeFromExt(extOf(resolved)) }
|
|
133
|
+
}
|
|
134
|
+
|
|
65
135
|
// ============================================================================
|
|
66
136
|
// Frontmatter parse / serialize (ported from @nuasite/cms markdown-ops)
|
|
67
137
|
// ============================================================================
|
|
@@ -200,7 +270,7 @@ async function detectCollectionMarkdownLayout(deps: EntryOpsDeps, collection: st
|
|
|
200
270
|
}
|
|
201
271
|
|
|
202
272
|
async function inferLayoutFromExistingEntries(deps: EntryOpsDeps, collection: string): Promise<MarkdownCollectionLayout | null> {
|
|
203
|
-
const collectionPath =
|
|
273
|
+
const collectionPath = await resolveCollectionDir(deps, collection)
|
|
204
274
|
|
|
205
275
|
const dirEntries = await deps.fs.list(collectionPath)
|
|
206
276
|
if (dirEntries.length === 0) return null
|
|
@@ -300,9 +370,10 @@ export async function createEntry(deps: EntryOpsDeps, input: CreateEntryInput):
|
|
|
300
370
|
}
|
|
301
371
|
const isData = ext === 'json' || ext === 'yaml' || ext === 'yml'
|
|
302
372
|
const layout = isData ? 'flat' : await detectCollectionMarkdownLayout(deps, collection)
|
|
373
|
+
const collectionDir = await resolveCollectionDir(deps, collection)
|
|
303
374
|
const sourcePath = layout === 'index'
|
|
304
|
-
? `${
|
|
305
|
-
: `${
|
|
375
|
+
? `${collectionDir}/${normalizedSlug}/index.${ext}`
|
|
376
|
+
: `${collectionDir}/${normalizedSlug}.${ext}`
|
|
306
377
|
|
|
307
378
|
let fileContent: string
|
|
308
379
|
if (isData) {
|