Add a task to generate metadata on exported symbols
This runs JSDoc with the "symbols" config, providing a list of source files that have been changed since the previous run. The output is used to generate a symbols.json metadata file containing all exportable symbols info. A separate task will be run to generate the exports.js file. These same metadata files will be used by a build tool.
This commit is contained in:
+3
-1
@@ -19,6 +19,8 @@
|
||||
"async": "~0.2.10",
|
||||
"htmlparser2": "~3.7.1",
|
||||
"jshint": "~2.4.4",
|
||||
"jsdoc": "^3.3.0-alpha5"
|
||||
"jsdoc": "~3.3.0-alpha5",
|
||||
"walk": "~2.3.1",
|
||||
"fs-extra": "~0.8.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user