Skip to content

Commit 289efca

Browse files
committed
Re-add forceQuotes: true
1 parent 1ba7449 commit 289efca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/entry-points.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/analyze.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ extensions:
285285
// characters are escaped, and that the path is always rendered as a
286286
// quoted string on a single line.
287287
return (
288-
` - [${yaml.dump(filename, { quoteStyle: "single" }).trim()}, ` +
288+
` - [${yaml.dump(filename, { forceQuotes: true, quoteStyle: "single" }).trim()}, ` +
289289
`${range.startLine}, ${range.endLine}]\n`
290290
);
291291
})

0 commit comments

Comments
 (0)