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:
6
node_modules/yaml/dist/nodes/toJS.d.ts
generated
vendored
6
node_modules/yaml/dist/nodes/toJS.d.ts
generated
vendored
@@ -1,5 +1,5 @@
|
||||
import type { Document } from '../doc/Document.js';
|
||||
import type { Node } from './Node.js';
|
||||
import type { Document } from '../doc/Document';
|
||||
import type { Node } from './Node';
|
||||
export interface AnchorData {
|
||||
aliasCount: number;
|
||||
count: number;
|
||||
@@ -7,6 +7,8 @@ export interface AnchorData {
|
||||
}
|
||||
export interface ToJSContext {
|
||||
anchors: Map<Node, AnchorData>;
|
||||
/** Cached anchor and alias nodes in the order they occur in the document */
|
||||
aliasResolveCache?: Node[];
|
||||
doc: Document<Node, boolean>;
|
||||
keep: boolean;
|
||||
mapAsMap: boolean;
|
||||
|
||||
Reference in New Issue
Block a user