diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-10-30 23:49:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-31 09:19:43 +0530 |
commit | 092555c611ebab87ad570b4dcb73d54288dccdd9 (patch) | |
tree | 59b8524320c698a969c1493203dd81a23d4276ef /cli/tests | |
parent | 1713df13524ad20c6bd0413bcf4aa57adc3f9735 (diff) |
refactor: update to deno_doc 0.71 (#21023)
Diffstat (limited to 'cli/tests')
6 files changed, 8 insertions, 8 deletions
diff --git a/cli/tests/testdata/doc/060_deno_doc_displays_all_overloads_in_details_view.ts.out b/cli/tests/testdata/doc/060_deno_doc_displays_all_overloads_in_details_view.ts.out index 2cd36931c..28d1cb921 100644 --- a/cli/tests/testdata/doc/060_deno_doc_displays_all_overloads_in_details_view.ts.out +++ b/cli/tests/testdata/doc/060_deno_doc_displays_all_overloads_in_details_view.ts.out @@ -1,8 +1,8 @@ -Defined in [WILDCARD]/060_deno_doc_displays_all_overloads_in_details_view.ts:3:2 +Defined in [WILDCARD]/060_deno_doc_displays_all_overloads_in_details_view.ts:3:3 function test(name: string, fn: Function): void -Defined in [WILDCARD]/060_deno_doc_displays_all_overloads_in_details_view.ts:4:2 +Defined in [WILDCARD]/060_deno_doc_displays_all_overloads_in_details_view.ts:4:3 function test(options: object): void diff --git a/cli/tests/testdata/doc/referenced_private_types.out b/cli/tests/testdata/doc/referenced_private_types.out index 507b91e3a..3c91dbe15 100644 --- a/cli/tests/testdata/doc/referenced_private_types.out +++ b/cli/tests/testdata/doc/referenced_private_types.out @@ -1,10 +1,10 @@ -Defined in file:///[WILDCARD]/doc/referenced_private_types.ts:5:0 +Defined in file:///[WILDCARD]/doc/referenced_private_types.ts:5:1 class MyClass prop: MyInterface -Defined in file:///[WILDCARD]/doc/referenced_private_types.ts:1:0 +Defined in file:///[WILDCARD]/doc/referenced_private_types.ts:1:1 private interface MyInterface diff --git a/cli/tests/testdata/doc/types_header.out b/cli/tests/testdata/doc/types_header.out index b6ad8f0bf..a97b35dd7 100644 --- a/cli/tests/testdata/doc/types_header.out +++ b/cli/tests/testdata/doc/types_header.out @@ -1,6 +1,6 @@ Download http://127.0.0.1:4545/xTypeScriptTypes.js Download http://127.0.0.1:4545/xTypeScriptTypes.d.ts -Defined in http://127.0.0.1:4545/xTypeScriptTypes.d.ts:1:13 +Defined in http://127.0.0.1:4545/xTypeScriptTypes.d.ts:1:14 const foo: "foo" diff --git a/cli/tests/testdata/doc/types_hint.out b/cli/tests/testdata/doc/types_hint.out index 5df430384..bfd5191a1 100644 --- a/cli/tests/testdata/doc/types_hint.out +++ b/cli/tests/testdata/doc/types_hint.out @@ -1,4 +1,4 @@ -Defined in [WILDCARD]/type_definitions/foo.d.ts:2:13 +Defined in [WILDCARD]/type_definitions/foo.d.ts:2:14 const foo: string An exported value. diff --git a/cli/tests/testdata/doc/types_ref.out b/cli/tests/testdata/doc/types_ref.out index 5df430384..bfd5191a1 100644 --- a/cli/tests/testdata/doc/types_ref.out +++ b/cli/tests/testdata/doc/types_ref.out @@ -1,4 +1,4 @@ -Defined in [WILDCARD]/type_definitions/foo.d.ts:2:13 +Defined in [WILDCARD]/type_definitions/foo.d.ts:2:14 const foo: string An exported value. diff --git a/cli/tests/testdata/doc/use_import_map.out b/cli/tests/testdata/doc/use_import_map.out index 82de4dbb0..c27a313f4 100644 --- a/cli/tests/testdata/doc/use_import_map.out +++ b/cli/tests/testdata/doc/use_import_map.out @@ -1,4 +1,4 @@ -Defined in [WILDCARD]/doc/module/fun.js:2:0 +Defined in [WILDCARD]/doc/module/fun.js:2:1 function fun(_a, _b) This is some documentation |