Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-05 | BREAKING: remove "emit" and "map" from deno info output (#25468) | David Sherret | |
The map field has been empty for years now and we don't want the emit file to be exposed so it allows us to iterate on making the cache faster. Additionally, it's racy/unreliable to rely on this information. Instead, people should emit the TS files themselves using tools like deno_emit, typescript, esbuild, etc. Closes https://github.com/denoland/deno/issues/17703 | |||
2021-09-14 | chore: update URL for schemas (#12070) | Bartek IwaĆczuk | |
2021-07-22 | fix(cli): info now displays type reference deps (#11478) | Kitson Kelly | |
Fixes #11476 |