@angular/compiler-cli 17.1.2 → 17.2.0-next.1

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.
Files changed (50) hide show
  1. package/bundles/{chunk-24NMPW5I.js → chunk-6TQPEEA2.js} +12 -7
  2. package/bundles/chunk-6TQPEEA2.js.map +6 -0
  3. package/bundles/{chunk-TFBB265K.js → chunk-7HZQIUTO.js} +208 -154
  4. package/bundles/chunk-7HZQIUTO.js.map +6 -0
  5. package/bundles/{chunk-TKJ4KX5N.js → chunk-D6QFM4YJ.js} +4 -4
  6. package/bundles/{chunk-TKJ4KX5N.js.map → chunk-D6QFM4YJ.js.map} +1 -1
  7. package/bundles/{chunk-5YHUYFQ5.js → chunk-GJ7EAXBI.js} +107 -30
  8. package/bundles/chunk-GJ7EAXBI.js.map +6 -0
  9. package/bundles/{chunk-GKQNBAG5.js → chunk-IWZ4MO7Q.js} +529 -250
  10. package/bundles/chunk-IWZ4MO7Q.js.map +6 -0
  11. package/bundles/{chunk-MIB7EGOT.js → chunk-J2NE3BNR.js} +2 -2
  12. package/bundles/index.js +5 -5
  13. package/bundles/linker/babel/index.js +2 -2
  14. package/bundles/linker/index.js +2 -2
  15. package/bundles/private/migrations.js +2 -2
  16. package/bundles/private/tooling.js +3 -3
  17. package/bundles/src/bin/ng_xi18n.js +4 -4
  18. package/bundles/src/bin/ngc.js +4 -4
  19. package/bundles_metadata.json +1 -1
  20. package/linker/src/file_linker/partial_linkers/util.d.ts +2 -1
  21. package/package.json +3 -3
  22. package/src/bin/ng_xi18n.d.ts +0 -1
  23. package/src/bin/ngc.d.ts +0 -1
  24. package/src/ngtsc/annotations/common/src/util.d.ts +5 -2
  25. package/src/ngtsc/annotations/component/src/handler.d.ts +4 -2
  26. package/src/ngtsc/annotations/directive/src/handler.d.ts +3 -1
  27. package/src/ngtsc/annotations/directive/src/initializer_functions.d.ts +44 -0
  28. package/src/ngtsc/annotations/directive/src/input_function.d.ts +1 -1
  29. package/src/ngtsc/annotations/directive/src/query_functions.d.ts +26 -0
  30. package/src/ngtsc/annotations/directive/src/shared.d.ts +2 -2
  31. package/src/ngtsc/annotations/ng_module/src/handler.d.ts +3 -2
  32. package/src/ngtsc/annotations/src/pipe.d.ts +2 -1
  33. package/src/ngtsc/core/api/src/public_options.d.ts +10 -0
  34. package/src/ngtsc/diagnostics/src/error_code.d.ts +24 -7
  35. package/src/ngtsc/docs/src/entities.d.ts +1 -0
  36. package/src/ngtsc/docs/src/function_extractor.d.ts +3 -2
  37. package/src/ngtsc/imports/index.d.ts +1 -0
  38. package/src/ngtsc/imports/src/local_compilation_extra_imports_tracker.d.ts +56 -0
  39. package/src/ngtsc/metadata/index.d.ts +1 -1
  40. package/src/ngtsc/metadata/src/api.d.ts +23 -3
  41. package/src/ngtsc/metadata/src/util.d.ts +2 -1
  42. package/src/ngtsc/transform/src/transform.d.ts +2 -2
  43. package/src/ngtsc/translator/index.d.ts +1 -1
  44. package/src/ngtsc/translator/src/import_manager.d.ts +19 -2
  45. package/src/ngtsc/typecheck/src/ts_util.d.ts +2 -0
  46. package/bundles/chunk-24NMPW5I.js.map +0 -6
  47. package/bundles/chunk-5YHUYFQ5.js.map +0 -6
  48. package/bundles/chunk-GKQNBAG5.js.map +0 -6
  49. package/bundles/chunk-TFBB265K.js.map +0 -6
  50. /package/bundles/{chunk-MIB7EGOT.js.map → chunk-J2NE3BNR.js.map} +0 -0
@@ -7,7 +7,8 @@
7
7
  */
8
8
  import { MaybeForwardRefExpression, outputAst as o, R3DeclareDependencyMetadata, R3DependencyMetadata, R3Reference } from '@angular/compiler';
9
9
  import { AstObject, AstValue } from '../../ast/ast_value';
10
- export declare const PLACEHOLDER_VERSION = "17.1.2";
10
+ export declare const PLACEHOLDER_VERSION = "17.2.0-next.1";
11
+ export declare const SHOULD_USE_TEMPLATE_PIPELINE_FOR_LINKER = false;
11
12
  export declare function wrapReference<TExpression>(wrapped: o.WrappedNodeExpr<TExpression>): R3Reference;
12
13
  /**
13
14
  * Parses the value of an enum from the AST value's symbol name.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/compiler-cli",
3
- "version": "17.1.2",
3
+ "version": "17.2.0-next.1",
4
4
  "description": "Angular - the compiler CLI for Node.js",
5
5
  "typings": "index.d.ts",
6
6
  "bin": {
@@ -45,7 +45,7 @@
45
45
  "dependencies": {
46
46
  "@babel/core": "7.23.2",
47
47
  "@jridgewell/sourcemap-codec": "^1.4.14",
48
- "reflect-metadata": "^0.1.2",
48
+ "reflect-metadata": "^0.2.0",
49
49
  "chokidar": "^3.0.0",
50
50
  "convert-source-map": "^1.5.1",
51
51
  "semver": "^7.0.0",
@@ -53,7 +53,7 @@
53
53
  "yargs": "^17.2.1"
54
54
  },
55
55
  "peerDependencies": {
56
- "@angular/compiler": "17.1.2",
56
+ "@angular/compiler": "17.2.0-next.1",
57
57
  "typescript": ">=5.2 <5.4"
58
58
  },
59
59
  "repository": {
@@ -6,5 +6,4 @@
6
6
  * Use of this source code is governed by an MIT-style license that can be
7
7
  * found in the LICENSE file at https://angular.io/license
8
8
  */
9
- /// <reference types="reflect-metadata/Reflect" />
10
9
  import 'reflect-metadata';
package/src/bin/ngc.d.ts CHANGED
@@ -6,5 +6,4 @@
6
6
  * Use of this source code is governed by an MIT-style license that can be
7
7
  * found in the LICENSE file at https://angular.io/license
8
8
  */
9
- /// <reference types="reflect-metadata/Reflect" />
10
9
  import 'reflect-metadata';
@@ -11,6 +11,8 @@ import { ImportedFile, ModuleResolver, Reference, ReferenceEmitter } from '../..
11
11
  import { ForeignFunctionResolver, PartialEvaluator } from '../../../partial_evaluator';
12
12
  import { ClassDeclaration, Decorator, Import, ImportedTypeValueReference, LocalTypeValueReference, ReflectionHost, TypeValueReference } from '../../../reflection';
13
13
  import { CompileResult } from '../../../transform';
14
+ /** Module name of the framework core. */
15
+ export declare const CORE_MODULE = "@angular/core";
14
16
  /**
15
17
  * Convert a `TypeValueReference` to an `Expression` which refers to the type as a value.
16
18
  *
@@ -21,12 +23,13 @@ import { CompileResult } from '../../../transform';
21
23
  export declare function valueReferenceToExpression(valueRef: LocalTypeValueReference | ImportedTypeValueReference): Expression;
22
24
  export declare function valueReferenceToExpression(valueRef: TypeValueReference): Expression | null;
23
25
  export declare function toR3Reference(origin: ts.Node, ref: Reference, context: ts.SourceFile, refEmitter: ReferenceEmitter): R3Reference;
24
- export declare function isAngularCore(decorator: Decorator): decorator is Decorator & {
26
+ export declare function isAngularCore(decorator: Decorator): decorator is (Decorator & {
25
27
  import: Import;
26
- };
28
+ });
27
29
  export declare function isAngularCoreReference(reference: Reference, symbolName: string): boolean;
28
30
  export declare function findAngularDecorator(decorators: Decorator[], name: string, isCore: boolean): Decorator | undefined;
29
31
  export declare function isAngularDecorator(decorator: Decorator, name: string, isCore: boolean): boolean;
32
+ export declare function getAngularDecorators(decorators: Decorator[], names: readonly string[], isCore: boolean): Decorator[];
30
33
  /**
31
34
  * Unwrap a `ts.Expression`, removing outer type-casts or parentheses until the expression is in its
32
35
  * lowest level form.
@@ -8,7 +8,7 @@
8
8
  import { ConstantPool } from '@angular/compiler';
9
9
  import ts from 'typescript';
10
10
  import { CycleAnalyzer, CycleHandlingStrategy } from '../../../cycles';
11
- import { DeferredSymbolTracker, ModuleResolver, ReferenceEmitter } from '../../../imports';
11
+ import { DeferredSymbolTracker, LocalCompilationExtraImportsTracker, ModuleResolver, ReferenceEmitter } from '../../../imports';
12
12
  import { DependencyTracker } from '../../../incremental/api';
13
13
  import { SemanticDepGraphUpdater } from '../../../incremental/semantic_graph';
14
14
  import { IndexingContext } from '../../../indexer';
@@ -62,7 +62,9 @@ export declare class ComponentDecoratorHandler implements DecoratorHandler<Decor
62
62
  private readonly deferredSymbolTracker;
63
63
  private readonly forbidOrphanRendering;
64
64
  private readonly enableBlockSyntax;
65
- constructor(reflector: ReflectionHost, evaluator: PartialEvaluator, metaRegistry: MetadataRegistry, metaReader: MetadataReader, scopeReader: ComponentScopeReader, dtsScopeReader: DtsModuleScopeResolver, scopeRegistry: LocalModuleScopeRegistry, typeCheckScopeRegistry: TypeCheckScopeRegistry, resourceRegistry: ResourceRegistry, isCore: boolean, strictCtorDeps: boolean, resourceLoader: ResourceLoader, rootDirs: ReadonlyArray<string>, defaultPreserveWhitespaces: boolean, i18nUseExternalIds: boolean, enableI18nLegacyMessageIdFormat: boolean, usePoisonedData: boolean, i18nNormalizeLineEndingsInICUs: boolean, moduleResolver: ModuleResolver, cycleAnalyzer: CycleAnalyzer, cycleHandlingStrategy: CycleHandlingStrategy, refEmitter: ReferenceEmitter, referencesRegistry: ReferencesRegistry, depTracker: DependencyTracker | null, injectableRegistry: InjectableClassRegistry, semanticDepGraphUpdater: SemanticDepGraphUpdater | null, annotateForClosureCompiler: boolean, perf: PerfRecorder, hostDirectivesResolver: HostDirectivesResolver, includeClassMetadata: boolean, compilationMode: CompilationMode, deferredSymbolTracker: DeferredSymbolTracker, forbidOrphanRendering: boolean, enableBlockSyntax: boolean);
65
+ private readonly useTemplatePipeline;
66
+ private readonly localCompilationExtraImportsTracker;
67
+ constructor(reflector: ReflectionHost, evaluator: PartialEvaluator, metaRegistry: MetadataRegistry, metaReader: MetadataReader, scopeReader: ComponentScopeReader, dtsScopeReader: DtsModuleScopeResolver, scopeRegistry: LocalModuleScopeRegistry, typeCheckScopeRegistry: TypeCheckScopeRegistry, resourceRegistry: ResourceRegistry, isCore: boolean, strictCtorDeps: boolean, resourceLoader: ResourceLoader, rootDirs: ReadonlyArray<string>, defaultPreserveWhitespaces: boolean, i18nUseExternalIds: boolean, enableI18nLegacyMessageIdFormat: boolean, usePoisonedData: boolean, i18nNormalizeLineEndingsInICUs: boolean, moduleResolver: ModuleResolver, cycleAnalyzer: CycleAnalyzer, cycleHandlingStrategy: CycleHandlingStrategy, refEmitter: ReferenceEmitter, referencesRegistry: ReferencesRegistry, depTracker: DependencyTracker | null, injectableRegistry: InjectableClassRegistry, semanticDepGraphUpdater: SemanticDepGraphUpdater | null, annotateForClosureCompiler: boolean, perf: PerfRecorder, hostDirectivesResolver: HostDirectivesResolver, includeClassMetadata: boolean, compilationMode: CompilationMode, deferredSymbolTracker: DeferredSymbolTracker, forbidOrphanRendering: boolean, enableBlockSyntax: boolean, useTemplatePipeline: boolean, localCompilationExtraImportsTracker: LocalCompilationExtraImportsTracker | null);
66
68
  private literalCache;
67
69
  private elementSchemaRegistry;
68
70
  /**
@@ -47,7 +47,9 @@ export declare class DirectiveDecoratorHandler implements DecoratorHandler<Decor
47
47
  private perf;
48
48
  private includeClassMetadata;
49
49
  private readonly compilationMode;
50
- constructor(reflector: ReflectionHost, evaluator: PartialEvaluator, metaRegistry: MetadataRegistry, scopeRegistry: LocalModuleScopeRegistry, metaReader: MetadataReader, injectableRegistry: InjectableClassRegistry, refEmitter: ReferenceEmitter, referencesRegistry: ReferencesRegistry, isCore: boolean, strictCtorDeps: boolean, semanticDepGraphUpdater: SemanticDepGraphUpdater | null, annotateForClosureCompiler: boolean, perf: PerfRecorder, includeClassMetadata: boolean, compilationMode: CompilationMode);
50
+ private readonly useTemplatePipeline;
51
+ private readonly generateExtraImportsInLocalMode;
52
+ constructor(reflector: ReflectionHost, evaluator: PartialEvaluator, metaRegistry: MetadataRegistry, scopeRegistry: LocalModuleScopeRegistry, metaReader: MetadataReader, injectableRegistry: InjectableClassRegistry, refEmitter: ReferenceEmitter, referencesRegistry: ReferencesRegistry, isCore: boolean, strictCtorDeps: boolean, semanticDepGraphUpdater: SemanticDepGraphUpdater | null, annotateForClosureCompiler: boolean, perf: PerfRecorder, includeClassMetadata: boolean, compilationMode: CompilationMode, useTemplatePipeline: boolean, generateExtraImportsInLocalMode: boolean);
51
53
  readonly precedence = HandlerPrecedence.PRIMARY;
52
54
  readonly name = "DirectiveDecoratorHandler";
53
55
  detect(node: ClassDeclaration, decorators: Decorator[] | null): DetectResult<Decorator | null> | undefined;
@@ -0,0 +1,44 @@
1
+ /**
2
+ * @license
3
+ * Copyright Google LLC All Rights Reserved.
4
+ *
5
+ * Use of this source code is governed by an MIT-style license that can be
6
+ * found in the LICENSE file at https://angular.io/license
7
+ */
8
+ import ts from 'typescript';
9
+ import { ClassMember, ReflectionHost } from '../../../reflection';
10
+ /**
11
+ * @fileoverview
12
+ *
13
+ * Angular exposes functions that can be used as class member initializers
14
+ * to make use of various APIs. Those are called initializer APIs.
15
+ *
16
+ * Signal-based inputs are relying on initializer APIs because such inputs
17
+ * are declared using `input` and `input.required` intersection functions.
18
+ * Similarly, signal-based queries follow the same pattern and are also
19
+ * declared through initializer APIs.
20
+ */
21
+ export type InitializerApiFunction = 'input' | 'viewChild' | 'viewChildren' | 'contentChild' | 'contentChildren';
22
+ /**
23
+ * Metadata describing an Angular class member that was recognized through
24
+ * a function initializer. Like `input`, `input.required` or `viewChild`.
25
+ */
26
+ interface InitializerFunctionMetadata {
27
+ /** Name of the initializer API function that was recognized. */
28
+ apiName: InitializerApiFunction;
29
+ /** Node referring to the call expression. */
30
+ call: ts.CallExpression;
31
+ /** Whether the initializer is required or not. E.g. `input.required` was used. */
32
+ isRequired: boolean;
33
+ }
34
+ /**
35
+ * Attempts to identify an Angular class member that is declared via
36
+ * its initializer referring to a given initializer API function.
37
+ *
38
+ * Note that multiple possible initializer API function names can be specified,
39
+ * allowing for checking multiple types in one pass.
40
+ */
41
+ export declare function tryParseInitializerApiMember<FnNames extends InitializerApiFunction[]>(fnNames: FnNames, member: Pick<ClassMember, 'value'>, reflector: ReflectionHost, isCore: boolean): InitializerFunctionMetadata & {
42
+ apiName: FnNames[number];
43
+ } | null;
44
+ export {};
@@ -11,4 +11,4 @@ import { ClassMember, ReflectionHost } from '../../../reflection';
11
11
  * Attempts to parse a signal input class member. Returns the parsed
