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:
7
node_modules/yaml/dist/nodes/toJS.d.ts
generated
vendored
7
node_modules/yaml/dist/nodes/toJS.d.ts
generated
vendored
@@ -1,6 +1,5 @@
|
||||
import type { Document } from '../doc/Document.js';
|
||||
import type { stringify } from '../stringify/stringify.js';
|
||||
import { Node } from './Node.js';
|
||||
import type { Node } from './Node.js';
|
||||
export interface AnchorData {
|
||||
aliasCount: number;
|
||||
count: number;
|
||||
@@ -8,14 +7,12 @@ export interface AnchorData {
|
||||
}
|
||||
export interface ToJSContext {
|
||||
anchors: Map<Node, AnchorData>;
|
||||
doc: Document;
|
||||
doc: Document<Node, boolean>;
|
||||
keep: boolean;
|
||||
mapAsMap: boolean;
|
||||
mapKeyWarned: boolean;
|
||||
maxAliasCount: number;
|
||||
onCreate?: (res: unknown) => void;
|
||||
/** Requiring this directly in Pair would create circular dependencies */
|
||||
stringify: typeof stringify;
|
||||
}
|
||||
/**
|
||||
* Recursively convert any node or its contents to native JavaScript
|
||||
|
||||
Reference in New Issue
Block a user