summaryrefslogtreecommitdiff
path: root/cli/tests/076_info_json_deps_order.out
AgeCommit message (Collapse)Author
2021-08-11chore: move test files to testdata directory (#11601)David Sherret
2021-08-05refactor(cli/tests): remove unnecessary void return types (#11577)Leo K
2021-07-22fix(cli): info now displays type reference deps (#11478)Kitson Kelly
Fixes #11476
2021-06-03fix(cli): output json with trailing newline character (#10830)Yusuke Tanaka
2021-05-18chore: update deno_lint binary used in CI to v0.5.0 (#10652)Yusuke Tanaka
2021-03-01feat(cli): represent type dependencies in info (#9630)Kitson Kelly
Fixes #7927
2020-11-27fix(cli): make output of deno info --json deterministic (#8483)William Perron
Fixes #8458