12
12
  * input mapping if possible.
13
13
  */
14
- export declare function tryParseSignalInputMapping(member: Pick<ClassMember, 'name' | 'value'>, reflector: ReflectionHost, coreModule: string | undefined): InputMapping | null;
14
+ export declare function tryParseSignalInputMapping(member: Pick<ClassMember, 'name' | 'value'>, reflector: ReflectionHost, isCore: boolean): InputMapping | null;
@@ -0,0 +1,26 @@
1
+ /**
2
+ * @license
3
+ * Copyright Google LLC All Rights Reserved.
4
+ *
5
+ * Use of this source code is governed by an MIT-style license that can be
6
+ * found in the LICENSE file at https://angular.io/license
7
+ */
8
+ import { R3QueryMetadata } from '@angular/compiler';
9
+ import ts from 'typescript';
10
+ import { ClassMember, ReflectionHost } from '../../../reflection';
11
+ /** Possible query initializer API functions. */
12
+ type QueryFunctionName = 'viewChild' | 'contentChild' | 'viewChildren' | 'contentChildren';
13
+ /**
14
+ * Attempts to detect a possible query definition for the given class member.
15
+ *
16
+ * This function checks for all possible variants of queries and matches the
17
+ * first one. The query is then analyzed and its resolved metadata is returned.
18
+ *
19
+ * @returns Resolved query metadata, or null if no query is declared.
20
+ */
21
+ export declare function tryParseSignalQueryFromInitializer(member: Pick<ClassMember, 'name' | 'value'>, reflector: ReflectionHost, isCore: boolean): {
22
+ name: QueryFunctionName;
23
+ metadata: R3QueryMetadata;
24
+ call: ts.CallExpression;
25
+ } | null;
26
+ export {};
@@ -19,7 +19,7 @@ import { ReferencesRegistry } from '../../common';
19
19
  * appear in the declarations of an `NgModule` and additional verification is done when processing
20
20
  * the module.
21
21
  */
