main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
476 bytes
|
Line | |
---|
1 | import type { ParsedNode } from '../nodes/Node.js';
|
---|
2 | import type { BlockMap, BlockSequence, FlowCollection, SourceToken } from '../parse/cst.js';
|
---|
3 | import type { ComposeContext, ComposeNode } from './compose-node.js';
|
---|
4 | import type { ComposeErrorHandler } from './composer.js';
|
---|
5 | export declare function composeCollection(CN: ComposeNode, ctx: ComposeContext, token: BlockMap | BlockSequence | FlowCollection, tagToken: SourceToken | null, onError: ComposeErrorHandler): ParsedNode;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.