mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
fix type-expression parsing issue (#619)
In record types, we can now parse property names that start with a keyword (for example, `undefinedHTML`).
This commit is contained in:
parent
a476aef10b
commit
92602c82a1
2
node_modules/catharsis/lib/parser.js
generated
vendored
2
node_modules/catharsis/lib/parser.js
generated
vendored
File diff suppressed because one or more lines are too long
16
node_modules/catharsis/package.json
generated
vendored
16
node_modules/catharsis/package.json
generated
vendored
File diff suppressed because one or more lines are too long
@ -19,7 +19,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"async": "~0.1.22",
|
||||
"catharsis": "~0.7.0",
|
||||
"catharsis": "~0.7.1",
|
||||
"esprima": "~1.0.4",
|
||||
"js2xmlparser": "~0.1.0",
|
||||
"marked": "~0.3.1",
|
||||
@ -60,4 +60,4 @@
|
||||
"name": "Jeff Williams",
|
||||
"email": "jeffrey.l.williams@gmail.com"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user