mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-12-09 22:30:41 -07:00
node_modules: upgrade
This commit is contained in:
8
node_modules/yaml/dist/compose/resolve-flow-scalar.d.ts
generated
vendored
8
node_modules/yaml/dist/compose/resolve-flow-scalar.d.ts
generated
vendored
@@ -1,7 +1,7 @@
|
||||
import { Range } from '../nodes/Node.js';
|
||||
import { Scalar } from '../nodes/Scalar.js';
|
||||
import type { FlowScalar } from '../parse/cst.js';
|
||||
import type { ComposeErrorHandler } from './composer.js';
|
||||
import type { Range } from '../nodes/Node';
|
||||
import { Scalar } from '../nodes/Scalar';
|
||||
import type { FlowScalar } from '../parse/cst';
|
||||
import type { ComposeErrorHandler } from './composer';
|
||||
export declare function resolveFlowScalar(scalar: FlowScalar, strict: boolean, onError: ComposeErrorHandler): {
|
||||
value: string;
|
||||
type: Scalar.PLAIN | Scalar.QUOTE_DOUBLE | Scalar.QUOTE_SINGLE | null;
|
||||
|
||||
Reference in New Issue
Block a user