index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tests
/
testdata
/
coverage
Age
Commit message (
Expand
)
Author
2023-06-08
chore: Use relative paths for assert imports to avoid test flakes (#19427)
Matt Mastracci
2023-06-05
fix: upgrade to deno_ast 0.27 (#19375)
David Sherret
2023-04-27
feat(lint): add `Deno.run` to `no-deprecated-deno-api` (#18869)
Bartek Iwańczuk
2023-04-19
fix(test/coverage): exclude test files (#18748)
Levente Kurusa
2023-03-30
fix(coverage): ignore files from npm registry (#18457)
Geert-Jan Zwiers
2023-02-22
fix(lint): revert no-deprecated-api for Deno.run (#17880)
David Sherret
2023-02-09
refactor: deno_graph 0.43 upgrade (#17692)
David Sherret
2022-11-29
fix(coverage): Error if the emit cache is invalid (#16850)
sigmaSd
2022-11-15
test: don't use remote std for tests (#16631)
Bartek Iwańczuk
2022-10-25
fix: upgrade swc_ecma_parser to 0.122.19 - deno_ast 0.20 (#16406)
David Sherret
2022-09-07
fix: upgrade deno_ast to 0.19 (#15808)
David Sherret
2022-08-12
fix(coverage): ensure coverage is only collected in certain situations (#15467)
David Sherret
2022-07-12
perf: use emit from swc instead of tsc (#15118)
David Sherret
2022-07-11
fix(coverage): better handling of multi-byte characters (#15159)
David Sherret
2022-05-22
fix(coverage): do not report transpiled files with no lines (#14699)
Colin Ihrig
2022-05-17
fix: base64 encoding of source maps with emojis (#14607)
Bartek Iwańczuk
2022-05-04
fix(coverage): exclude .snap files (#14480)
Geert-Jan Zwiers
2022-01-11
fix(coverage): merge coverage ranges (#13334)
Bartek Iwańczuk
2021-12-23
fix(coverage): use only string byte indexes and 0-indexed line numbers (#13190)
David Sherret
2021-10-06
Revert "fix(cli): ensure empty lines don't count towards coverage (#11957)" (...
Bartek Iwańczuk
2021-10-06
fix(cli): ensure empty lines don't count towards coverage (#11957)
Casper Beyer
2021-08-11
chore: move test files to testdata directory (#11601)
David Sherret