mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
e212e1fc35
We were calling `expand_glob` on our excludes, which is very expensive and unnecessary because we can pattern match while traversing instead. 1. Doesn't expand "exclude" globs. Instead pattern matches while walking the directory. 2. Splits up the "include" into base paths and applicable file patterns. This causes less pattern matching to occur because we're only pattern matching on patterns that might match and not ones in completely unrelated directories. |
||
---|---|---|
.. | ||
bench | ||
coverage | ||
init | ||
jupyter | ||
registry | ||
repl | ||
run | ||
test | ||
vendor | ||
bundle.rs | ||
check.rs | ||
compile.rs | ||
doc.rs | ||
fmt.rs | ||
info.rs | ||
installer.rs | ||
lint.rs | ||
mod.rs | ||
task.rs | ||
upgrade.rs |