Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion replacements.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"CLI_VERSION": "2.7.2"
"CLI_VERSION": "2.7.3"
}
5 changes: 5 additions & 0 deletions runtime/reference/cli/_commands_reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -8171,6 +8171,11 @@
"description": "Enable Node.js compatibility mode - extensionless imports, built-in\nNode.js modules, CommonJS detection and more.",
"example": null
},
{
"name": "DENO_COVERAGE_DIR",
"description": "Set the directory for collecting code coverage profiles.\nEquivalent to using the --coverage flag.",
"example": null
},
{
"name": "DENO_DIR",
"description": "Set the cache directory",
Expand Down