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-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
2024-01-27
refactor(cli): decouple resolvers from `module_loader.rs` for standalone use ...
Divy Srivastava
2024-01-04
fix(unstable/byonm): support using an import map with byonm (#21786)
David Sherret
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-08
feat(lsp): provide quick fixes for specifiers that could be resolved sloppily...
David Sherret
2023-12-07
fix: add more warnings when using sloppy imports (#21503)
David Sherret
2023-12-07
feat: add suggestions to module not found error messages for file urls (#21498)
David Sherret
2023-12-07
feat(unstable): ability to resolve specifiers with no extension, specifiers f...
David Sherret
2023-10-26
fix(unstable/byonm): improve error messages (#20987)
David Sherret
2023-10-25
feat(unstable): ability to `npm install` then `deno run main.ts` (#20967)
David Sherret
2023-10-24
fix: improved using declaration support (#20959)
David Sherret
2023-10-20
feat(unstable): allow bare specifier for builtin node module (#20728)
Yoshiya Hinosawa
2023-10-03
refactor(npm): break up `NpmModuleLoader` and move more methods into the mana...
David Sherret
2023-09-30
refactor(npm): create `cli::npm::managed` module (#20740)
David Sherret
2023-09-28
refactor(ext/node): remove dependency on deno_npm and deno_semver (#20718)
David Sherret
2023-09-14
refactor: remove `DENO_UNSTABLE_NPM_SYNC_DOWNLOAD` and custom sync functional...
David Sherret
2023-09-13
refactor: move `deno_core::TaskQueue` to `cli::util::sync` (#20481)
David Sherret
2023-09-07
feat: support import attributes (#20342)
David Sherret
2023-08-21
refactor: upgrade deno_ast 0.28 and deno_semver 0.4 (#20193)
David Sherret
2023-08-17
fix(unstable): disable importing from the vendor directory (#20067)
David Sherret
2023-05-23
feat: top level package.json install when node_modules dir is explicitly opte...
David Sherret
2023-05-10
feat(compile): unstable npm and node specifier support (#19005)
David Sherret
2023-04-14
refactor: break up `ProcState` (#18707)
David Sherret
[next]