File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
turbopack/crates/turbopack-ecmascript/src/references Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2006,9 +2006,9 @@ async fn handle_call<G: Fn(Vec<Effect>) + Send + Sync>(
20062006 errors:: failed_to_analyse:: ecmascript:: PATH_METHOD . to_string ( ) ,
20072007 ) ,
20082008 ) ;
2009- if ignore_dynamic_requests {
2010- return Ok ( ( ) ) ;
2011- }
2009+ // if ignore_dynamic_requests {
2010+ return Ok ( ( ) ) ;
2011+ // }
20122012 }
20132013 analysis. add_reference (
20142014 FileSourceReference :: new ( * source, Pattern :: new ( pat) )
@@ -2044,9 +2044,9 @@ async fn handle_call<G: Fn(Vec<Effect>) + Send + Sync>(
20442044 errors:: failed_to_analyse:: ecmascript:: PATH_METHOD . to_string ( ) ,
20452045 ) ,
20462046 ) ;
2047- if ignore_dynamic_requests {
2048- return Ok ( ( ) ) ;
2049- }
2047+ // if ignore_dynamic_requests {
2048+ return Ok ( ( ) ) ;
2049+ // }
20502050 }
20512051 analysis. add_reference (
20522052 DirAssetReference :: new ( * source, Pattern :: new ( pat) )
You can’t perform that action at this time.
0 commit comments