mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
support async generators
This commit is contained in:
parent
8b26b6d669
commit
aa27b05cf8
@ -8,6 +8,7 @@ var parserOptions = exports.parserOptions = {
|
|||||||
ranges: true,
|
ranges: true,
|
||||||
sourceType: 'module',
|
sourceType: 'module',
|
||||||
plugins: [
|
plugins: [
|
||||||
|
'asyncGenerators',
|
||||||
'classPrivateProperties',
|
'classPrivateProperties',
|
||||||
'classProperties',
|
'classProperties',
|
||||||
'decorators2',
|
'decorators2',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user