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:
22
node_modules/yaml/dist/doc/Document.d.ts
generated
vendored
22
node_modules/yaml/dist/doc/Document.d.ts
generated
vendored
@@ -1,14 +1,14 @@
|
||||
import type { YAMLError, YAMLWarning } from '../errors.js';
|
||||
import { Alias } from '../nodes/Alias.js';
|
||||
import { NODE_TYPE } from '../nodes/identity.js';
|
||||
import type { Node, NodeType, ParsedNode, Range } from '../nodes/Node.js';
|
||||
import { Pair } from '../nodes/Pair.js';
|
||||
import type { Scalar } from '../nodes/Scalar.js';
|
||||
import type { YAMLMap } from '../nodes/YAMLMap.js';
|
||||
import type { YAMLSeq } from '../nodes/YAMLSeq.js';
|
||||
import type { CreateNodeOptions, DocumentOptions, ParseOptions, SchemaOptions, ToJSOptions, ToStringOptions } from '../options.js';
|
||||
import { Schema } from '../schema/Schema.js';
|
||||
import { Directives } from './directives.js';
|
||||
import type { YAMLError, YAMLWarning } from '../errors';
|
||||
import { Alias } from '../nodes/Alias';
|
||||
import { NODE_TYPE } from '../nodes/identity';
|
||||
import type { Node, NodeType, ParsedNode, Range } from '../nodes/Node';
|
||||
import { Pair } from '../nodes/Pair';
|
||||
import type { Scalar } from '../nodes/Scalar';
|
||||
import type { YAMLMap } from '../nodes/YAMLMap';
|
||||
import type { YAMLSeq } from '../nodes/YAMLSeq';
|
||||
import type { CreateNodeOptions, DocumentOptions, ParseOptions, SchemaOptions, ToJSOptions, ToStringOptions } from '../options';
|
||||
import { Schema } from '../schema/Schema';
|
||||
import { Directives } from './directives';
|
||||
export type Replacer = any[] | ((key: any, value: any) => unknown);
|
||||
export declare namespace Document {
|
||||
/** @ts-ignore The typing of directives fails in TS <= 4.2 */
|
||||
|
||||
Reference in New Issue
Block a user