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:
550 bytes
|
Line | |
---|
1 | import type { ParsedNode } from '../nodes/Node.js';
|
---|
2 | import { YAMLMap } from '../nodes/YAMLMap.js';
|
---|
3 | import type { BlockMap } from '../parse/cst.js';
|
---|
4 | import { CollectionTag } from '../schema/types.js';
|
---|
5 | import type { ComposeContext, ComposeNode } from './compose-node.js';
|
---|
6 | import type { ComposeErrorHandler } from './composer.js';
|
---|
7 | export declare function resolveBlockMap({ composeNode, composeEmptyNode }: ComposeNode, ctx: ComposeContext, bm: BlockMap, onError: ComposeErrorHandler, tag?: CollectionTag): YAMLMap.Parsed<ParsedNode, ParsedNode | null>;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.