From 5f48180dbef57bfb3075c8f845ef9bfdd1275e01 Mon Sep 17 00:00:00 2001 From: fireairforce <1344492820@qq.com> Date: Fri, 26 Dec 2025 14:27:29 +0800 Subject: [PATCH] refactor(pack): clean_separators --- crates/pack-core/src/library/chunking_context.rs | 6 +++--- next.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/pack-core/src/library/chunking_context.rs b/crates/pack-core/src/library/chunking_context.rs index 40616a5152..aef30431f9 100644 --- a/crates/pack-core/src/library/chunking_context.rs +++ b/crates/pack-core/src/library/chunking_context.rs @@ -10,8 +10,8 @@ use turbo_tasks::{ use turbo_tasks_fs::FileSystemPath; use turbo_tasks_hash::{DeterministicHash, Xxh3Hash64Hasher, encode_hex}; use turbopack_browser::chunking_context::{ - clean_separators, match_content_hash_placeholder, match_name_placeholder, - replace_content_hash_placeholder, replace_name_placeholder, + match_content_hash_placeholder, match_name_placeholder, replace_content_hash_placeholder, + replace_name_placeholder, }; use turbopack_core::{ asset::Asset, @@ -24,7 +24,7 @@ use turbopack_core::{ module_id_strategies::{DevModuleIdStrategy, ModuleIdStrategy}, }, environment::Environment, - ident::AssetIdent, + ident::{AssetIdent, clean_separators}, module::Module, module_graph::{ ModuleGraph, diff --git a/next.js b/next.js index e32f4e70fa..319dcec2f7 160000 --- a/next.js +++ b/next.js @@ -1 +1 @@ -Subproject commit e32f4e70fa6f3ea3d7549fc65c29ca772aa9fd09 +Subproject commit 319dcec2f779eb3ad96836b7c69fd1f7fddecae6