mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2026-04-28 17:22:08 -06:00
node_modules: upgrade
This commit is contained in:
+4
-4
@@ -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