22
- export declare function extractDirectiveMetadata(clazz: ClassDeclaration, decorator: Readonly<Decorator>, reflector: ReflectionHost, evaluator: PartialEvaluator, refEmitter: ReferenceEmitter, referencesRegistry: ReferencesRegistry, isCore: boolean, annotateForClosureCompiler: boolean, compilationMode: CompilationMode, defaultSelector?: string | null): {
22
+ export declare function extractDirectiveMetadata(clazz: ClassDeclaration, decorator: Readonly<Decorator>, reflector: ReflectionHost, evaluator: PartialEvaluator, refEmitter: ReferenceEmitter, referencesRegistry: ReferencesRegistry, isCore: boolean, annotateForClosureCompiler: boolean, compilationMode: CompilationMode, defaultSelector: string | null, useTemplatePipeline: boolean): {
23
23
  decorator: Map<string, ts.Expression>;
24
24
  metadata: R3DirectiveMetadata;
25
25
  inputs: ClassPropertyMapping<InputMapping>;
@@ -28,7 +28,7 @@ export declare function extractDirectiveMetadata(clazz: ClassDeclaration, decora
28
28
  hostDirectives: HostDirectiveMeta[] | null;
29
29
  rawHostDirectives: ts.Expression | null;
30
30
  } | undefined;
31
- export declare function extractQueryMetadata(exprNode: ts.Node, name: string, args: ReadonlyArray<ts.Expression>, propertyName: string, reflector: ReflectionHost, evaluator: PartialEvaluator): R3QueryMetadata;
31
+ export declare function extractDecoratorQueryMetadata(exprNode: ts.Node, name: string, args: ReadonlyArray<ts.Expression>, propertyName: string, reflector: ReflectionHost, evaluator: PartialEvaluator): R3QueryMetadata;
32
32
  export declare function extractHostBindings(members: ClassMember[], evaluator: PartialEvaluator, coreModule: string | undefined, metadata?: Map<string, ts.Expression>): ParsedHostBindings;
33
33
  export declare function parseDirectiveStyles(directive: Map<string, ts.Expression>, evaluator: PartialEvaluator, compilationMode: CompilationMode): null | string[];
34
34
  export declare function parseFieldStringArrayValue(directive: Map<string, ts.Expression>, field: string, evaluator: PartialEvaluator): null | string[];
@@ -7,7 +7,7 @@
7
7
  */
8
8
  import { Expression, R3ClassMetadata, R3FactoryMetadata, R3InjectorMetadata, R3NgModuleMetadata, SchemaMetadata } from '@angular/compiler';
9
9
  import ts from 'typescript';
10
- import { Reference, ReferenceEmitter } from '../../../imports';
10
+ import { LocalCompilationExtraImportsTracker, Reference, ReferenceEmitter } from '../../../imports';
11
11
  import { SemanticDepGraphUpdater, SemanticReference, SemanticSymbol } from '../../../incremental/semantic_graph';
12
12
  import { ExportedProviderStatusResolver, MetadataReader, MetadataRegistry } from '../../../metadata';
13
13
  import { PartialEvaluator } from '../../../partial_evaluator';
@@ -83,7 +83,8 @@ export declare class NgModuleDecoratorHandler implements DecoratorHandler<Decora
83
83
  private includeClassMetadata;
84
84
  private includeSelectorScope;
85
85
  private readonly compilationMode;
86
- constructor(reflector: ReflectionHost, evaluator: PartialEvaluator, metaReader: MetadataReader, metaRegistry: MetadataRegistry, scopeRegistry: LocalModuleScopeRegistry, referencesRegistry: ReferencesRegistry, exportedProviderStatusResolver: ExportedProviderStatusResolver, semanticDepGraphUpdater: SemanticDepGraphUpdater | null, isCore: boolean, refEmitter: ReferenceEmitter, annotateForClosureCompiler: boolean, onlyPublishPublicTypings: boolean, injectableRegistry: InjectableClassRegistry, perf: PerfRecorder, includeClassMetadata: boolean, includeSelectorScope: boolean, compilationMode: CompilationMode);
86
+ private readonly localCompilationExtraImportsTracker;
87
+ constructor(reflector: ReflectionHost, evaluator: PartialEvaluator, metaReader: MetadataReader, metaRegistry: MetadataRegistry, scopeRegistry: LocalModuleScopeRegistry, referencesRegistry: ReferencesRegistry, exportedProviderStatusResolver: ExportedProviderStatusResolver, semanticDepGraphUpdater: SemanticDepGraphUpdater | null, isCore: boolean, refEmitter: ReferenceEmitter, annotateForClosureCompiler: boolean, onlyPublishPublicTypings: boolean, injectableRegistry: InjectableClassRegistry, perf: PerfRecorder, includeClassMetadata: boolean, includeSelectorScope: boolean, compilationMode: CompilationMode, localCompilationExtraImportsTracker: LocalCompilationExtraImportsTracker | null);
87
88
  readonly precedence = HandlerPrecedence.PRIMARY;
88
89
  readonly name = "NgModuleDecoratorHandler";
89
90
  detect(node: ClassDeclaration, decorators: Decorator[] | null): DetectResult<Decorator> | undefined;
@@ -40,7 +40,8 @@ export declare class PipeDecoratorHandler implements DecoratorHandler<Decorator,
40
40
  private perf;
41
41
  private includeClassMetadata;
42
42
  private readonly compilationMode;
43
- constructor(reflector: ReflectionHost, evaluator: PartialEvaluator, metaRegistry: MetadataRegistry, scopeRegistry: LocalModuleScopeRegistry, injectableRegistry: InjectableClassRegistry, isCore: boolean, perf: PerfRecorder, includeClassMetadata: boolean, compilationMode: CompilationMode);
43
+ private readonly generateExtraImportsInLocalMode;
44
+ constructor(reflector: ReflectionHost, evaluator: PartialEvaluator, metaRegistry: MetadataRegistry, scopeRegistry: LocalModuleScopeRegistry, injectableRegistry: InjectableClassRegistry, isCore: boolean, perf: PerfRecorder, includeClassMetadata: boolean, compilationMode: CompilationMode, generateExtraImportsInLocalMode: boolean);
44
45
  readonly precedence = HandlerPrecedence.PRIMARY;
45
46
  readonly name = "PipeDecoratorHandler";
46
47
  detect(node: ClassDeclaration, decorators: Decorator[] | null): DetectResult<Decorator> | undefined;
@@ -302,6 +302,12 @@ export interface BazelAndG3Options {
302
302
  * `@defer` blocks.
303
303
  */
304
304
  onlyExplicitDeferDependencyImports?: boolean;
305
+ /**
306
+ * Generates extra imports in local compilation mode which imply the extra imports generated in
307
+ * full mode compilation (e.g., imports for statically resolved component dependencies). These
308
+ * extra imports are needed for bundling purposes in g3.
309
+ */
310
+ generateExtraImportsInLocalMode?: boolean;
305
311
  }
306
312
  /**
307
313
  * Options related to i18n compilation support.
@@ -393,4 +399,8 @@ export interface MiscOptions {
393
399
  * another library without option set will not issue error if rendered in orphan way.
394
400
  */
395
401
  forbidOrphanComponents?: boolean;
402
+ /**
403
+ * Whether to use TemplateDefinitionBuilder as the code generator, or Template Pipeline.
404
+ */
405
+ useTemplatePipeline?: boolean;
396
406
  }
@@ -19,12 +19,24 @@ export declare enum ErrorCode {
19
19
  DECORATOR_COLLISION = 1006,
20
20
  VALUE_HAS_WRONG_TYPE = 1010,
21
21
  VALUE_NOT_LITERAL = 1011,
22
- /** Raised when a signal input is also annotated with `@Input` (for JIT this is allowed). */
23
- SIGNAL_INPUT_AND_DISALLOWED_DECORATOR = 1050,
24
- /** Raised when a signal input is also declared in the decorator `inputs` field. */
25
- SIGNAL_INPUT_AND_INPUTS_ARRAY_COLLISION = 1051,
26
- /** A signal input, or decorator input is declared on a static class member. */
27
- INPUT_DECLARED_ON_STATIC_MEMBER = 1100,
22
+ /**
23
+ * Raised when an initializer API is annotated with an unexpected decorator.
24
+ *
25
+ * e.g. `@Input` is also applied on the class member using `input`.
26
+ */
27
+ INITIALIZER_API_WITH_DISALLOWED_DECORATOR = 1050,
28
+ /**
29
+ * Raised when an initializer API feature (like signal inputs) are also
30
+ * declared in the class decorator metadata.
31
+ *
32
+ * e.g. a signal input is also declared in the `@Directive` `inputs` array.
33
+ */
34
+ INITIALIZER_API_DECORATOR_METADATA_COLLISION = 1051,
35
+ /**
36
+ * An Angular feature, like inputs, outputs or queries is incorrectly
37
+ * declared on a static member.
38
+ */
39
+ INCORRECTLY_DECLARED_ON_STATIC_MEMBER = 1100,
28
40
  COMPONENT_MISSING_TEMPLATE = 2001,
29
41
  PIPE_MISSING_NAME = 2002,
30
42
  PARAM_MISSING_TOKEN = 2003,
@@ -404,5 +416,10 @@ export declare enum ErrorCode {
404
416
  * A string is imported from another file to be used as styles string for a component in local
405
417
  * compilation mode.
406
418
  */
407
- LOCAL_COMPILATION_IMPORTED_STYLES_STRING = 11002
419
+ LOCAL_COMPILATION_IMPORTED_STYLES_STRING = 11002,
420
+ /**
421
+ * Raised when the compiler wasn't able to resolve the metadata of a host directive in local
422
+ * compilation mode.
423
+ */
424
+ LOCAL_COMPILATION_HOST_DIRECTIVE_INVALID = 11003
408
425
  }
@@ -101,6 +101,7 @@ export interface FunctionEntry extends DocEntry {
101
101
  params: ParameterEntry[];
102
102
  returnType: string;
103
103
  generics: GenericEntry[];
104
+ isNewType: boolean;
104
105
  }
105
106
  /** Sub-entry for a single class or enum member. */
106
107
  export interface MemberEntry {
@@ -7,11 +7,12 @@
7
7
  */
8
8
  import ts from 'typescript';
9
9
  import { FunctionEntry } from './entities';
10
- export type FunctionLike = ts.FunctionDeclaration | ts.MethodDeclaration | ts.MethodSignature;
10
+ export type FunctionLike = ts.FunctionDeclaration | ts.MethodDeclaration | ts.MethodSignature | ts.CallSignatureDeclaration | ts.ConstructSignatureDeclaration;
11
11
  export declare class FunctionExtractor {
12
+ private name;
12
13
  private declaration;
13
14
  private typeChecker;
14
- constructor(declaration: FunctionLike, typeChecker: ts.TypeChecker);
15
+ constructor(name: string, declaration: FunctionLike, typeChecker: ts.TypeChecker);
15
16
  extract(): FunctionEntry;
16
17
  private extractAllParams;
17
18
  /** Gets all overloads for the function (excluding this extractor's FunctionDeclaration). */
@@ -10,6 +10,7 @@ export { ImportRewriter, NoopImportRewriter, R3SymbolsImportRewriter, validateAn
10
10
  export { DefaultImportTracker } from './src/default';
11
11
  export { DeferredSymbolTracker } from './src/deferred_symbol_tracker';
12
12
  export { AbsoluteModuleStrategy, assertSuccessfulReferenceEmit, EmittedReference, FailedEmitResult, ImportedFile, ImportFlags, LocalIdentifierStrategy, LogicalProjectStrategy, ReferenceEmitKind, ReferenceEmitResult, ReferenceEmitStrategy, ReferenceEmitter, RelativePathStrategy, UnifiedModulesStrategy } from './src/emitter';
13
+ export { LocalCompilationExtraImportsTracker } from './src/local_compilation_extra_imports_tracker';
13
14
  export { isAliasImportDeclaration, loadIsReferencedAliasDeclarationPatch } from './src/patch_alias_reference_resolution';
14
15
  export { Reexport } from './src/reexport';
15
16
  export { OwningModule, Reference } from './src/references';
@@ -0,0 +1,56 @@
1
+ /**
2
+ * @license
3
+ * Copyright Google LLC All Rights Reserved.
4
+ *
5
+ * Use of this source code is governed by an MIT-style license that can be
6
+ * found in the LICENSE file at https://angular.io/license
7
+ */
8
+ import ts from 'typescript';
9
+ /**
10
+ * A tool to track extra imports to be added to the generated files in the local compilation mode.
11
+ *
12
+ * This is needed for g3 bundling mechanism which requires dev files (= locally compiled) to have
13
+ * imports resemble those generated for prod files (= full compilation mode). In full compilation
14
+ * mode Angular compiler generates extra imports for statically analyzed component dependencies. We
15
+ * need similar imports in local compilation as well.
16
+ *
17
+ * The tool offers API for adding local imports (to be added to a specific file) and global imports
18
+ * (to be added to all the files in the local compilation). For more details on how these extra
19
+ * imports are determined see this design doc:
20
+ * https://docs.google.com/document/d/1dOWoSDvOY9ozlMmyCnxoFLEzGgHmTFVRAOVdVU-bxlI/edit?tab=t.0#heading=h.5n3k516r57g5
21
+ *
22
+ * An instance of this class will be passed to each annotation handler so that they can register the
23
+ * extra imports that they see fit. Later on, the instance is passed to the Ivy transformer ({@link
24
+ * ivyTransformFactory}) and it is used to add the extra imports registered by the handlers to the
25
+ * import manager ({@link ImportManager}) in order to have these imports generated.
26
+ *
27
+ * The extra imports are all side effect imports, and so they are identified by a single string
28
+ * containing the module name.
29
+ *
30
+ */
31
+ export declare class LocalCompilationExtraImportsTracker {
32
+ private readonly typeChecker;
33
+ private readonly localImportsMap;
34
+ private readonly globalImportsSet;
35
+ constructor(typeChecker: ts.TypeChecker);
36
+ /**
37
+ * Adds an extra import to be added to the generated file of a specific source file.
38
+ */
39
+ addImportForFile(sf: ts.SourceFile, moduleName: string): void;
40
+ /**
41
+ * If the given node is an imported identifier, this method adds the module from which it is
42
+ * imported as an extra import to the generated file of each source file in the compilation unit,
43
+ * otherwise the method is noop.
44
+ *
45
+ * Adding an extra import to all files is not optimal though. There are rooms to optimize and a
46
+ * add the import to a subset of files (e.g., exclude all the non Angular files as they don't need
47
+ * any extra import). However for this first version of this feature we go by this mechanism for
48
+ * simplicity. There will be on-going work to further optimize this method to add the extra import
49
+ * to smallest possible candidate files instead of all files.
50
+ */
51
+ addGlobalImportFromIdentifier(node: ts.Node): void;
52
+ /**
53
+ * Returns the list of all module names that the given file should include as its extra imports.
54
+ */
55
+ getImportsForFile(sf: ts.SourceFile): string[];
56
+ }
@@ -10,7 +10,7 @@ export { DtsMetadataReader } from './src/dts';
10
10
  export { flattenInheritedDirectiveMetadata } from './src/inheritance';
11
11
  export { CompoundMetadataRegistry, LocalMetadataRegistry } from './src/registry';
12
12
  export { ResourceRegistry, Resource, ComponentResources, isExternalResource, ExternalResource } from './src/resource_registry';
13
- export { extractDirectiveTypeCheckMeta, hasInjectableFields, CompoundMetadataReader } from './src/util';
13
+ export { extractDirectiveTypeCheckMeta, hasInjectableFields, CompoundMetadataReader, isHostDirectiveMetaForGlobalMode } from './src/util';
14
14
  export { BindingPropertyName, ClassPropertyMapping, ClassPropertyName, InputOrOutput } from './src/property_mapping';
15
15
  export { ExportedProviderStatusResolver } from './src/providers';
16
16
  export { HostDirectivesResolver } from './src/host_directives_resolver';
@@ -5,7 +5,7 @@
5
5
  * Use of this source code is governed by an MIT-style license that can be
6
6
  * found in the LICENSE file at https://angular.io/license
7
7
  */
8
- import { DirectiveMeta as T2DirectiveMeta, SchemaMetadata } from '@angular/compiler';
8
+ import { DirectiveMeta as T2DirectiveMeta, Expression, SchemaMetadata } from '@angular/compiler';
9
9
  import ts from 'typescript';
10
10
  import { Reference } from '../../imports';
11
11
  import { ClassDeclaration } from '../../reflection';
@@ -221,8 +221,14 @@ export interface DirectiveMeta extends T2DirectiveMeta, DirectiveTypeCheckMeta {
221
221
  }
222
222
  /** Metadata collected about an additional directive that is being applied to a directive host. */
223
223
  export interface HostDirectiveMeta {
224
- /** Reference to the host directive class. */
225
- directive: Reference<ClassDeclaration>;
224
+ /**
225
+ * Reference to the host directive class.
226
+ *
227
+ * Only in local compilation mode this can be Expression
228
+ * which indicates the expression could not be resolved due to being imported from some external
229
+ * file. In this case, the expression is the raw expression as appears in the decorator.
230
+ */
231
+ directive: Reference<ClassDeclaration> | Expression;
226
232
  /** Whether the reference to the host directive is a forward reference. */
227
233
  isForwardReference: boolean;
228
234
  /** Inputs from the host directive that have been exposed. */
@@ -234,6 +240,20 @@ export interface HostDirectiveMeta {
234
240
  [publicName: string]: string;
235
241
  } | null;
236
242
  }
243
+ /**
244
+ * Metadata collected about an additional directive that is being applied to a directive host in
245
+ * global compilation mode.
246
+ */
247
+ export interface HostDirectiveMetaForGlobalMode extends HostDirectiveMeta {
248
+ directive: Reference<ClassDeclaration>;
249
+ }
250
+ /**
251
+ * Metadata collected about an additional directive that is being applied to a directive host in
252
+ * local compilation mode.
253
+ */
254
+ export interface HostDirectiveMetaForLocalMode extends HostDirectiveMeta {
255
+ directive: Expression;
256
+ }
237
257
  /**
238
258
  * Metadata that describes a template guard for one of the directive's inputs.
239
259
  */
@@ -8,7 +8,7 @@
8
8
  import ts from 'typescript';
9
9
  import { OwningModule, Reference } from '../../imports';
10
10
  import { ClassDeclaration, ReflectionHost } from '../../reflection';
11
- import { DirectiveMeta, DirectiveTypeCheckMeta, InputMapping, MetadataReader, NgModuleMeta, PipeMeta } from './api';
11
+ import { DirectiveMeta, DirectiveTypeCheckMeta, HostDirectiveMeta, HostDirectiveMetaForGlobalMode, InputMapping, MetadataReader, NgModuleMeta, PipeMeta } from './api';
12
12
  import { ClassPropertyMapping } from './property_mapping';
13
13
  export declare function extractReferencesFromType(checker: ts.TypeChecker, def: ts.TypeNode, bestGuessOwningModule: OwningModule | null): Reference<ClassDeclaration>[];
14
14
  export declare function extraReferenceFromTypeQuery(checker: ts.TypeChecker, typeNode: ts.TypeQueryNode, origin: ts.TypeNode, bestGuessOwningModule: OwningModule | null): Reference<ClassDeclaration<ts.ClassDeclaration>>;
@@ -40,3 +40,4 @@ export declare class CompoundMetadataReader implements MetadataReader {
40
40
  }
41
41
  /** Returns whether a class declaration has the necessary class fields to make it injectable. */
42
42
  export declare function hasInjectableFields(clazz: ClassDeclaration, host: ReflectionHost): boolean;
43
+ export declare function isHostDirectiveMetaForGlobalMode(hostDirectiveMeta: HostDirectiveMeta): hostDirectiveMeta is HostDirectiveMetaForGlobalMode;
@@ -6,8 +6,8 @@
6
6
  * found in the LICENSE file at https://angular.io/license
7
7
  */
8
8
  import ts from 'typescript';
9
- import { DefaultImportTracker, ImportRewriter } from '../../imports';
9
+ import { DefaultImportTracker, ImportRewriter, LocalCompilationExtraImportsTracker } from '../../imports';
10
10
  import { PerfRecorder } from '../../perf';
11
11
  import { ReflectionHost } from '../../reflection';
12
12
  import { TraitCompiler } from './compilation';
13
- export declare function ivyTransformFactory(compilation: TraitCompiler, reflector: ReflectionHost, importRewriter: ImportRewriter, defaultImportTracker: DefaultImportTracker, perf: PerfRecorder, isCore: boolean, isClosureCompilerEnabled: boolean): ts.TransformerFactory<ts.SourceFile>;
13
+ export declare function ivyTransformFactory(compilation: TraitCompiler, reflector: ReflectionHost, importRewriter: ImportRewriter, defaultImportTracker: DefaultImportTracker, localCompilationExtraImportsTracker: LocalCompilationExtraImportsTracker | null, perf: PerfRecorder, isCore: boolean, isClosureCompilerEnabled: boolean): ts.TransformerFactory<ts.SourceFile>;
@@ -8,7 +8,7 @@
8
8
  export { AstFactory, BinaryOperator, LeadingComment, ObjectLiteralProperty, SourceMapLocation, SourceMapRange, TemplateElement, TemplateLiteral, UnaryOperator, VariableDeclarationType } from './src/api/ast_factory';
9
9
  export { ImportGenerator, NamedImport } from './src/api/import_generator';
10
10
  export { Context } from './src/context';
11
- export { Import, ImportManager } from './src/import_manager';
11
+ export { Import, ImportManager, NamespaceImport, SideEffectImport } from './src/import_manager';
12
12
  export { ExpressionTranslatorVisitor, RecordWrappedNodeFn, TranslatorOptions } from './src/translator';
13
13
  export { canEmitType, TypeEmitter, TypeReferenceTranslator } from './src/type_emitter';
14
14
  export { translateType } from './src/type_translator';
@@ -9,14 +9,30 @@ import ts from 'typescript';
9
9
  import { ImportRewriter } from '../../imports';
10
10
  import { ImportGenerator, NamedImport } from './api/import_generator';
11
11
  /**
12
- * Information about an import that has been added to a module.
12
+ * Information about a namespace import that has been added to a module.
13
13
  */
14
- export interface Import {
14
+ export interface NamespaceImport {
15
15
  /** The name of the module that has been imported. */
16
16
  specifier: string;
17
17
  /** The `ts.Identifier` by which the imported module is known. */
18
18
  qualifier: ts.Identifier;
19
19
  }
20
+ /**
21
+ * Information about a side effect import that has been added to a module.
22
+ */
23
+ export interface SideEffectImport {
24
+ /** The name of the module that has been imported. */
25
+ specifier: string;
26
+ /**
27
+ * The qualifier of a side effect import is always non-existent, and that can be used to check
28
+ * whether the import is side effect or not.
29
+ */
30
+ qualifier: null;
31
+ }
32
+ /**
33
+ * Information about an import that has been added to a module.
34
+ */
35
+ export type Import = NamespaceImport | SideEffectImport;
20
36
  export declare class ImportManager implements ImportGenerator<ts.Identifier> {
21
37
  protected rewriter: ImportRewriter;
22
38
  private prefix;
@@ -26,5 +42,6 @@ export declare class ImportManager implements ImportGenerator<ts.Identifier> {
26
42
  constructor(rewriter?: ImportRewriter, prefix?: string, factory?: ts.NodeFactory);
27
43
  generateNamespaceImport(moduleName: string): ts.Identifier;
28
44
  generateNamedImport(moduleName: string, originalSymbol: string): NamedImport<ts.Identifier>;
45
+ generateSideEffectImport(moduleName: string): void;
29
46
  getAllImports(contextPath: string): Import[];
30
47
  }
@@ -6,6 +6,7 @@
6
6
  * found in the LICENSE file at https://angular.io/license
7
7
  */
8
8
  import ts from 'typescript';
9
+ import { Import } from '../../translator';
9
10
  export declare function tsCastToAny(expr: ts.Expression): ts.Expression;
10
11
  /**
11
12
  * Create an expression which instantiates an element by its HTML tagName.
@@ -48,3 +49,4 @@ export declare function isAccessExpression(node: ts.Node): node is ts.ElementAcc
48
49
  * Creates a TypeScript node representing a numeric value.
49
50
  */
50
51
  export declare function tsNumericExpression(value: number): ts.NumericLiteral | ts.PrefixUnaryExpression;
52
+ export declare function getImportString(imp: Import): string;
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../../../../packages/compiler-cli/linker/src/fatal_linker_error.ts", "../../../../../../packages/compiler-cli/linker/src/ast/utils.ts", "../../../../../../packages/compiler-cli/linker/src/ast/ast_value.ts", "../../../../../../packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.ts", "../../../../../../packages/compiler-cli/linker/src/linker_import_generator.ts", "../../../../../../packages/compiler-cli/linker/src/file_linker/emit_scopes/local_emit_scope.ts", "../../../../../../packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.ts", "../../../../../../packages/compiler-cli/linker/src/file_linker/get_source_file.ts", "../../../../../../packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_class_metadata_linker_1.ts", "../../../../../../packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.ts", "../../../../../../packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.ts", "../../../../../../packages/compiler-cli/linker/src/file_linker/partial_linkers/util.ts", "../../../../../../packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_factory_linker_1.ts", "../../../../../../packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injectable_linker_1.ts", "../../../../../../packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injector_linker_1.ts", "../../../../../../packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_ng_module_linker_1.ts", "../../../../../../packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_pipe_linker_1.ts", "../../../../../../packages/compiler-cli/linker/src/file_linker/file_linker.ts", "../../../../../../packages/compiler-cli/linker/src/file_linker/linker_options.ts", "../../../../../../packages/compiler-cli/linker/src/file_linker/translator.ts", "../../../../../../packages/compiler-cli/linker/src/file_linker/linker_environment.ts", "../../../../../../packages/compiler-cli/linker/src/file_linker/needs_linking.ts"],
4
- "mappings": ";;;;;;;;;;;;;AAWM,IAAO,mBAAP,cAAgC,MAAK;EASzC,YAAmB,MAAe,SAAe;AAC/C,UAAM,OAAO;AADI,SAAA,OAAA;AARV,SAAA,OAAO;EAUhB;;AAMI,SAAU,mBAAmB,GAAM;AACvC,SAAO,KAAK,EAAE,SAAS;AACzB;;;AClBM,SAAU,OACZ,MAAS,WAAmC,UAAgB;AAC9D,MAAI,CAAC,UAAU,IAAI,GAAG;AACpB,UAAM,IAAI,iBAAiB,MAAM,gCAAgC,WAAW;EAC9E;AACF;;;ACVA,YAAY,OAAO;AAgDb,IAAO,YAAP,MAAgB;EAIpB,OAAO,MAAqC,YAAyB,MAA0B;AAE7F,UAAM,MAAM,KAAK,mBAAmB,UAAU;AAC9C,WAAO,IAAI,UAA0B,YAAY,KAAK,IAAI;EAC5D;EAEA,YACa,YAAiC,KAClC,MAA0B;AADzB,SAAA,aAAA;AAAiC,SAAA,MAAA;AAClC,SAAA,OAAA;EAA6B;EAKzC,IAAI,cAA4B;AAC9B,WAAO,KAAK,IAAI,IAAI,YAAY;EAClC;EAOA,UAA0E,cAAe;AAEvF,WAAO,KAAK,KAAK,oBAAoB,KAAK,oBAAoB,YAAY,CAAC;EAC7E;EAOA,UAA0E,cAAe;AAEvF,WAAO,KAAK,KAAK,mBAAmB,KAAK,oBAAoB,YAAY,CAAC;EAC5E;EAOA,WAA4E,cAAe;AAEzF,WAAO,KAAK,KAAK,oBAAoB,KAAK,oBAAoB,YAAY,CAAC;EAC7E;EAOA,UAA0E,cAAe;AAEvF,UAAM,OAAO,KAAK,oBAAoB,YAAY;AAClD,UAAM,MAAM,KAAK,KAAK,mBAAmB,IAAI;AAC7C,WAAO,IAAI,UAAyC,MAAM,KAAK,KAAK,IAAI;EAC1E;EAOA,SAA4E,cAAe;AAEzF,UAAM,MAAM,KAAK,KAAK,kBAAkB,KAAK,oBAAoB,YAAY,CAAC;AAC9E,WAAO,IAAI,IAAI,WAAS,IAAI,SAA4C,OAAO,KAAK,IAAI,CAAC;EAC3F;EAQA,UAAU,cAA4B;AACpC,WAAO,IAAM,kBAAgB,KAAK,oBAAoB,YAAY,CAAC;EACrE;EAOA,QAAQ,cAA4B;AAClC,WAAO,KAAK,oBAAoB,YAAY;EAC9C;EAOA,SAAmC,cAAe;AAChD,WAAO,IAAI,SAA4B,KAAK,oBAAoB,YAAY,GAAG,KAAK,IAAI;EAC1F;EAMA,UAAa,QAA4E;AAEvF,UAAM,SAA4B,CAAA;AAClC,eAAW,CAAC,KAAK,UAAU,KAAK,KAAK,KAAK;AACxC,aAAO,OACH,OAAO,IAAI,SAA0C,YAAY,KAAK,IAAI,GAAG,GAAG;IACtF;AACA,WAAO;EACT;EAMA,MAAS,QAA+D;AACtE,UAAM,SAAS,oBAAI,IAAG;AACtB,eAAW,CAAC,KAAK,UAAU,KAAK,KAAK,KAAK;AACxC,aAAO,IAAI,KAAK,OAAO,IAAI,SAA0C,YAAY,KAAK,IAAI,CAAC,CAAC;IAC9F;AACA,WAAO;EACT;EAEQ,oBAAoB,cAA4B;AACtD,QAAI,CAAC,KAAK,IAAI,IAAI,YAAY,GAAG;AAC/B,YAAM,IAAI,iBACN,KAAK,YAAY,sBAAsB,8BAA8B;IAC3E;AACA,WAAO,KAAK,IAAI,IAAI,YAAY;EAClC;;AAWI,IAAO,WAAP,MAAe;EAInB,YAAqB,YAAiC,MAA0B;AAA3D,SAAA,aAAA;AAAiC,SAAA,OAAA;AAFtD,SAAA,kBAAgB;EAEmE;EAMnF,gBAAa;AACX,WAAO,KAAK,KAAK,cAAc,KAAK,UAAU;EAChD;EAKA,WAAQ;AACN,WAAO,KAAK,KAAK,iBAAiB,KAAK,UAAU;EACnD;EAKA,YAAS;AACP,WAAO,KAAK,KAAK,oBAAoB,KAAK,UAAU;EACtD;EAKA,WAAQ;AACN,WAAO,KAAK,KAAK,gBAAgB,KAAK,UAAU;EAClD;EAKA,YAAS;AACP,WAAO,KAAK,KAAK,mBAAmB,KAAK,UAAU;EACrD;EAKA,YAAS;AACP,WAAO,KAAK,KAAK,iBAAiB,KAAK,UAAU;EACnD;EAKA,aAAU;AACR,WAAO,KAAK,KAAK,oBAAoB,KAAK,UAAU;EACtD;EAKA,WAAQ;AACN,WAAO,KAAK,KAAK,gBAAgB,KAAK,UAAU;EAClD;EAKA,YAAS;AACP,WAAO,UAAU,MAAkC,KAAK,YAAY,KAAK,IAAI;EAC/E;EAKA,UAAO;AACL,WAAO,KAAK,KAAK,eAAe,KAAK,UAAU;EACjD;EAGA,SAAM;AACJ,WAAO,KAAK,KAAK,OAAO,KAAK,UAAU;EACzC;EAKA,WAAQ;AACN,UAAM,MAAM,KAAK,KAAK,kBAAkB,KAAK,UAAU;AACvD,WAAO,IAAI,IAAI,WAAS,IAAI,SAAyC,OAAO,KAAK,IAAI,CAAC;EACxF;EAKA,aAAU;AACR,WAAO,KAAK,KAAK,qBAAqB,KAAK,UAAU;EACvD;EAMA,yBAAsB;AACpB,WAAO,IAAI,SAAS,KAAK,KAAK,iBAAiB,KAAK,UAAU,GAAG,KAAK,IAAI;EAC5E;EAEA,mBAAgB;AACd,WAAO,KAAK,KAAK,iBAAiB,KAAK,UAAU;EACnD;EAEA,YAAS;AACP,WAAO,IAAI,SAAS,KAAK,KAAK,YAAY,KAAK,UAAU,GAAG,KAAK,IAAI;EACvE;EAEA,eAAY;AACV,UAAM,OAAO,KAAK,KAAK,eAAe,KAAK,UAAU;AACrD,WAAO,KAAK,IAAI,SAAO,IAAI,SAAS,KAAK,KAAK,IAAI,CAAC;EACrD;EAKA,YAAS;AACP,WAAO,IAAM,kBAAgB,KAAK,UAAU;EAC9C;EAKA,WAAQ;AACN,WAAO,KAAK,KAAK,SAAS,KAAK,UAAU;EAC3C;;;;ACnUF,SAAQ,oBAAmC;;;ACYrC,IAAO,wBAAP,MAA4B;EAChC,YAAoB,UAAqB;AAArB,SAAA,WAAA;EAAwB;EAE5C,wBAAwB,YAAkB;AACxC,SAAK,iBAAiB,UAAU;AAChC,WAAO,KAAK;EACd;EAEA,oBAAoB,YAAoB,gBAAsB;AAC5D,SAAK,iBAAiB,UAAU;AAChC,WAAO,EAAC,cAAc,KAAK,UAAU,QAAQ,eAAc;EAC7D;EAEQ,iBAAiB,YAAkB;AACzC,QAAI,eAAe,iBAAiB;AAClC,YAAM,IAAI,iBACN,KAAK,UAAU,2DAA2D;IAChF;EACF;;;;ADdI,IAAO,YAAP,MAAgB;EAGpB,YACuB,UACA,YACF,SAA4C;AAF1C,SAAA,WAAA;AACA,SAAA,aAAA;AACF,SAAA,UAAA;AALZ,SAAA,eAAe,IAAI,aAAY;EAK4B;EAOpE,oBAAoB,YAA4B;AAC9C,UAAM,aAAa,KAAK,WAAW,oBAC/B,WAAW,YAAY,IAAI,sBAAsB,KAAK,QAAQ,CAAC;AAEnE,QAAI,WAAW,WAAW,SAAS,GAAG;AAMpC,YAAM,kBAAkB,IAAI,sBAAsB,KAAK,QAAQ;AAC/D,aAAO,KAAK,yBACR,YACA,WAAW,WAAW,IAClB,eAAa,KAAK,WAAW,mBAAmB,WAAW,eAAe,CAAC,CAAC;IACtF,OAAO;AAEL,aAAO;IACT;EACF;EAKA,wBAAqB;AACnB,UAAM,kBAAkB,IAAI,sBAAsB,KAAK,QAAQ;AAC/D,WAAO,KAAK,aAAa,WAAW,IAChC,eAAa,KAAK,WAAW,mBAAmB,WAAW,eAAe,CAAC;EACjF;EAEQ,yBAAyB,YAAyB,YAAwB;AAChF,UAAM,kBAAkB,KAAK,QAAQ,sBAAsB,UAAU;AACrE,UAAM,OAAO,KAAK,QAAQ,YAAY,CAAC,GAAG,YAAY,eAAe,CAAC;AACtE,UAAM,KAAK,KAAK,QAAQ,yBAAoC,MAAgB,CAAA,GAAI,IAAI;AACpF,WAAO,KAAK,QAAQ,qBAAqB,IAAc,CAAA,GAAe,KAAK;EAC7E;;;;AEtDI,IAAO,iBAAP,cAAuD,UAAkC;EAOpF,oBAAoB,YAA4B;AAEvD,WAAO,MAAM,oBAAoB;MAC/B,YAAY,WAAW;MACvB,YAAY,CAAC,GAAG,KAAK,aAAa,YAAY,GAAG,WAAW,UAAU;KACvE;EACH;EAMS,wBAAqB;AAC5B,UAAM,IAAI,MAAM,gEAAgE;EAClF;;;;AC/BF,OAAOA,aAAY;;;ACab,SAAU,oBACZ,WAA2B,MAAc,QAA6B;AACxE,MAAI,WAAW,MAAM;AAEnB,WAAO,MAAM;EACf,OAAO;AAEL,QAAI,aAAwC;AAC5C,WAAO,MAAK;AACV,UAAI,eAAe,QAAW;AAC5B,qBAAa,OAAO,eAAe,WAAW,IAAI;MACpD;AACA,aAAO;IACT;EACF;AACF;;;AC5BA,SAAQ,4BAAwH;AAS1H,IAAO,qCAAP,MAAyC;EAC7C,uBACI,cACA,SAAqD;AACvD,UAAM,OAAO,kBAAkB,OAAO;AACtC,WAAO;MACL,YAAY,qBAAqB,IAAI;MACrC,YAAY,CAAA;;EAEhB;;AAMI,SAAU,kBACZ,SAAuD;AACzD,SAAO;IACL,MAAM,QAAQ,UAAU,MAAM;IAC9B,YAAY,QAAQ,UAAU,YAAY;IAC1C,gBAAgB,QAAQ,IAAI,gBAAgB,IAAI,QAAQ,UAAU,gBAAgB,IAAI;IACtF,gBAAgB,QAAQ,IAAI,gBAAgB,IAAI,QAAQ,UAAU,gBAAgB,IAAI;;AAE1F;;;AChCA,SAAqB,yBAAyB,8BAAqE,8BAA0E,qBAAqB,qBAAAC,oBAAmC,eAAkN,gBAAgB,0BAAwD,iBAA6G,yBAAwB;AACppB,OAAO,YAAY;;;ACDnB,SAAQ,8BAA2F,mBAAmC,eAAe,iBAAiB,uBAAgO;;;ACAtY,SAAQ,iCAAgF,aAAaC,UAAwE;AAKtK,IAAM,sBAAsB;AAE7B,SAAU,cAA2B,SAAuC;AAChF,SAAO,EAAC,OAAO,SAAS,MAAM,QAAO;AACvC;AAKM,SAAU,UACZ,OAAuC,MAAW;AACpD,QAAM,aAAa,MAAM,cAAa;AACtC,MAAI,eAAe,MAAM;AACvB,UAAM,IAAI,iBAAiB,MAAM,YAAY,sCAAsC;EACrF;AACA,QAAM,YAAY,KAAK;AACvB,MAAI,cAAc,QAAW;AAC3B,UAAM,IAAI,iBAAiB,MAAM,YAAY,8BAA8B,MAAM;EACnF;AACA,SAAO;AACT;AAKM,SAAU,cACZ,QAA2D;AAC7D,QAAM,cAAc,OAAO,IAAI,WAAW,KAAK,OAAO,WAAW,WAAW;AAC5E,QAAM,QAAQ,OAAO,UAAU,OAAO;AAOtC,QAAM,oBAAoB,cAAcC,GAAE,QAAQ,SAAS,IAAI;AAC/D,SAAO;IACL;IACA;IACA,MAAM,OAAO,IAAI,MAAM,KAAK,OAAO,WAAW,MAAM;IACpD,UAAU,OAAO,IAAI,UAAU,KAAK,OAAO,WAAW,UAAU;IAChE,MAAM,OAAO,IAAI,MAAM,KAAK,OAAO,WAAW,MAAM;IACpD,UAAU,OAAO,IAAI,UAAU,KAAK,OAAO,WAAW,UAAU;;AAEpE;AAaM,SAAU,kBAA+B,MAAoC;AAEjF,MAAI,CAAC,KAAK,iBAAgB,GAAI;AAC5B,WAAO,gCAAgC,KAAK,UAAS,GAAE,CAAA;EACzD;AAEA,QAAM,SAAS,KAAK,UAAS;AAC7B,MAAI,OAAO,cAAa,MAAO,cAAc;AAC3C,UAAM,IAAI,iBACN,OAAO,YACP,4EAA4E;EAClF;AAEA,QAAM,OAAO,KAAK,aAAY;AAC9B,MAAI,KAAK,WAAW,GAAG;AACrB,UAAM,IAAI,iBACN,MAAM,+DAA+D;EAC3E;AAEA,QAAM,YAAY,KAAK;AACvB,MAAI,CAAC,UAAU,WAAU,GAAI;AAC3B,UAAM,IAAI,iBACN,WAAW,2EAA2E;EAC5F;AAEA,SAAO,gCACH,UAAU,uBAAsB,EAAG,UAAS,GAAE,CAAA;AACpD;;;AD5EM,IAAO,iCAAP,MAAqC;EACzC,YAAoB,WAAmC,MAAY;AAA/C,SAAA,YAAA;AAAmC,SAAA,OAAA;EAAe;EAEtE,uBACI,cACA,SAAqD;AACvD,UAAM,OAAO,kBAAkB,SAAS,KAAK,MAAM,KAAK,SAAS;AACjE,WAAO,6BAA6B,MAAM,cAAc,kBAAiB,CAAE;EAC7E;;AAMI,SAAU,kBACZ,SAA6D,MAC7D,WAAyB;AAC3B,QAAM,WAAW,QAAQ,SAAS,MAAM;AACxC,QAAM,WAAW,SAAS,cAAa;AACvC,MAAI,aAAa,MAAM;AACrB,UAAM,IAAI,iBACN,SAAS,YAAY,oDAAoD;EAC/E;AAEA,SAAO;IACL,gBAAgB,iBAAiB,SAAS,SAAQ,GAAI,MAAM,SAAS;IACrE,MAAM,cAAc,SAAS,UAAS,CAAE;IACxC,mBAAmB;IACnB,MAAM;IACN,MAAM,eAAe,OAAO;IAC5B,QAAQ,QAAQ,IAAI,QAAQ,IAAI,QAAQ,UAAU,QAAQ,EAAE,UAAU,cAAc,IAAI,CAAA;IACxF,SAAS,QAAQ,IAAI,SAAS,IAC1B,QAAQ,UAAU,SAAS,EAAE,UAAU,WAAS,MAAM,UAAS,CAAE,IACjE,CAAA;IACJ,SAAS,QAAQ,IAAI,SAAS,IAC1B,QAAQ,SAAS,SAAS,EAAE,IAAI,WAAS,gBAAgB,MAAM,UAAS,CAAE,CAAC,IAC3E,CAAA;IACJ,aAAa,QAAQ,IAAI,aAAa,IAClC,QAAQ,SAAS,aAAa,EAAE,IAAI,WAAS,gBAAgB,MAAM,UAAS,CAAE,CAAC,IAC/E,CAAA;IACJ,WAAW,QAAQ,IAAI,WAAW,IAAI,QAAQ,UAAU,WAAW,IAAI;IACvE,iBAAiB;IACjB,UAAU,QAAQ,IAAI,UAAU,IAAI,QAAQ,UAAU,UAAU,IAAI;IACpE,UAAU,QAAQ,IAAI,UAAU,IAC5B,QAAQ,SAAS,UAAU,EAAE,IAAI,WAAS,MAAM,UAAS,CAAE,IAC3D;IACJ,WAAW;MACT,eAAe,QAAQ,IAAI,eAAe,IAAI,QAAQ,WAAW,eAAe,IAAI;;IAEtF,MAAM;IACN,iBAAiB,QAAQ,IAAI,iBAAiB,IAAI,QAAQ,WAAW,iBAAiB,IAAI;IAC1F,cAAc,QAAQ,IAAI,cAAc,IAAI,QAAQ,WAAW,cAAc,IAAI;IACjF,UAAU,QAAQ,IAAI,UAAU,IAAI,QAAQ,WAAW,UAAU,IAAI;IACrE,gBAAgB,QAAQ,IAAI,gBAAgB,IACxC,yBAAyB,QAAQ,SAAS,gBAAgB,CAAC,IAC3D;;AAER;AAKA,SAAS,eACL,OACA,KAAW;AACb,MAAI,MAAM,SAAQ,GAAI;AACpB,UAAM,MAAM,MAAM,UAAS;AAC3B,UAAM,iBAAiB,IAAI,SAAS,mBAAmB;AAEvD,WAAO;MACL,mBAAmB,IAAI,UAAU,mBAAmB;MACpD,qBAAqB,IAAI,UAAU,YAAY;MAC/C,UAAU,IAAI,WAAW,UAAU;MACnC,UAAU,IAAI,WAAW,YAAY;MACrC,mBAAmB,eAAe,OAAM,IAAK,OAAO,eAAe,UAAS;;EAEhF;AAEA,SAAO,8BACH,KAAK,KAAyD;AACpE;AAQA,SAAS,8BACL,KAAa,OAAuD;AACtE,MAAI,MAAM,SAAQ,GAAI;AACpB,WAAO;MACL,qBAAqB,MAAM,UAAS;MACpC,mBAAmB;MACnB,UAAU;MACV,mBAAmB;MACnB,UAAU;;EAEd;AAEA,QAAM,SAAS,MAAM,SAAQ;AAC7B,MAAI,OAAO,WAAW,KAAK,OAAO,WAAW,GAAG;AAC9C,UAAM,IAAI,iBACN,MAAM,YACN,kGAAkG;EACxG;AAEA,SAAO;IACL,qBAAqB,OAAO,GAAG,UAAS;IACxC,mBAAmB,OAAO,GAAG,UAAS;IACtC,mBAAmB,OAAO,SAAS,IAAI,OAAO,GAAG,UAAS,IAAK;IAC/D,UAAU;IACV,UAAU;;AAEd;AAKA,SAAS,eAA4B,SAA2D;AAE9F,MAAI,CAAC,QAAQ,IAAI,MAAM,GAAG;AACxB,WAAO;MACL,YAAY,CAAA;MACZ,WAAW,CAAA;MACX,YAAY,CAAA;MACZ,mBAAmB,CAAA;;EAEvB;AAEA,QAAM,OAAO,QAAQ,UAAU,MAAM;AAErC,QAAM,oBAAyD,CAAA;AAC/D,MAAI,KAAK,IAAI,gBAAgB,GAAG;AAC9B,sBAAkB,YAAY,KAAK,UAAU,gBAAgB;EAC/D;AACA,MAAI,KAAK,IAAI,gBAAgB,GAAG;AAC9B,sBAAkB,YAAY,KAAK,UAAU,gBAAgB;EAC/D;AAEA,SAAO;IACL,YAAY,KAAK,IAAI,YAAY,IAC7B,KAAK,UAAU,YAAY,EAAE,UAAU,WAAS,MAAM,UAAS,CAAE,IACjE,CAAA;IACJ,WAAW,KAAK,IAAI,WAAW,IAC3B,KAAK,UAAU,WAAW,EAAE,UAAU,WAAS,MAAM,UAAS,CAAE,IAChE,CAAA;IACJ,YAAY,KAAK,IAAI,YAAY,IAC7B,KAAK,UAAU,YAAY,EAAE,UAAU,WAAS,MAAM,UAAS,CAAE,IACjE,CAAA;IACJ;;AAEJ;AAKA,SAAS,gBAA6B,KAAmD;AAEvF,MAAI;AACJ,QAAM,gBAAgB,IAAI,SAAS,WAAW;AAC9C,MAAI,cAAc,QAAO,GAAI;AAC3B,gBAAY,cAAc,SAAQ,EAAG,IAAI,WAAS,MAAM,UAAS,CAAE;EACrE,OAAO;AACL,gBAAY,kBAAkB,aAAa;EAC7C;AACA,SAAO;IACL,cAAc,IAAI,UAAU,cAAc;IAC1C,OAAO,IAAI,IAAI,OAAO,IAAI,IAAI,WAAW,OAAO,IAAI;IACpD;IACA,aAAa,IAAI,IAAI,aAAa,IAAI,IAAI,WAAW,aAAa,IAAI;IACtE,yBACI,IAAI,IAAI,yBAAyB,IAAI,IAAI,WAAW,yBAAyB,IAAI;IACrF,MAAM,IAAI,IAAI,MAAM,IAAI,IAAI,UAAU,MAAM,IAAI;IAChD,QAAQ,IAAI,IAAI,QAAQ,IAAI,IAAI,WAAW,QAAQ,IAAI;;AAE3D;AAKA,SAAS,yBACL,gBAAiF;AAEnF,SAAO,eAAe,SAAQ,EAAG,IAAI,mBAAgB;AACnD,UAAM,aAAa,cAAc,UAAS;AAC1C,UAAM,OAAO,kBAAkB,WAAW,SAAS,WAAW,CAAC;AAC/D,UAAM,OAAgC;MACpC,WAAW,cAAc,KAAK,UAAU;MACxC,oBAAoB,KAAK,eAAU;MACnC,QAAQ,WAAW,IAAI,QAAQ,IAC3B,+BAA+B,WAAW,SAAS,QAAQ,CAAC,IAC5D;MACJ,SAAS,WAAW,IAAI,SAAS,IAC7B,+BAA+B,WAAW,SAAS,SAAS,CAAC,IAC7D;;AAGN,WAAO;EACT,CAAC;AACH;AAEA,SAAS,+BAA4C,OAAsC;AACzF,MAAI,SAA8C;AAElD,WAAS,IAAI,GAAG,IAAI,MAAM,QAAQ,KAAK,GAAG;AACxC,aAAS,UAAU,CAAA;AACnB,WAAO,MAAM,IAAI,GAAG,UAAS,KAAM,MAAM,GAAG,UAAS;EACvD;AAEA,SAAO;AACT;AAEM,SAAU,iBAAiB,OAAc,MAAc,WAAiB;AAC5E,QAAM,aAAa,IAAI,gBAAgB,MAAM,SAAS;AACtD,QAAM,gBACF,IAAI,cAAc,YAAY,MAAM,UAAU,MAAM,WAAW,MAAM,QAAQ;AACjF,SAAO,IAAI,gBAAgB,eAAe,cAAc,OAAO,MAAM,SAAS,MAAM,QAAQ,CAAC;AAC/F;;;AD1NA,SAAS,sBACL,eACA,UACA,uBAAkC,MAAI;AACxC,SAAO;IACL,MAAM,yBAAyB;IAC/B,aAAa,wBACR,cAAc,IAAI,MAAM,KAAK,cAAc,UAAU,MAAM,MAAM;IACtE,MAAM;IACN,UAAU,cAAc,UAAU,UAAU;IAC5C,QAAQ,cAAc,IAAI,QAAQ,IAC9B,cAAc,SAAS,QAAQ,EAAE,IAAI,WAAS,MAAM,UAAS,CAAE,IAC/D,CAAA;IACJ,SAAS,cAAc,IAAI,SAAS,IAChC,cAAc,SAAS,SAAS,EAAE,IAAI,WAAS,MAAM,UAAS,CAAE,IAChE,CAAA;IACJ,UAAU,cAAc,IAAI,UAAU,IAClC,cAAc,SAAS,UAAU,EAAE,IAAI,cAAY,SAAS,UAAS,CAAE,IACvE;;AAER;AAKM,IAAO,iCAAP,MAAqC;EAEzC,YACqB,eAAwC,WACjD,MAAY;AADH,SAAA,gBAAA;AAAwC,SAAA,YAAA;AACjD,SAAA,OAAA;EAAe;EAE3B,uBACI,cAA4B,SAC5B,SAAe;AACjB,UAAM,OAAO,KAAK,kBAAkB,SAAS,OAAO;AACpD,WAAO,6BAA6B,MAAM,cAAcC,mBAAiB,CAAE;EAC7E;EAKQ,kBACJ,SACA,SAAe;AACjB,UAAM,gBAAgB,yBAAyB,OAAO;AACtD,UAAM,iBAAiB,QAAQ,SAAS,UAAU;AAClD,UAAM,WAAW,QAAQ,IAAI,UAAU,IAAI,QAAQ,WAAW,UAAU,IAAI;AAC5E,UAAM,eAAe,KAAK,gBAAgB,gBAAgB,QAAQ;AAIlE,UAAM,oBAAoB,OAAO,MAAM,OAAO,KAAK,MAAM,YAAY;AAErE,UAAM,WAAW,cAAc,aAAa,MAAM,aAAa,WAAW;MACxE,eAAe,aAAa;MAC5B,qBAAqB;MACrB,OAAO,aAAa;MACpB,iCAAiC;MACjC,qBACI,QAAQ,IAAI,qBAAqB,IAAI,QAAQ,WAAW,qBAAqB,IAAI;MAErF,gCAAgC;MAChC;KACD;AACD,QAAI,SAAS,WAAW,MAAM;AAC5B,YAAM,SAAS,SAAS,OAAO,IAAI,SAAO,IAAI,SAAQ,CAAE,EAAE,KAAK,IAAI;AACnE,YAAM,IAAI,iBACN,eAAe,YAAY;EAAkC,QAAQ;IAC3E;AAEA,UAAM,SAAS,IAAI,eAAe,IAAI,gBAAe,CAAE;AACvD,UAAM,cAAc,OAAO,KAAK,EAAC,UAAU,SAAS,MAAK,CAAC;AAC1D,QAAI,0BAAuB;AAE3B,UAAM,6BACF,CAAC,SAAkE;AACjE,YAAM,EAAC,YAAY,WAAU,IAAI,kBAAkB,IAAI;AACvD,UAAI,eAAU,GAAmC;AAC/C,kCAAuB;MACzB;AACA,aAAO;IACT;AAEJ,QAAI,eAA+C,CAAA;AAQnD,QAAI,QAAQ,IAAI,YAAY,GAAG;AAC7B,mBAAa,KAAK,GAAG,QAAQ,SAAS,YAAY,EAAE,IAAI,SAAM;AAC5D,cAAM,UAAU,IAAI,UAAS;AAC7B,cAAM,WAAW,2BAA2B,QAAQ,SAAS,MAAM,CAAC;AACpE,eAAO,sBAAsB,SAAS,UAAqC,IAAI;MACjF,CAAC,CAAC;IACJ;AACA,QAAI,QAAQ,IAAI,YAAY,GAAG;AAC7B,mBAAa,KAAK,GAAG,QAAQ,SAAS,YAAY,EAAE,IAAI,SAAM;AAC5D,cAAM,UAAU,IAAI,UAAS;AAC7B,cAAM,WAAW,2BAA2B,QAAQ,SAAS,MAAM,CAAC;AACpE,eAAO,sBAAsB,SAAS,QAAQ;MAChD,CAAC,CAAC;IACJ;AACA,QAAI,QAAQ,IAAI,OAAO,GAAG;AACxB,YAAM,QAAQ,QAAQ,UAAU,OAAO,EAAE,MAAM,UAAQ,IAAI;AAC3D,iBAAW,CAAC,MAAM,IAAI,KAAK,OAAO;AAChC,cAAM,WAAW,2BAA2B,IAAI;AAChD,qBAAa,KAAK;UAChB,MAAM,yBAAyB;UAC/B;UACA,MAAM;SACP;MACH;IACF;AAGA,QAAI,QAAQ,IAAI,cAAc,GAAG;AAC/B,iBAAW,OAAO,QAAQ,SAAS,cAAc,GAAG;AAClD,cAAM,SAAS,IAAI,UAAS;AAC5B,cAAM,WAAW,2BAA2B,OAAO,SAAS,MAAM,CAAC;AAEnE,gBAAQ,OAAO,UAAU,MAAM,GAAG;UAChC,KAAK;UACL,KAAK;AACH,yBAAa,KAAK,sBAAsB,QAAQ,QAAQ,CAAC;AACzD;UACF,KAAK;AACH,kBAAM,UACF;AACJ,yBAAa,KAAK;cAChB,MAAM,yBAAyB;cAC/B,MAAM,QAAQ,UAAU,MAAM;cAC9B,MAAM;aACP;AACD;UACF,KAAK;AACH,yBAAa,KAAK;cAChB,MAAM,yBAAyB;cAC/B,MAAM;aACP;AACD;UACF;AAEE;QACJ;MACF;IACF;AAEA,WAAO;MACL,GAAG,kBAAkB,SAAS,KAAK,MAAM,KAAK,SAAS;MACvD,eAAe,QAAQ,IAAI,eAAe,IAAI,QAAQ,UAAU,eAAe,IAAI;MACnF,UAAU;QACR,OAAO,SAAS;QAChB,oBAAoB,SAAS;;MAE/B;MACA,QAAQ,QAAQ,IAAI,QAAQ,IAAI,QAAQ,SAAS,QAAQ,EAAE,IAAI,WAAS,MAAM,UAAS,CAAE,IACzD,CAAA;MAChC,aAAa,KAAK,yBAAyB,WAAW;MAGtD,4BAA4B,oBAAI,IAAG;MACnC,iBAAiB,oBAAI,IAAG;MACxB,wBAAsB;MAEtB,eAAe,QAAQ,IAAI,eAAe,IACtC,mBAAmB,QAAQ,SAAS,eAAe,CAAC,IACpD,kBAAkB;MACtB;MACA,iBAAiB,QAAQ,IAAI,iBAAiB,IAC1C,6BAA6B,QAAQ,SAAS,iBAAiB,CAAC,IAChE,wBAAwB;MAC5B,YAAY,QAAQ,IAAI,YAAY,IAAI,QAAQ,UAAU,YAAY,IAAI;MAC1E,yBAAyB,KAAK;MAC9B,oBAAoB;MACpB;;EAEJ;EAKQ,gBAAgB,cAA8C,UAAiB;AAErF,UAAM,QAAQ,aAAa,SAAQ;AAEnC,QAAI,CAAC,UAAU;AAGb,YAAM,mBAAmB,KAAK,oBAAoB,KAAK;AACvD,UAAI,qBAAqB,MAAM;AAC7B,eAAO;MACT;IACF;AAIA,WAAO,KAAK,wBAAwB,cAAc,KAAK;EACzD;EAEQ,oBAAoB,OAAY;AACtC,UAAM,aAAa,KAAK,cAAa;AACrC,QAAI,eAAe,MAAM;AACvB,aAAO;IACT;AAEA,UAAM,MAAM,WAAW,oBAAoB,MAAM,WAAW,MAAM,QAAQ;AAK1E,QAAI,QAAQ,QAAQ,IAAI,SAAS,KAAK,aAAa,WAAW,KAAK,IAAI,IAAI,KACvE,IAAI,SAAS,KAAK,IAAI,WAAW,GAAG;AACtC,aAAO;IACT;AAEA,UAAM,mBAAmB,WAAW,QAAQ,KAAK,UAAO,2BAAK,gBAAe,IAAI,IAAI,EAAG;AAEvF,WAAO;MACL,MAAM;MACN,WAAW,IAAI;MACf,OAAO,EAAC,UAAU,GAAG,WAAW,GAAG,UAAU,GAAG,QAAQ,iBAAiB,OAAM;MAC/E,WAAW;;EAEf;EAEQ,wBACJ,cACA,EAAC,UAAU,QAAQ,WAAW,SAAQ,GAAQ;AAChD,QAAI,CAAC,QAAQ,KAAK,KAAK,KAAK,SAAS,KAAK,KAAK,KAAK,cAAc,KAAK,KAAK,SAAS,IAAI;AACvF,YAAM,IAAI,iBACN,aAAa,YACb,iEACI,KAAK,KAAK,UAAU,UAAU,MAAM,GAAG;IACjD;AACA,WAAO;MACL,MAAM,KAAK;MACX,WAAW,KAAK;MAChB,OAAO,EAAC,UAAU,WAAW,GAAG,QAAQ,SAAS,GAAG,WAAW,UAAU,WAAW,EAAC;MACrF,WAAW;;EAEf;EAEQ,yBAAyB,aAA6B;AAE5D,UAAM,iBAAiB,YAAY,eAAc;AACjD,UAAM,OAAO,oBAAI,IAAG;AAEpB,eAAW,SAAS,gBAAgB;AAClC,YAAM,kBAAkB,oBAAI,IAAG;AAE/B,WAAK,qBAAqB,OAAO,MAAM,UAAU,aAAa,eAAe;AAC7E,WAAK,qBAAqB,OAAO,MAAM,kBAAkB,aAAa,eAAe;AAGrF,WAAK,IAAI,OAAO,EAAC,MAAM,CAAA,GAAI,gBAAe,CAAC;IAC7C;AAEA,WAAO;EACT;EAEQ,qBACJ,OAA6B,UAC7B,aACA,iBAAiE;AACnE,WAAO,KAAK,QAAQ,EAAE,QAAQ,SAAM;AAClC,YAAM,UAAU,SAAS;AACzB,sBAAgB,IAAI,SAAS,YAAY,yBAAyB,OAAO,OAAO,CAAC;IACnF,CAAC;EACH;;AAaF,SAAS,yBACL,SAA2D;AAC7D,MAAI,CAAC,QAAQ,IAAI,eAAe,GAAG;AACjC,WAAO;EACT;AAEA,QAAM,oBAAoB,QAAQ,SAAS,eAAe;AAC1D,QAAM,SAAS,kBAAkB,SAAQ,EAAG,IAAI,WAAS,MAAM,UAAS,CAAE;AAC1E,MAAI,OAAO,WAAW,GAAG;AACvB,UAAM,IAAI,iBACN,kBAAkB,YAClB,oFAAoF;EAC1F;AACA,SAAO,oBAAoB,UAAU,MAA0B;AACjE;AAKA,SAAS,mBACL,eAAiE;AACnE,QAAM,aAAa,cAAc,cAAa;AAC9C,MAAI,eAAe,MAAM;AACvB,UAAM,IAAI,iBACN,cAAc,YAAY,8CAA8C;EAC9E;AACA,QAAM,YAAY,kBAAkB;AACpC,MAAI,cAAc,QAAW;AAC3B,UAAM,IAAI,iBAAiB,cAAc,YAAY,2BAA2B;EAClF;AACA,SAAO;AACT;AAKA,SAAS,6BACL,yBAAiF;AAEnF,QAAM,aAAa,wBAAwB,cAAa;AACxD,MAAI,eAAe,MAAM;AACvB,UAAM,IAAI,iBACN,wBAAwB,YACxB,0DAA0D;EAChE;AACA,QAAM,YAAY,wBAAwB;AAC1C,MAAI,cAAc,QAAW;AAC3B,UAAM,IAAI,iBACN,wBAAwB,YAAY,uCAAuC;EACjF;AACA,SAAO;AACT;;;AG5VA,SAAQ,wBAAsC,qBAA6H;AAWrK,IAAO,+BAAP,MAAmC;EACvC,uBACI,cACA,SAAqD;AACvD,UAAM,OAAO,gBAAgB,OAAO;AACpC,WAAO,uBAAuB,IAAI;EACpC;;AAMI,SAAU,gBACZ,SAAyD;AAC3D,QAAM,WAAW,QAAQ,SAAS,MAAM;AACxC,QAAM,WAAW,SAAS,cAAa;AACvC,MAAI,aAAa,MAAM;AACrB,UAAM,IAAI,iBACN,SAAS,YAAY,oDAAoD;EAC/E;AAEA,SAAO;IACL,MAAM;IACN,MAAM,cAAc,SAAS,UAAS,CAAE;IACxC,mBAAmB;IACnB,QAAQ,UAAU,QAAQ,SAAS,QAAQ,GAAG,aAAa;IAC3D,MAAM,gBAAgB,SAAS,MAAM;;AAEzC;AAEA,SAAS,gBACL,SACA,UAAwC;AAC1C,MAAI,CAAC,QAAQ,IAAI,QAAQ,GAAG;AAC1B,WAAO;EACT;AACA,QAAM,OAAO,QAAQ,SAAS,QAAQ;AACtC,MAAI,KAAK,QAAO,GAAI;AAClB,WAAO,KAAK,SAAQ,EAAG,IAAI,SAAO,cAAc,IAAI,UAAS,CAAE,CAAC;EAClE;AACA,MAAI,KAAK,SAAQ,GAAI;AACnB,WAAO;EACT;AACA,SAAO;AACT;;;ACvDA,SAAQ,mBAAiC,mCAAAC,kCAAqD,aAAaC,UAAiF;AAWtL,IAAO,kCAAP,MAAsC;EAC1C,uBACI,cACA,SAAqD;AACvD,UAAM,OAAO,mBAAmB,OAAO;AACvC,WAAO,kBAAkB,MAA+B,KAAK;EAC/D;;AAMI,SAAU,mBACZ,SAA4D;AAC9D,QAAM,WAAW,QAAQ,SAAS,MAAM;AACxC,QAAM,WAAW,SAAS,cAAa;AACvC,MAAI,aAAa,MAAM;AACrB,UAAM,IAAI,iBACN,SAAS,YAAY,oDAAoD;EAC/E;AAEA,QAAM,OAA6B;IACjC,MAAM;IACN,MAAM,cAAc,SAAS,UAAS,CAAE;IACxC,mBAAmB;IACnB,YAAY,QAAQ,IAAI,YAAY,IAChC,kBAAkB,QAAQ,SAAS,YAAY,CAAC,IAChDC,iCAAgCC,GAAE,QAAQ,IAAI,GAAC,CAAA;;AAGrD,MAAI,QAAQ,IAAI,UAAU,GAAG;AAC3B,SAAK,WAAW,kBAAkB,QAAQ,SAAS,UAAU,CAAC;EAChE;AACA,MAAI,QAAQ,IAAI,YAAY,GAAG;AAC7B,SAAK,aAAa,QAAQ,UAAU,YAAY;EAClD;AACA,MAAI,QAAQ,IAAI,aAAa,GAAG;AAC9B,SAAK,cAAc,kBAAkB,QAAQ,SAAS,aAAa,CAAC;EACtE;AACA,MAAI,QAAQ,IAAI,UAAU,GAAG;AAC3B,SAAK,WAAW,kBAAkB,QAAQ,SAAS,UAAU,CAAC;EAChE;AAEA,MAAI,QAAQ,IAAI,MAAM,GAAG;AACvB,SAAK,OAAO,QAAQ,SAAS,MAAM,EAAE,IAAI,SAAO,cAAc,IAAI,UAAS,CAAE,CAAC;EAChF;AAEA,SAAO;AACT;;;AC3DA,SAAQ,uBAAyH;AAW3H,IAAO,gCAAP,MAAoC;EACxC,uBACI,cACA,SAAqD;AACvD,UAAM,OAAO,iBAAiB,OAAO;AACrC,WAAO,gBAAgB,IAAI;EAC7B;;AAMI,SAAU,iBACZ,SAA0D;AAC5D,QAAM,WAAW,QAAQ,SAAS,MAAM;AACxC,QAAM,WAAW,SAAS,cAAa;AACvC,MAAI,aAAa,MAAM;AACrB,UAAM,IAAI,iBACN,SAAS,YAAY,oDAAoD;EAC/E;AAEA,SAAO;IACL,MAAM;IACN,MAAM,cAAc,SAAS,UAAS,CAAE;IACxC,WAAW,QAAQ,IAAI,WAAW,IAAI,QAAQ,UAAU,WAAW,IAAI;IACvE,SAAS,QAAQ,IAAI,SAAS,IAAI,QAAQ,SAAS,SAAS,EAAE,IAAI,OAAK,EAAE,UAAS,CAAE,IAAI,CAAA;;AAE5F;;;ACtCA,SAAQ,iBAA8F,wBAA2D,2BAA0B;AAUrL,IAAO,gCAAP,MAAoC;EACxC,YAKY,YAAmB;AAAnB,SAAA,aAAA;EAAsB;EAElC,uBACI,cACA,SAAqD;AACvD,UAAM,OAAO,iBAAiB,SAAS,KAAK,UAAU;AACtD,WAAO,gBAAgB,IAAI;EAC7B;;AAMI,SAAU,iBACZ,SACA,YAAmB;AACrB,QAAM,cAAc,QAAQ,UAAU,MAAM;AAE5C,QAAM,OAA2B;IAC/B,MAAM,uBAAuB;IAC7B,MAAM,cAAc,WAAW;IAC/B,WAAW,CAAA;IACX,cAAc,CAAA;IACd,wBAAwB;IACxB,oBAAoB;IACpB,SAAS,CAAA;IACT,SAAS,CAAA;IACT,mBAAmB,aAAa,oBAAoB,SAAS,oBAAoB;IACjF,sBAAsB;IACtB,SAAS,CAAA;IACT,IAAI,QAAQ,IAAI,IAAI,IAAI,QAAQ,UAAU,IAAI,IAAI;;AAapD,MAAI,QAAQ,IAAI,WAAW,GAAG;AAC5B,UAAM,YAAY,QAAQ,SAAS,WAAW;AAC9C,QAAI,UAAU,WAAU,GAAI;AAC1B,WAAK,uBAAuB;AAC5B,WAAK,YAAY,eAAe,kBAAkB,SAAS,CAAC;IAC9D;AACE,WAAK,YAAY,eAAe,SAAiD;EACrF;AAEA,MAAI,QAAQ,IAAI,cAAc,GAAG;AAC/B,UAAM,eAAe,QAAQ,SAAS,cAAc;AACpD,QAAI,aAAa,WAAU,GAAI;AAC7B,WAAK,uBAAuB;AAC5B,WAAK,eAAe,eAAe,kBAAkB,YAAY,CAAC;IACpE;AACE,WAAK,eAAe,eAAe,YAAoD;EAC3F;AAEA,MAAI,QAAQ,IAAI,SAAS,GAAG;AAC1B,UAAM,UAAU,QAAQ,SAAS,SAAS;AAC1C,QAAI,QAAQ,WAAU,GAAI;AACxB,WAAK,uBAAuB;AAC5B,WAAK,UAAU,eAAe,kBAAkB,OAAO,CAAC;IAC1D;AACE,WAAK,UAAU,eAAe,OAA+C;EACjF;AAEA,MAAI,QAAQ,IAAI,SAAS,GAAG;AAC1B,UAAM,UAAU,QAAQ,SAAS,SAAS;AAC1C,QAAI,QAAQ,WAAU,GAAI;AACxB,WAAK,uBAAuB;AAC5B,WAAK,UAAU,eAAe,kBAAkB,OAAO,CAAC;IAC1D;AACE,WAAK,UAAU,eAAe,OAA+C;EACjF;AAEA,MAAI,QAAQ,IAAI,SAAS,GAAG;AAC1B,UAAM,UAAU,QAAQ,SAAS,SAAS;AAC1C,SAAK,UAAU,eAAe,OAA+C;EAC/E;AAEA,SAAO;AACT;AAQA,SAAS,kBAA+B,OAAqC;AAE3E,SAAQ,MAA0C,uBAAsB;AAC1E;AAKA,SAAS,eAA4B,QAA4C;AAC/E,SAAO,OAAO,SAAQ,EAAG,IAAI,OAAK,cAAc,EAAE,UAAS,CAAE,CAAC;AAChE;;;ACvHA,SAAQ,+BAAyH;AAW3H,IAAO,4BAAP,MAAgC;EACpC,cAAA;EAAe;EAEf,uBACI,cACA,SAAqD;AACvD,UAAM,OAAO,aAAa,OAAO;AACjC,WAAO,wBAAwB,IAAI;EACrC;;AAMI,SAAU,aAA0B,SAAsD;AAE9F,QAAM,WAAW,QAAQ,SAAS,MAAM;AACxC,QAAM,WAAW,SAAS,cAAa;AACvC,MAAI,aAAa,MAAM;AACrB,UAAM,IAAI,iBACN,SAAS,YAAY,oDAAoD;EAC/E;AAEA,QAAM,OAAO,QAAQ,IAAI,MAAM,IAAI,QAAQ,WAAW,MAAM,IAAI;AAChE,QAAM,eAAe,QAAQ,IAAI,cAAc,IAAI,QAAQ,WAAW,cAAc,IAAI;AAExF,SAAO;IACL,MAAM;IACN,MAAM,cAAc,SAAS,UAAS,CAAE;IACxC,mBAAmB;IACnB,MAAM;IACN,UAAU,QAAQ,UAAU,MAAM;IAClC;IACA;;AAEJ;;;AV5BO,IAAM,iCAAuB;AAC7B,IAAM,qCAA2B;AACjC,IAAM,iCAAuB;AAC7B,IAAM,+BAAqB;AAC3B,IAAM,kCAAwB;AAC9B,IAAM,gCAAsB;AAC5B,IAAM,gCAAsB;AAC5B,IAAM,4BAAkB;AACxB,IAAM,uBAAuB;EAClC;EAAsB;EAA0B;EAAsB;EACtE;EAAuB;EAAqB;EAAqB;;AAgC7D,SAAU,gBACZ,aAAyD,WACzD,MAAY;AACd,QAAM,UAAU,oBAAI,IAAG;AACvB,QAAM,uBAAuB,SAAS,MAAM,mBAAmB;AAE/D,UAAQ,IAAI,gCAAsB;IAChC,EAAC,OAAO,sBAAsB,QAAQ,IAAI,+BAA+B,WAAW,IAAI,EAAC;GAC1F;AACD,UAAQ,IAAI,oCAA0B;IACpC,EAAC,OAAO,sBAAsB,QAAQ,IAAI,mCAAkC,EAAE;GAC/E;AACD,UAAQ,IAAI,gCAAsB;IAChC;MACE,OAAO;MACP,QAAQ,IAAI,+BACR,oBAAoB,WAAW,MAAM,YAAY,gBAAgB,GAAG,WAAW,IAAI;;GAE1F;AACD,UAAQ,IAAI,8BAAoB;IAC9B,EAAC,OAAO,sBAAsB,QAAQ,IAAI,6BAA4B,EAAE;GACzE;AACD,UAAQ,IAAI,iCAAuB;IACjC,EAAC,OAAO,sBAAsB,QAAQ,IAAI,gCAA+B,EAAE;GAC5E;AACD,UAAQ,IAAI,+BAAqB;IAC/B,EAAC,OAAO,sBAAsB,QAAQ,IAAI,8BAA6B,EAAE;GAC1E;AACD,UAAQ,IAAI,+BAAqB;IAC/B;MACE,OAAO;MACP,QAAQ,IAAI,8BAA8B,YAAY,QAAQ,aAAa;;GAE9E;AACD,UAAQ,IAAI,2BAAiB;IAC3B,EAAC,OAAO,sBAAsB,QAAQ,IAAI,0BAAyB,EAAE;GACtE;AAED,SAAO;AACT;AAiBM,IAAO,wBAAP,MAA4B;EAChC,YACqB,SACA,QACA,mCAA0D;AAF1D,SAAA,UAAA;AACA,SAAA,SAAA;AACA,SAAA,oCAAA;EAA6D;EAKlF,oBAAoB,cAAoB;AACtC,WAAO,KAAK,QAAQ,IAAI,YAAY;EACtC;EAMA,UAAU,cAAsB,YAAoB,SAAe;AACjE,QAAI,CAAC,KAAK,QAAQ,IAAI,YAAY,GAAG;AACnC,YAAM,IAAI,MAAM,wCAAwC,eAAe;IACzE;AACA,UAAM,eAAe,KAAK,QAAQ,IAAI,YAAY;AAElD,QAAI,YAAY,qBAAqB;AAGnC,aAAO,aAAa,aAAa,SAAS,GAAG;IAC/C;AAEA,UAAM,mBAAmB,SAAS,MAAM,UAAU;AAClD,eAAW,EAAC,OAAO,aAAa,OAAM,KAAK,cAAc;AACvD,UAAIC,QAAO,WAAW,kBAAkB,WAAW,GAAG;AACpD,eAAO;MACT;IACF;AAEA,UAAM,UACF,2EAA2E,2CACzC;;AAGtC,QAAI,KAAK,sCAAsC,SAAS;AACtD,YAAM,IAAI,MAAM,OAAO;IACzB,WAAW,KAAK,sCAAsC,QAAQ;AAC5D,WAAK,OAAO,KAAK,GAAG;sDAAgE;IACtF;AAGA,WAAO,aAAa,aAAa,SAAS,GAAG;EAC/C;;AAcF,SAAS,SAAS,YAAuB,YAAkB;AACzD,QAAM,UAAU,IAAIA,QAAO,OAAO,UAAU;AAE5C,UAAQ,aAAa,CAAA;AACrB,SAAO,IAAIA,QAAO,MAAM,GAAG,aAAa,QAAQ,OAAM,GAAI;AAC5D;;;AWxKM,IAAO,aAAP,MAAiB;EAIrB,YACY,mBACR,WAA2B,MAAY;AAD/B,SAAA,oBAAA;AAHJ,SAAA,aAAa,oBAAI,IAAG;AAK1B,SAAK,iBAAiB,IAAI,sBACtB,gBAAgB,KAAK,mBAAmB,WAAW,IAAI,GAAG,KAAK,kBAAkB,QACjF,KAAK,kBAAkB,QAAQ,iCAAiC;EACtE;EAKA,qBAAqB,YAAkB;AACrC,WAAO,KAAK,eAAe,oBAAoB,UAAU;EAC3D;EAcA,uBACI,eAAuB,MACvB,kBAA+D;AACjE,QAAI,KAAK,WAAW,GAAG;AACrB,YAAM,IAAI,MACN,8FACI,KAAK,SAAS;IACxB;AAEA,UAAM,UACF,UAAU,MAAyC,KAAK,IAAI,KAAK,kBAAkB,IAAI;AAC3F,UAAM,WAAW,QAAQ,QAAQ,UAAU;AAC3C,UAAM,YAAY,KAAK,aAAa,UAAU,gBAAgB;AAE9D,UAAM,aAAa,QAAQ,UAAU,YAAY;AACjD,UAAM,UAAU,QAAQ,UAAU,SAAS;AAC3C,UAAM,SAAS,KAAK,eAAe,UAAU,eAAe,YAAY,OAAO;AAC/E,UAAM,aAAa,OAAO,uBAAuB,UAAU,cAAc,SAAS,OAAO;AAEzF,WAAO,UAAU,oBAAoB,UAAU;EACjD;EAMA,wBAAqB;AACnB,UAAM,UAAuE,CAAA;AAC7E,eAAW,CAAC,eAAe,SAAS,KAAK,KAAK,WAAW,QAAO,GAAI;AAClE,YAAM,aAAa,UAAU,sBAAqB;AAClD,cAAQ,KAAK,EAAC,eAAe,WAAU,CAAC;IAC1C;AACA,WAAO;EACT;EAEQ,aACJ,UAAuB,kBAA+D;AAExF,UAAM,gBAAgB,iBAAiB,oBAAoB,QAAQ;AACnE,QAAI,kBAAkB,MAAM;AAE1B,aAAO,IAAI,eACP,UAAU,KAAK,kBAAkB,YAAY,KAAK,kBAAkB,OAAO;IACjF;AAEA,QAAI,CAAC,KAAK,WAAW,IAAI,aAAa,GAAG;AACvC,WAAK,WAAW,IACZ,eACA,IAAI,UACA,UAAU,KAAK,kBAAkB,YAAY,KAAK,kBAAkB,OAAO,CAAC;IACtF;AACA,WAAO,KAAK,WAAW,IAAI,aAAa;EAC1C;;;;AC9DK,IAAM,yBAAwC;EACnD,eAAe;EACf,eAAe;EACf,mCAAmC;;;;AChC/B,IAAO,aAAP,MAAiB;EACrB,YAAoB,SAA4C;AAA5C,SAAA,UAAA;EAA+C;EAKnE,oBACI,YAA0B,SAC1B,UAA0C,CAAA,GAAE;AAC9C,WAAO,WAAW,gBACd,IAAI,4BAAqD,KAAK,SAAS,SAAS,OAAO,GACvF,IAAI,QAAQ,KAAK,CAAC;EACxB;EAKA,mBACI,WAAwB,SACxB,UAA0C,CAAA,GAAE;AAC9C,WAAO,UAAU,eACb,IAAI,4BAAqD,KAAK,SAAS,SAAS,OAAO,GACvF,IAAI,QAAQ,IAAI,CAAC;EACvB;;;;ACtBI,IAAO,oBAAP,MAAwB;EAK5B,YACa,YAAyC,QACzC,MAAqC,SACrC,SAAsB;AAFtB,SAAA,aAAA;AAAyC,SAAA,SAAA;AACzC,SAAA,OAAA;AAAqC,SAAA,UAAA;AACrC,SAAA,UAAA;AAPJ,SAAA,aAAa,IAAI,WAAoC,KAAK,OAAO;AACjE,SAAA,mBACL,KAAK,QAAQ,gBAAgB,IAAI,iBAAiB,KAAK,YAAY,KAAK,QAAQ,CAAA,CAAE,IAAI;EAKpD;EAEtC,OAAO,OACH,YAAgC,QAAgB,MAChD,SACA,SAA+B;AApBrC;AAqBI,WAAO,IAAI,kBAAkB,YAAY,QAAQ,MAAM,SAAS;MAC9D,gBAAe,aAAQ,kBAAR,YAAyB,uBAAuB;MAC/D,gBAAe,aAAQ,kBAAR,YAAyB,uBAAuB;MAC/D,oCAAmC,aAAQ,sCAAR,YAC/B,uBAAuB;KAC5B;EACH;;;;ACXI,SAAU,aAAa,MAAc,QAAc;AACvD,SAAO,qBAAqB,KAAK,QAAM,OAAO,SAAS,EAAE,CAAC;AAC5D;",
5
- "names": ["semver", "makeBindingParser", "o", "o", "makeBindingParser", "createMayBeForwardRefExpression", "o", "createMayBeForwardRefExpression", "o", "semver"]
6
- }