escomplex-plugin-syntax-estree
Version:
Provides a plugin for typhonjs-escomplex module processing which loads syntax definitions for trait resolution for ESTree AST.
18 lines • 402 B
Plain Text
{
"title": "escomplex-plugin-syntax-estree",
"source": "src",
"destination": "docs",
"access": ["public", "private", "protected"],
"unexportIdentifier": true,
"plugins":
[
{ "name": "esdoc-plugin-enhanced-navigation" }
],
"manual": { "changelog": ["./CHANGELOG.md"] },
"test":
{
"type": "mocha",
"source": "test/src",
"includes": [".js$"]
}
}