Skip to content

Commit

Permalink
Update renamed SubpathValue
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell committed May 10, 2023
1 parent 71d8064 commit d16c2b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/next-swc/crates/next-core/src/next_import_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use turbo_binding::{
},
parse::RequestVc,
pattern::Pattern,
resolve, AliasPattern, ExportsValue, ResolveAliasMapVc,
resolve, AliasPattern, ResolveAliasMapVc, SubpathValue,
},
},
node::execution_context::ExecutionContextVc,
Expand Down Expand Up @@ -517,7 +517,7 @@ pub async fn insert_alias_option<const N: usize>(
}

fn export_value_to_import_mapping(
value: &ExportsValue,
value: &SubpathValue,
conditions: &BTreeMap<String, ConditionValue>,
project_path: FileSystemPathVc,
) -> Option<ImportMappingVc> {
Expand Down

0 comments on commit d16c2b3

Please sign in to comment.