diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-07-24 12:23:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-24 12:23:16 -0700 |
| commit | b305ba3e1c155a33139ec0d764f547ffde4d4de4 (patch) | |
| tree | e6c915b8a91a6195d6c681551e6625429f83fab1 /tests | |
| parent | fcd9bbe8eeec7d418b47544b6699e405c4d83826 (diff) | |
perf: update deno_doc (#24700)
Ref https://github.com/denoland/deno_doc/pull/616
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/testdata/doc/lint_success_json.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdata/doc/lint_success_json.out b/tests/testdata/doc/lint_success_json.out index d87654c91..19f04c6a8 100644 --- a/tests/testdata/doc/lint_success_json.out +++ b/tests/testdata/doc/lint_success_json.out @@ -1,6 +1,5 @@ [ { - "kind": "class", "name": "Test", "isDefault": false, "location": { @@ -13,6 +12,7 @@ "jsDoc": { "doc": "My test class." }, + "kind": "class", "classDef": { "isAbstract": false, "constructors": [], |
