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:
3
node_modules/yaml/dist/stringify/stringify.d.ts
generated
vendored
3
node_modules/yaml/dist/stringify/stringify.d.ts
generated
vendored
@@ -1,7 +1,7 @@
|
||||
import type { Document } from '../doc/Document.js';
|
||||
import type { Alias } from '../nodes/Alias.js';
|
||||
import type { ToStringOptions } from '../options.js';
|
||||
export declare type StringifyContext = {
|
||||
export type StringifyContext = {
|
||||
actualString?: boolean;
|
||||
allNullValues?: boolean;
|
||||
anchors: Set<string>;
|
||||
@@ -13,6 +13,7 @@ export declare type StringifyContext = {
|
||||
indentAtStart?: number;
|
||||
inFlow: boolean | null;
|
||||
inStringifyKey?: boolean;
|
||||
flowCollectionPadding: string;
|
||||
options: Readonly<Required<Omit<ToStringOptions, 'collectionStyle' | 'indent'>>>;
|
||||
resolvedAliases?: Set<Alias>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user