mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-18 14:17:30 +00:00
feat: Support exportNamespaceFrom in parser
This commit is contained in:
parent
fafea23bff
commit
8fa141da77
@ -13,6 +13,7 @@ function getParserOpts(file) {
|
||||
plugins: [
|
||||
'asyncGenerators',
|
||||
'exportDefaultFrom',
|
||||
'exportNamespaceFrom',
|
||||
'optionalChaining',
|
||||
'classConstructorCall',
|
||||
'classPrivateProperties',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user