Skip to content

Commit c577eb6

Browse files
joeyparrishavelad
authored andcommitted
chore: Update jsdoc to tolerate trailing commas (#8819)
jsdoc doesn't tolerate trailing commas in record types. This is frustrating because: - It creates larger diffs to skip trailing commas when you add new fields - It requires a style in typedefs that is the opposite of the style rules in actual code This updates our jsdoc fork (joeyparrish/jsdoc@a1e61a4) and its parser dependency "catharsis" (joeyparrish/catharsis@afcfb1c) to tolerate trailing commas when parsing record types. Closes #1236
1 parent d770f03 commit c577eb6

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

package-lock.json

Lines changed: 14 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"jasmine-ajax": "^4.0.0",
5151
"jimp": "^0.22.12",
5252
"js-yaml": "^4.1.0",
53-
"jsdoc": "github:joeyparrish/jsdoc#2ca85bb6",
53+
"jsdoc": "github:joeyparrish/jsdoc#a1e61a4e",
5454
"karma": "github:joeyparrish/karma#shaka-fixes",
5555
"karma-coverage": "^2.2.0",
5656
"karma-jasmine": "^4.0.1",

0 commit comments

Comments
 (0)