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
/
tests
/
integration
/
jsr_tests.rs
Age
Commit message (
Expand
)
Author
2024-10-01
BREAKING: rename "deps" remote cache folder to "remote" (#25969)
David Sherret
2024-08-28
feat: improve lockfile v4 to store normalized version constraints and be more...
David Sherret
2024-08-26
perf(cache): single cache file for remote modules (#24983)
David Sherret
2024-08-26
feat: lockfile v4 by default (#25165)
David Sherret
2024-08-20
fix: adjust suggestion for lockfile regeneration (#25107)
Bartek Iwańczuk
2024-08-19
feat(FUTURE): terse lockfile (v4) (#25059)
David Sherret
2024-05-29
fix: bump cache sqlite dbs to v2 for WAL journal mode change (#24030)
David Sherret
2024-05-28
feat(vendor): support modifying remote files in vendor folder without checksu...
David Sherret
2024-04-29
chore: add tests for moduleGraph2 (#23603)
David Sherret
2024-03-15
chore: move more tests away from itest (#22909)
David Sherret
2024-02-29
test(jsr): add tests for jsx files with and without pragmas (#22634)
Bartek Iwańczuk
2024-02-28
fix(jsr): do not allow importing a non-JSR url via unanalyzable dynamic impor...
David Sherret
2024-02-20
perf(jsr): fast check cache and lazy fast check graph (#22485)
David Sherret
2024-02-15
feat(unstable): single checksum per JSR package in the lockfile (#22421)
David Sherret
2024-02-12
chore: continue tests/ re-org (#22396)
Matt Mastracci
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci