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
/
tools
/
registry
/
unfurl.rs
Age
Commit message (
Expand
)
Author
2024-09-28
refactor: extract out sloppy imports resolution from CLI crate (#25920)
David Sherret
2024-08-24
refactor(lsp): changes for lsp_types 0.97.0 (#25169)
Nayeem Rahman
2024-08-20
feat(unstable): ability to use a local copy of jsr packages (#25068)
David Sherret
2024-08-07
fix(compile): support workspace members importing other members (#24909)
David Sherret
2024-07-25
fix(unstable): move sloppy-import warnings to lint rule (#24710)
David Sherret
2024-07-23
refactor: update to use deno_package_json (#24688)
David Sherret
2024-07-17
fix(workspace): support resolving bare specifiers to npm pkgs within a worksp...
David Sherret
2024-07-05
fix(publish): unfurling should always be done with the package json (#24435)
David Sherret
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
2024-06-26
refactor: move PackageJson to deno_config (#24348)
David Sherret
2024-06-05
fix: better handling of npm resolution occurring on workers (#24094)
David Sherret
2024-04-11
fix: upgrade deno_ast related crates (#23187)
David Sherret
2024-03-07
fix(tools/publish): correctly handle importing from self in unfurling (#22774)
Luca Casonato
2024-03-05
refactor: move deno json functionality to args module (#22710)
David Sherret
2024-02-29
fix(publish): reduce warnings about dynamic imports (#22636)
David Sherret
2024-02-27
fix(unstable): sloppy imports should resolve .d.ts files during types resolut...
David Sherret
2024-02-27
feat(publish): support sloppy imports and bare node built-ins (#22588)
Luca Casonato