Skip to content

Commit 3988606

Browse files
authored
chore: update for 2.7.3 (#2956)
1 parent 088163a commit 3988606

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

replacements.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"CLI_VERSION": "2.7.2"
2+
"CLI_VERSION": "2.7.3"
33
}

runtime/reference/cli/_commands_reference.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8171,6 +8171,11 @@
81718171
"description": "Enable Node.js compatibility mode - extensionless imports, built-in\nNode.js modules, CommonJS detection and more.",
81728172
"example": null
81738173
},
8174+
{
8175+
"name": "DENO_COVERAGE_DIR",
8176+
"description": "Set the directory for collecting code coverage profiles.\nEquivalent to using the --coverage flag.",
8177+
"example": null
8178+
},
81748179
{
81758180
"name": "DENO_DIR",
81768181
"description": "Set the cache directory",

0 commit comments

Comments
 (0)