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 | |||
2024-09-05 | feat: include version number in all --json based outputs (#25335) | Kamil Ogórek | |
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2024-04-19 | refactor: move redirect handling into deno_graph (#23444) | David Sherret | |
2024-03-15 | chore(specs): use jsonc for metadata file (#22946) | David Sherret | |
Avoids the comment diagnostic that vscode gives. Also, automatically renames .json to .jsonc for the time being. | |||
2024-03-13 | chore: rough first pass on spec tests (#22877) | David Sherret | |