mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2026-04-28 17:22:08 -06:00
node_modules: upgrade
This commit is contained in:
+2
-2
@@ -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