1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-27 16:10:57 -05:00
denoland-deno/cli/tests/testdata/doc
David Sherret e212e1fc35
perf: skip expanding exclude globs (#21817)
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.
2024-01-08 17:18:42 +00:00
..
module
060_deno_doc_displays_all_overloads_in_details_view.ts refactor: move out test files from root testdata directory into sub directories (#15949) 2022-09-19 10:32:21 -04:00
060_deno_doc_displays_all_overloads_in_details_view.ts.out refactor: update to deno_doc 0.71 (#21023) 2023-10-31 09:19:43 +05:30
deno_doc.ts refactor: move out test files from root testdata directory into sub directories (#15949) 2022-09-19 10:32:21 -04:00
deno_doc2.ts feat(doc): support multiple file entry (#21018) 2023-10-30 23:58:57 +01:00
deno_doc_builtin.out refactor: move out test files from root testdata directory into sub directories (#15949) 2022-09-19 10:32:21 -04:00
import_map.json
invalid_url.out perf: skip expanding exclude globs (#21817) 2024-01-08 17:18:42 +00:00
lint_success.out fix(doc): deno doc --lint mod.ts should output how many files checked (#21084) 2023-11-04 04:43:54 +00:00
lint_success.ts fix(doc): deno doc --lint mod.ts should output how many files checked (#21084) 2023-11-04 04:43:54 +00:00
lint_success_html.out feat(compile): support discovering modules for more dynamic arguments (#21381) 2023-12-01 20:12:10 +00:00
lint_success_json.out fix(doc): deno doc --lint mod.ts should output how many files checked (#21084) 2023-11-04 04:43:54 +00:00
referenced_private_types.out refactor: update to deno_doc 0.71 (#21023) 2023-10-31 09:19:43 +05:30
referenced_private_types.ts feat(doc): display non-exported types referenced in exported types (#20990) 2023-10-26 21:27:50 -04:00
referenced_private_types_fixed.out fix(doc): deno doc --lint mod.ts should output how many files checked (#21084) 2023-11-04 04:43:54 +00:00
referenced_private_types_fixed.ts feat: deno doc --lint (#21032) 2023-10-31 18:19:42 -04:00
referenced_private_types_lint.out fix: improve deno doc --lint error messages (#21156) 2023-11-10 18:40:39 +00:00
types_header.out refactor: update to deno_doc 0.71 (#21023) 2023-10-31 09:19:43 +05:30
types_header.ts
types_hint.out refactor: update to deno_doc 0.71 (#21023) 2023-10-31 09:19:43 +05:30
types_hint.ts
types_ref.js
types_ref.out refactor: update to deno_doc 0.71 (#21023) 2023-10-31 09:19:43 +05:30
use_import_map.js
use_import_map.out feat(doc): improve non-exported diagnostic (#21033) 2023-11-01 13:54:44 +01:00