0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-02 20:55:35 -05:00
denoland-deno/cli/tests/testdata/doc
Bartek Iwańczuk 48c5c3a3fb
feat(doc): support multiple file entry (#21018)
This commit adds support for multiple entry points to `deno doc`.

Unfortunately to achieve that, I had to change the semantics of the
command to explicitly require `--filter` parameter for filtering
symbols, instead of treating second free argument as the filter argument.

`deno doc --builtin` is still supported, but cannot be mixed with
actual entrypoints.
2023-10-30 23:58:57 +01:00
..
module chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
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: move out test files from root testdata directory into sub directories (#15949) 2022-09-19 10:32:21 -04:00
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 chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
invalid_url.out chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
referenced_private_types.out feat(doc): display non-exported types referenced in exported types (#20990) 2023-10-26 21:27:50 -04:00
referenced_private_types.ts feat(doc): display non-exported types referenced in exported types (#20990) 2023-10-26 21:27:50 -04:00
types_header.out chore: update deno_doc (#16515) 2022-11-02 18:51:37 +01:00
types_header.ts chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
types_hint.out chore: update deno_doc (#16515) 2022-11-02 18:51:37 +01:00
types_hint.ts chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
types_ref.js chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
types_ref.out chore: update deno_doc (#16515) 2022-11-02 18:51:37 +01:00
use_import_map.js chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
use_import_map.out chore: upgrade crates (#11894) 2021-09-02 17:38:19 +02:00