deno/tests/specs/compile/exclude/compile.out
David Sherret 3071aa2759
feat(compile): ability to exclude embedded files (#28805)
For now, just simple path excluding (no glob support).

```
> deno compile --include folder --exclude folder/sub_folder main.ts
```
2025-04-15 19:10:37 +00:00

11 lines
186 B
Text

[WILDCARD]
Embedded Files
[WILDLINE]
├─┬ folder ([WILDLINE])
│ ├── b.txt ([WILDLINE])
│ └── sub_folder2/* ([WILDLINE])
└── main.ts ([WILDLINE])
[WILDCARD]