summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/info
AgeCommit message (Collapse)Author
2023-07-25fix: deno info should respect import map (#19781)Vedant Pandey
Closes #19742
2023-02-22refactor: use deno_graph for npm specifiers (#17858)David Sherret
This changes npm specifiers to be handled by deno_graph and resolved to an npm package name and version when the specifier is encountered. It also slightly changes how npm specifier resolution occurs—previously it would collect all the npm specifiers and resolve them all at once, but now it resolves them on the fly as they are encountered in the module graph. https://github.com/denoland/deno_graph/pull/232 --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2022-10-31feat(unstable/npm): `deno info --json` support for npm specifiers (#16472)David Sherret
2022-10-28feat: support npm specifiers in `deno info` for display text output only ↵David Sherret
(#16470)
2022-09-19refactor: move out test files from root testdata directory into sub ↵David Sherret
directories (#15949)
2022-06-13fix(cli): add config flag to `deno info` (#14706)Mark Ladyshau
2021-08-11chore: move test files to testdata directory (#11601)David Sherret