1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-11 00:21:05 -05:00
denoland-deno/cli/tests
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
..
integration feat(doc): support multiple file entry (#21018) 2023-10-30 23:58:57 +01:00
node_compat fix: implement node:tty (#20892) 2023-10-30 15:53:08 +00:00
testdata feat(doc): support multiple file entry (#21018) 2023-10-30 23:58:57 +01:00
unit feat(ext/websocket): split websocket read/write halves (#20579) 2023-10-30 11:49:19 -06:00
unit_node Revert "chore: update deno_std submodule (#20994)" (#21001) 2023-10-28 01:24:37 +00:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00