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/parse/cst.d.ts
generated
vendored
6
node_modules/yaml/dist/parse/cst.d.ts
generated
vendored
@@ -72,7 +72,7 @@ export interface BlockSequence {
|
||||
value?: Token;
|
||||
}>;
|
||||
}
|
||||
export declare type CollectionItem = {
|
||||
export type CollectionItem = {
|
||||
start: SourceToken[];
|
||||
key?: Token | null;
|
||||
sep?: SourceToken[];
|
||||
@@ -86,8 +86,8 @@ export interface FlowCollection {
|
||||
items: CollectionItem[];
|
||||
end: SourceToken[];
|
||||
}
|
||||
export declare type Token = SourceToken | ErrorToken | Directive | Document | DocumentEnd | FlowScalar | BlockScalar | BlockMap | BlockSequence | FlowCollection;
|
||||
export declare type TokenType = SourceToken['type'] | DocumentEnd['type'] | FlowScalar['type'];
|
||||
export type Token = SourceToken | ErrorToken | Directive | Document | DocumentEnd | FlowScalar | BlockScalar | BlockMap | BlockSequence | FlowCollection;
|
||||
export type TokenType = SourceToken['type'] | DocumentEnd['type'] | FlowScalar['type'];
|
||||
/** The byte order mark */
|
||||
export declare const BOM = "\uFEFF";
|
||||
/** Start of doc-mode */
|
||||
|
||||
Reference in New Issue
Block a user