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
/
resolver.rs
Age
Commit message (
Expand
)
Author
2024-11-14
refactor(resolver): move more resolution code into deno_resolver (#26873)
David Sherret
2024-11-13
feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....
David Sherret
2024-11-01
fix: improved support for cjs and cts modules (#26558)
David Sherret
2024-10-14
feat(unstable): `--unstable-detect-cjs` for respecting explicit `"type": "com...
David Sherret
2024-09-30
refactor: move ByonmNpmResolver to deno_resolver (#25937)
David Sherret
2024-09-29
refactor: cleanup for creating worker structs (#25933)
David Sherret
2024-09-28
refactor: extract out sloppy imports resolution from CLI crate (#25920)
David Sherret
2024-09-28
refactor: use deno_path_util (#25918)
David Sherret
2024-09-09
fix(node/byonm): do not accidentally resolve bare node built-ins (#25543)
David Sherret
2024-09-05
feat: Allow importing .cjs files (#25426)
Bartek Iwańczuk
2024-09-04
fix(byonm): resolve npm deps of jsr deps (#25399)
David Sherret
2024-09-03
fix: make some warnings more standard (#25324)
David Sherret
2024-08-30
refactor: remove DENO_FUTURE (#25314)
David Sherret
2024-08-28
fix: replace `npm install` hint with `deno install` hint (#25244)
Bartek Iwańczuk
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
refactor: decouple node resolution from deno_core (#24724)
David Sherret
2024-07-25
fix(unstable): move sloppy-import warnings to lint rule (#24710)
David Sherret
2024-07-24
fix(future): Emit `deno install` warning less often, suggest `deno install` i...
Nathan Whitaker
2024-07-24
fix(node): better detection for when to surface node resolution errors (#24653)
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-16
refactor(node): internally add `.code()` to node resolution errors (#24610)
David Sherret
2024-07-10
fix(check): CJS types importing dual ESM/CJS package should prefer CJS types ...
David Sherret
2024-07-09
refactor: use concrete error types for node resolution (#24470)
David Sherret
2024-07-09
fix(lsp): do sloppy resolution for node-to-node imports in byonm (#24481)
Nayeem Rahman
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
2024-07-02
feat(cli): Add `--frozen` flag to error out if lockfile is out of date (#24355)
Nathan Whitaker
2024-06-26
refactor: move PackageJson to deno_config (#24348)
David Sherret
2024-06-11
fix(npm): resolve dynamic npm imports individually (#24170)
David Sherret
2024-06-08
fix(check): attempt to resolve types from pkg before `@types` pkg (#24152)
David Sherret
2024-06-08
fix(ext/node): lossy UTF-8 read node_modules files (#24140)
Luca Casonato
2024-06-06
refactor: remove `PermissionsContainer` in deno_runtime (#24119)
David Sherret
2024-06-05
fix: better handling of npm resolution occurring on workers (#24094)
David Sherret
2024-05-21
fix(cli): use CliNodeResolver::resolve() for managed node_modules (#23902)
Nayeem Rahman
2024-05-18
perf: analyze cjs exports and emit typescript in parallel (#23856)
David Sherret
2024-05-16
fix(node): seperate worker module cache (#23634)
Divy Srivastava
2024-05-13
refactor(lsp): reuse CliGraphResolverOptions::sloppy_imports_resolver (#23764)
Nayeem Rahman
2024-04-30
feat(cli): add support for jsxImportSourceTypes (#23419)
Luca Casonato
2024-04-19
feat(runtime): Allow embedders to perform additional access checks on file op...
Matt Mastracci
2024-04-17
perf: v8 code cache (#23081)
Igor Zinkovsky
2024-04-15
fix(lsp): improved cjs tracking (#23374)
David Sherret
2024-04-01
perf(node): put pkg json into an `Rc` (#23156)
David Sherret
2024-03-21
feat(node): load ES modules defined as CJS (#22945)
David Sherret
2024-03-08
fix: support sloppy resolution to file where directory exists (#22800)
Luca Casonato
2024-03-07
fix(publish): silence warnings for sloppy imports and node builtins with env ...
Bartek Iwańczuk
2024-03-06
fix(node): improve cjs tracking (#22673)
David Sherret
2024-02-27
fix(unstable): sloppy imports should resolve .d.ts files during types resolut...
David Sherret
2024-02-13
feat: denort binary for `deno compile` (#22205)
Divy Srivastava
[next]