Nesting bug with functions
- Dominant language
- JavaScript
- Stars
- 598
- Forks
- 371
- PR merge metrics
- No merged PRs in 30d
Description
```
@typedef {Object} steal-tools.exporter.output ExporterOutput
@inherits steal-tools.pluginify.options
@parent steal-tools.types
Specifies the behavior for an output in [steal-tools.grunt.pluginify]. These properties are in
addition to [steal-tools.pluginify.options].
@option {Array} [modules] Builds all the modules in `modules` together
with their dependencies.
@option {Array|Boolean} [eachModule] Builds each module in the list
with its dependendencies individually.
@option {Array} [graphs] Builds each item in the graph on its own. Each dependency is
built individually.
@option {function(String, moduleData, Load, System):String} dest Specifies where the
output should be written. Dest can be provided as a string or a function that returns the
location.
@param {String} moduleName a
```
@param isn't working
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.