From 7ed90a20d04982ae15a52ae2378cbffd4b6839df Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 5 Jun 2024 11:04:16 -0400 Subject: fix: better handling of npm resolution occurring on workers (#24094) Closes https://github.com/denoland/deno/issues/24063 --- tests/testdata/doc/referenced_private_types_lint.out | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/testdata/doc') 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 -- cgit v1.2.3