mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 07:16:56 -05:00
update
This commit is contained in:
parent
bda6e023c2
commit
2e74c28aa6
1 changed files with 2 additions and 1 deletions
|
@ -4623,6 +4623,7 @@ fn op_resolve_inner(
|
|||
let state = state.borrow_mut::<State>();
|
||||
let mark = state.performance.mark_with_args("tsc.op.op_resolve", &args);
|
||||
let referrer = state.specifier_map.normalize(&args.base)?;
|
||||
NodeResolutionThreadLocalCache::clear();
|
||||
let specifiers = state
|
||||
.state_snapshot
|
||||
.documents
|
||||
|
@ -4641,8 +4642,8 @@ fn op_resolve_inner(
|
|||
})
|
||||
})
|
||||
.collect();
|
||||
state.performance.measure(mark);
|
||||
NodeResolutionThreadLocalCache::clear();
|
||||
state.performance.measure(mark);
|
||||
Ok(specifiers)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue