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 9100dfa commit 233bc65Copy full SHA for 233bc65
lib/jsdoc/src/astbuilder.js
@@ -24,8 +24,7 @@ var parserOptions = exports.parserOptions = {
24
'importMeta',
25
'jsx',
26
'typescript',
27
- 'flow',
28
- 'decorators',
+ 'decorators-legacy',
29
'numericSeparator',
30
'objectRestSpread',
31
'optionalCatchBinding',
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@daybrush/jsdoc",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"description": "An API documentation generator for JavaScript and Typescript.",
5
"keywords": [
6
"documentation",
0 commit comments