node_modules: update (#146)

Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com>
This commit is contained in:
Dawid Dziurla
2026-08-07 08:08:41 +02:00
committed by GitHub
co-authored by dawidd6
parent 6b3dfab4e0
commit 3d5a3a75cc
44 changed files with 660 additions and 284 deletions
+5 -1
View File
@@ -31,7 +31,11 @@ export declare class Scalar<T = unknown> extends NodeBase {
* The YAML 1.1 schema also supports 'BIN' and 'TIME'
*/
format?: string;
/** If `value` is a number, use this value when stringifying this node. */
/**
* If `value` is a number that is serialized as a decimal string
* (i.e. not using exponential notation),
* use this value when stringifying this node.
*/
minFractionDigits?: number;
/** Set during parsing to the source string value */
source?: string;