mirror of
https://github.com/denoland/deno.git
synced 2025-10-02 23:24:37 +00:00
fix: support cjs, cts, mjs, and mts for the --ext
flag (#30398)
This commit is contained in:
parent
228574b042
commit
4ade335fc8
23 changed files with 162 additions and 75 deletions
|
@ -586,7 +586,7 @@ fn filter_coverages(
|
|||
|| e.url.starts_with("data:")
|
||||
|| e.url.ends_with("__anonymous__")
|
||||
|| e.url.ends_with("$deno$test.mjs")
|
||||
|| e.url.ends_with("$deno$stdin.mts")
|
||||
|| e.url.contains("/$deno$stdin.")
|
||||
|| e.url.ends_with(".snap")
|
||||
|| is_supported_test_path(Path::new(e.url.as_str()))
|
||||
|| doc_test_re.is_match(e.url.as_str())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue