fix(compile): support workspace members importing other members (#24909)

This commit is contained in:
David Sherret 2024-08-07 09:43:05 +02:00 committed by GitHub
parent 4fa8869f24
commit 04473c04ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 171 additions and 52 deletions

View file

@ -1518,6 +1518,7 @@ impl ConfigData {
WorkspaceResolver::new_raw(
scope.clone(),
None,
member_dir.workspace.resolver_jsr_pkgs().collect(),
member_dir.workspace.package_jsons().cloned().collect(),
pkg_json_dep_resolution,
)