1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/cli/tools/coverage
David Sherret f091d1ad69
feat(node): stabilize detecting if CJS via "type": "commonjs" in a package.json (#26439)
This will respect `"type": "commonjs"` in a package.json to determine if
`.js`/`.jsx`/`.ts`/.tsx` files are CJS or ESM. If the file is found to
be ESM it will be loaded as ESM though.
2024-11-13 15:10:09 +00:00
..
merge.rs chore: update to Rust 1.75 (#21731) 2024-01-01 23:22:48 +01:00
mod.rs feat(node): stabilize detecting if CJS via "type": "commonjs" in a package.json (#26439) 2024-11-13 15:10:09 +00:00
range_tree.rs chore: upgrade to rust 1.79 (#24207) 2024-06-14 17:10:57 +05:30
reporter.rs feat(coverage): add breadcrumbs to deno coverage --html report (#24860) 2024-08-14 16:37:19 +09:00
style.css feat(coverage): add html reporter (#21495) 2023-12-08 16:54:52 +09:00
util.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00