Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-14 | fix(emit): regression - keep comments in emit (#23815) | David Sherret | |
Closes https://github.com/denoland/deno/discussions/23814 | |||
2024-05-14 | chore: 045_proxy output stdout & stderr on failure (#23810) | David Sherret | |
Part of https://github.com/denoland/deno/issues/23624 | |||
2024-04-29 | fix: handle specifying an import map in an ancestor dir of deno.json (#23602) | David Sherret | |
* https://github.com/denoland/deno_config/pull/51 Closes https://github.com/denoland/deno/issues/21440 | |||
2024-04-29 | chore: migrate bench, publish, and more itests to spec tests (#23584) | David Sherret | |
2024-04-25 | fix: unref stdin read (#23534) | Bartek Iwańczuk | |
Closes https://github.com/denoland/deno_core/issues/648 Co-authored-by: Matt Mastracci <matthew@mastracci.com> | |||
2024-04-23 | fix(cli): Don't panic on invalid emit options (#23463) | Nathan Whitaker | |
Fixes #23456. | |||
2024-04-23 | fix(workspace): provide workspace members as 'imports' in import map (#23492) | Bartek Iwańczuk | |
This commit changes the workspace support to provide all workspace members to be available as imports based on their names and versions. Closes https://github.com/denoland/deno/issues/23343 | |||
2024-04-15 | test: add test for running in V8 jitless mode (#23054) | Bartek Iwańczuk | |
Fixes https://github.com/denoland/deno/issues/22453 This is fixed due to upgrade of deno_core, just adding a test here. | |||
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 | |