diff options
| author | Yazan AbdAl-Rahman <yazan.abdalrahman@exalt.ps> | 2024-08-20 21:38:06 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-20 18:38:06 +0000 |
| commit | a7c8bb1596411f91e20ddd5cd54c9dbd055d1059 (patch) | |
| tree | 408ed9e2935b4749820c30314087e801b0c280c4 /tests/specs/cache/globbing/main.ts | |
| parent | 1f47248143b2298d38dbada5b431570c067ed663 (diff) | |
feat: glob and directory support for `deno check` and `deno cache` cli arg paths (#25001)
Closes #24668
Closes #20813
---------
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to 'tests/specs/cache/globbing/main.ts')
| -rw-r--r-- | tests/specs/cache/globbing/main.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/specs/cache/globbing/main.ts b/tests/specs/cache/globbing/main.ts new file mode 100644 index 000000000..fe4964118 --- /dev/null +++ b/tests/specs/cache/globbing/main.ts @@ -0,0 +1 @@ +import "http://localhost:4545/echo.ts"; |
