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:
20
node_modules/yaml/dist/nodes/YAMLSeq.d.ts
generated
vendored
20
node_modules/yaml/dist/nodes/YAMLSeq.d.ts
generated
vendored
@@ -1,12 +1,12 @@
|
||||
import { CreateNodeContext } from '../doc/createNode.js';
|
||||
import type { BlockSequence, FlowCollection } from '../parse/cst.js';
|
||||
import type { Schema } from '../schema/Schema.js';
|
||||
import type { StringifyContext } from '../stringify/stringify.js';
|
||||
import { Collection } from './Collection.js';
|
||||
import type { ParsedNode, Range } from './Node.js';
|
||||
import type { Pair } from './Pair.js';
|
||||
import { Scalar } from './Scalar.js';
|
||||
import { ToJSContext } from './toJS.js';
|
||||
import type { CreateNodeContext } from '../doc/createNode';
|
||||
import type { BlockSequence, FlowCollection } from '../parse/cst';
|
||||
import type { Schema } from '../schema/Schema';
|
||||
import type { StringifyContext } from '../stringify/stringify';
|
||||
import { Collection } from './Collection';
|
||||
import type { ParsedNode, Range } from './Node';
|
||||
import type { Pair } from './Pair';
|
||||
import type { Scalar } from './Scalar';
|
||||
import type { ToJSContext } from './toJS';
|
||||
export declare namespace YAMLSeq {
|
||||
interface Parsed<T extends ParsedNode | Pair<ParsedNode, ParsedNode | null> = ParsedNode> extends YAMLSeq<T> {
|
||||
items: T[];
|
||||
@@ -56,5 +56,5 @@ export declare class YAMLSeq<T = unknown> extends Collection {
|
||||
set(key: unknown, value: T): void;
|
||||
toJSON(_?: unknown, ctx?: ToJSContext): unknown[];
|
||||
toString(ctx?: StringifyContext, onComment?: () => void, onChompKeep?: () => void): string;
|
||||
static from(schema: Schema, obj: unknown, ctx: CreateNodeContext): YAMLSeq<unknown>;
|
||||
static from(schema: Schema, obj: unknown, ctx: CreateNodeContext): YAMLSeq;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user