diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-11-01 08:54:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-01 13:54:44 +0100 |
| commit | f1df22ce0ad495264497a4a1b17b5236225bd64c (patch) | |
| tree | 19cf034a307924183f2a02345cbdb27d30c34b12 /cli/tests/testdata/doc/use_import_map.out | |
| parent | 841f215fd4eb2211e30b09e8d01596777c868050 (diff) | |
feat(doc): improve non-exported diagnostic (#21033)
This will now catch way more scenarios.
Diffstat (limited to 'cli/tests/testdata/doc/use_import_map.out')
| -rw-r--r-- | cli/tests/testdata/doc/use_import_map.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/doc/use_import_map.out b/cli/tests/testdata/doc/use_import_map.out index c27a313f4..9509d5bfe 100644 --- a/cli/tests/testdata/doc/use_import_map.out +++ b/cli/tests/testdata/doc/use_import_map.out @@ -1,5 +1,5 @@ Defined in [WILDCARD]/doc/module/fun.js:2:1 -function fun(_a, _b) +function fun(_a, _b): void This is some documentation |
