mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
support optional chaining
This commit is contained in:
parent
5beee268a0
commit
970857a408
@ -20,7 +20,8 @@ var parserOptions = exports.parserOptions = {
|
|||||||
'functionSent',
|
'functionSent',
|
||||||
'jsx',
|
'jsx',
|
||||||
'numericSeparator',
|
'numericSeparator',
|
||||||
'objectRestSpread'
|
'objectRestSpread',
|
||||||
|
'optionalChaining'
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user