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:
405 bytes
|
Line | |
---|
1 | import { Scalar } from '../nodes/Scalar.js';
|
---|
2 | import type { BlockScalar, FlowScalar, SourceToken } from '../parse/cst.js';
|
---|
3 | import type { ComposeContext } from './compose-node.js';
|
---|
4 | import type { ComposeErrorHandler } from './composer.js';
|
---|
5 | export declare function composeScalar(ctx: ComposeContext, token: FlowScalar | BlockScalar, tagToken: SourceToken | null, onError: ComposeErrorHandler): Scalar.Parsed;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.