We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc71e5 commit 51e203dCopy full SHA for 51e203d
1 file changed
common/reviews/api/node-core-library.api.md
@@ -424,8 +424,8 @@ export interface IJsonFileSaveOptions extends IJsonFileStringifyOptions {
424
425
// @public
426
export interface IJsonFileStringifyOptions {
427
- dropUndefinedValues?: boolean;
428
headerComment?: string;
+ ignoreUndefinedValues?: boolean;
429
newlineConversion?: NewlineKind;
430
prettyFormatting?: boolean;
431
}
0 commit comments