We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f5611 commit bcd3a57Copy full SHA for bcd3a57
packages/yarnpkg-parsers/sources/syml.ts
@@ -55,7 +55,7 @@ function stringifyValue(value: any, indentLevel: number, newLineIfObject: boolea
55
}
56
57
if (typeof value === `object` && value) {
58
- const [data, sort] = (value instanceof PreserveOrdering)
+ const [data, sort] = value instanceof PreserveOrdering
59
? [value.data, false]
60
: [value, true];
61
0 commit comments