Skip to content

Commit 51e203d

Browse files
committed
Update API
1 parent 8dc71e5 commit 51e203d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/reviews/api/node-core-library.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,8 +424,8 @@ export interface IJsonFileSaveOptions extends IJsonFileStringifyOptions {
424424

425425
// @public
426426
export interface IJsonFileStringifyOptions {
427-
dropUndefinedValues?: boolean;
428427
headerComment?: string;
428+
ignoreUndefinedValues?: boolean;
429429
newlineConversion?: NewlineKind;
430430
prettyFormatting?: boolean;
431431
}

0 commit comments

Comments
 (0)