diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-02-27 13:30:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-27 18:30:21 +0000 |
commit | e9fe71acb53c8856754ef892c463253cb96087ce (patch) | |
tree | dedffed4cbee198a064bd3ff81058f951bf0b401 /tests/testdata | |
parent | 8d5c2313495014a6af842e21da802e01e11b8e08 (diff) |
fix(unstable): sloppy imports should resolve .d.ts files during types resolution (#22602)
Diffstat (limited to 'tests/testdata')
-rw-r--r-- | tests/testdata/publish/sloppy_imports.out | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/testdata/publish/sloppy_imports.out b/tests/testdata/publish/sloppy_imports.out index a3af86575..342eccdc3 100644 --- a/tests/testdata/publish/sloppy_imports.out +++ b/tests/testdata/publish/sloppy_imports.out @@ -1,7 +1,5 @@ Warning Sloppy module resolution (hint: specify path to index.ts file in directory instead) at file:///[WILDCARD]/publish/sloppy_imports/mod.ts:1:20 -Warning Sloppy module resolution (hint: specify path to index.ts file in directory instead) - at file:///[WILDCARD]/publish/sloppy_imports/mod.ts:1:20 Check file:///[WILDCARD]/publish/sloppy_imports/mod.ts Checking for slow types in the public API... Check file:///[WILDCARD]/publish/sloppy_imports/mod.ts |