-
Notifications
You must be signed in to change notification settings - Fork 654
Closed
Labels
bugSomething isn't working as intendedSomething isn't working as intended
Description
Currently, the presence of comments
and at least one trailing comma
makes these files way more difficult to work with than ideal (i.e., consumers cannot use JSON.parse)
Comments are easy to deal with thanks to strip-json-comments, but the trailing comma is a bit more annoying.
Suggestion
In CI, strip comments and run schema JSON documents through a json validator of some sort
Version
"@microsoft/api-extractor": "^6.3.0",
Metadata
Metadata
Assignees
Labels
bugSomething isn't working as intendedSomething isn't working as intended