mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
fix: better handling of npm resolution occurring on workers (#24094)
Closes https://github.com/denoland/deno/issues/24063
This commit is contained in:
parent
0544d60012
commit
7ed90a20d0
69 changed files with 902 additions and 539 deletions
|
@ -854,7 +854,7 @@ fn generate_document_lint_diagnostics(
|
|||
match document.maybe_parsed_source() {
|
||||
Some(Ok(parsed_source)) => {
|
||||
if let Ok(references) =
|
||||
analysis::get_lint_references(&parsed_source, lint_rules, lint_config)
|
||||
analysis::get_lint_references(parsed_source, lint_rules, lint_config)
|
||||
{
|
||||
references
|
||||
.into_iter()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue