mirror of
https://github.com/apple/pkl.git
synced 2026-05-25 16:19:20 +02:00
Improve handling of evaling dependency notation URIs (#1595)
This commit is contained in:
@@ -159,7 +159,7 @@ class CliDocGenerator(
|
||||
val regularModuleUris = mutableListOf<URI>()
|
||||
val pklProjectPaths = mutableSetOf<Path>()
|
||||
val packageUris = mutableListOf<PackageUri>()
|
||||
for (moduleUri in resolvedSourceModules) {
|
||||
for (moduleUri in options.base.normalizedSourceModules) {
|
||||
if (moduleUri.scheme == "file") {
|
||||
val dir = moduleUri.toPath().parent
|
||||
val projectFile = dir.getProjectFile(options.base.normalizedRootDir)
|
||||
|
||||
Reference in New Issue
Block a user