Skip to content

Commit 233bc65

Browse files
committed
fix decorator-legacy
1 parent 9100dfa commit 233bc65

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lib/jsdoc/src/astbuilder.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ var parserOptions = exports.parserOptions = {
2424
'importMeta',
2525
'jsx',
2626
'typescript',
27-
'flow',
28-
'decorators',
27+
'decorators-legacy',
2928
'numericSeparator',
3029
'objectRestSpread',
3130
'optionalCatchBinding',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@daybrush/jsdoc",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "An API documentation generator for JavaScript and Typescript.",
55
"keywords": [
66
"documentation",

0 commit comments

Comments
 (0)