diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-06-05 11:04:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-05 17:04:16 +0200 |
commit | 7ed90a20d04982ae15a52ae2378cbffd4b6839df (patch) | |
tree | 3297d6f7227fbf1cf80e17a2a376ef4dfa52e6ad /tests/testdata | |
parent | 0544d60012006b1c7799d8b6eafacec9567901ad (diff) |
fix: better handling of npm resolution occurring on workers (#24094)
Closes https://github.com/denoland/deno/issues/24063
Diffstat (limited to 'tests/testdata')
-rw-r--r-- | tests/testdata/doc/referenced_private_types_lint.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testdata/doc/referenced_private_types_lint.out b/tests/testdata/doc/referenced_private_types_lint.out index 328435cd7..1de3247bf 100644 --- a/tests/testdata/doc/referenced_private_types_lint.out +++ b/tests/testdata/doc/referenced_private_types_lint.out @@ -14,6 +14,7 @@ error[private-type-ref]: public type 'MyClass.prototype.prop' references private | 1 | interface MyInterface { | - this is the referenced type + | info: to ensure documentation is complete all types that are exposed in the public API must be public |