mirror of
https://github.com/denoland/deno.git
synced 2025-09-29 05:34:49 +00:00
Glob integration for the FS walker (denoland/deno_std#219)
Original: 0c3ba838fa
This commit is contained in:
parent
2db147a001
commit
c131b8f3b6
7 changed files with 1406 additions and 3 deletions
2
test.ts
2
test.ts
|
@ -12,6 +12,8 @@ import "./io/writers_test.ts";
|
|||
import "./io/readers_test.ts";
|
||||
import "./fs/path/test.ts";
|
||||
import "./fs/walk_test.ts";
|
||||
import "./fs/globrex_test.ts";
|
||||
import "./fs/glob_test.ts";
|
||||
import "./io/test.ts";
|
||||
import "./http/server_test.ts";
|
||||
import "./http/file_server_test.ts";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue