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,6 +1,6 @@
|
||||
import type { CollectionItem, Document } from './cst.js';
|
||||
export declare type VisitPath = readonly ['key' | 'value', number][];
|
||||
export declare type Visitor = (item: CollectionItem, path: VisitPath) => number | symbol | Visitor | void;
|
||||
export type VisitPath = readonly ['key' | 'value', number][];
|
||||
export type Visitor = (item: CollectionItem, path: VisitPath) => number | symbol | Visitor | void;
|
||||
/**
|
||||
* Apply a visitor to a CST document or item.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user