Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |