return AssetLocationUtility.getAllDependentAssetLocations(assetLocation);
}
private TrieBasedDependenciesCalculator getPreExportDefineTimeDependencyCalculator() {
if (trieBasedPreExportDefineTimeDependenciesCalculator == null) {
trieBasedPreExportDefineTimeDependenciesCalculator = new TrieBasedDependenciesCalculator(this, new NamespacedJsPreExportDefineTimeDependenciesReader.Factory(this), assetFile, patch.getPatchFile());
}
return trieBasedPreExportDefineTimeDependenciesCalculator;
}