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 18, 2023
1 parent babe503 commit bb42a62
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 @@ -14,7 +14,7 @@ use turbopack_binding::{
},
parse::RequestVc,
pattern::Pattern,
resolve, AliasPattern, ExportsValue, ResolveAliasMapVc,
resolve, AliasPattern, ResolveAliasMapVc, SubpathValue,
},
},
node::execution_context::ExecutionContextVc,
Expand Down Expand Up @@ -552,7 +552,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 bb42a62

Please sign in to comment.