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:
4
node_modules/yaml/dist/parse/cst-visit.d.ts
generated
vendored
4
node_modules/yaml/dist/parse/cst-visit.d.ts
generated
vendored
@@ -1,4 +1,4 @@
|
||||
import type { CollectionItem, Document } from './cst.js';
|
||||
import type { BlockMap, BlockSequence, CollectionItem, Document, FlowCollection } from './cst';
|
||||
export type VisitPath = readonly ['key' | 'value', number][];
|
||||
export type Visitor = (item: CollectionItem, path: VisitPath) => number | symbol | Visitor | void;
|
||||
/**
|
||||
@@ -35,5 +35,5 @@ export declare namespace visit {
|
||||
var SKIP: symbol;
|
||||
var REMOVE: symbol;
|
||||
var itemAtPath: (cst: Document | CollectionItem, path: VisitPath) => CollectionItem | undefined;
|
||||
var parentCollection: (cst: Document | CollectionItem, path: VisitPath) => import("./cst.js").BlockMap | import("./cst.js").BlockSequence | import("./cst.js").FlowCollection;
|
||||
var parentCollection: (cst: Document | CollectionItem, path: VisitPath) => BlockMap | BlockSequence | FlowCollection;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user