generate package
Classes
| Class | Description |
|---|---|
| GenerateError | |
| ResolveError |
Enumerations
| Enumeration | Description |
|---|---|
| PrintFormat |
Functions
| Function | Description |
|---|---|
| generate(options) | Finds components with glob patterns in the specified path and returns exported values from each components. |
| print(result, { format, writer }) | Prints result to a Writer. |
| resolve(value, options) | Flattens the input value and validate each values. |
Interfaces
| Interface | Description |
|---|---|
| ComponentInfo | |
| GenerateErrorOptions | |
| GenerateOptions | |
| Manifest | |
| PrintOptions | |
| ResolveErrorOptions | |
| ResolveOptions | |
| Result | |
| Writer |