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:
+3
-3
@@ -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