This change adds all information that is needed to generate the externs file to build/info.json, so tasks/generate-externs.js no longer needs to spawn JSDoc.
17 lines
313 B
JSON
17 lines
313 B
JSON
{
|
|
"opts": {
|
|
"recurse": true,
|
|
"template": "buildcfg/jsdoc/info"
|
|
},
|
|
"tags": {
|
|
"allowUnknownTags": true
|
|
},
|
|
"source": {
|
|
"includePattern": "\\.js$"
|
|
},
|
|
"plugins": [
|
|
"buildcfg/jsdoc/info/api-plugin",
|
|
"buildcfg/jsdoc/info/define-plugin"
|
|
]
|
|
}
|