File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
turbopack/crates/turbopack-core/src Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,6 @@ impl GenerateSourceMap for Code {
166
166
167
167
let mut sections = Vec :: with_capacity ( self . mappings . len ( ) ) ;
168
168
let mut read = self . code . read ( ) ;
169
- // ast-grep-ignore: to-resolved-in-loop
170
169
for ( byte_pos, map) in & self . mappings {
171
170
let mut want = byte_pos - last_byte_pos;
172
171
while want > 0 {
Original file line number Diff line number Diff line change @@ -2282,7 +2282,6 @@ async fn apply_in_package(
2282
2282
fragment : Vc < RcStr > ,
2283
2283
) -> Result < Option < Vc < ResolveResult > > > {
2284
2284
// Check alias field for module aliases first
2285
- // ast-grep-ignore: to-resolved-in-loop
2286
2285
for in_package in options_value. in_package . iter ( ) {
2287
2286
// resolve_module_request is called when importing a node
2288
2287
// module, not a PackageInternal one, so the imports field
You can’t perform that action at this time.
0 commit comments