mirror of
https://github.com/denoland/deno.git
synced 2025-09-23 02:42:34 +00:00
refactor: rename deno
specifiers to internal
(#17655)
This commit is contained in:
parent
a09296322e
commit
84a96110cd
46 changed files with 95 additions and 84 deletions
|
@ -594,7 +594,7 @@ fn filter_coverages(
|
|||
coverages
|
||||
.into_iter()
|
||||
.filter(|e| {
|
||||
let is_internal = e.url.starts_with("deno:")
|
||||
let is_internal = e.url.starts_with("internal:")
|
||||
|| e.url.ends_with("__anonymous__")
|
||||
|| e.url.ends_with("$deno$test.js")
|
||||
|| e.url.ends_with(".snap");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue