Rename generate-symbols.js to generate-info.js
This task generates build related metadata for the library based on doc annotations. Since it is about more than writing out exportable symbols, it makes sense to have a more general name.
This commit is contained in:
+2
-2
@@ -66,9 +66,9 @@ To generate a build named `ol.min.js` with the `build.json`, you would run this:
|
||||
Called internally to generate a `build/exports.js` file optionally with a limited set of exports.
|
||||
|
||||
|
||||
## `generate-symbols.js`
|
||||
## `generate-info.js`
|
||||
|
||||
Called internally to parse the library for API annotations and write out a `build/symbols.json` file.
|
||||
Called internally to parse the library for annotations and write out a `build/info.json` file.
|
||||
|
||||
|
||||
## `parse-examples.js`
|
||||
|
||||
Reference in New Issue
Block a user