AssetGraph Module
Types
Type | Description |
Functions and values
Function or value | Description |
Full Usage:
AssetGraph.buildAssets inputDirectory outputDirectory refinementDirectory fullBuild assetGraph
Parameters:
string
outputDirectory : string
refinementDirectory : string
fullBuild : bool
assetGraph : AssetGraph
|
|
Full Usage:
AssetGraph.collectAssets associationOpt assetGraph
Parameters:
string option
assetGraph : AssetGraph
Returns: Asset list
|
|
|
|
Full Usage:
AssetGraph.make filePathOpt packageDescriptors
Parameters:
string option
packageDescriptors : Map<string, PackageDescriptor>
Returns: AssetGraph
|
|
|
|
Full Usage:
AssetGraph.tryCollectAssetsFromPackage associationOpt packageName assetGraph
Parameters:
string option
packageName : string
assetGraph : AssetGraph
Returns: Either<string, Asset list>
|
|