TypeScript/tests/cases/conformance/moduleResolution
Matt McCutchen d054621477 "Could not find a declaration file for module" error needs to use the
unmangled package name where appropriate.

Add a test case for an untyped sub-module of a scoped package with
typings.  The other diagnostic message is covered by existing tests; I
guess no one looked at the baselines closely enough.

Fixes #23999.
2018-08-01 14:13:38 -04:00
..
packageJsonMain.ts Allow package.json "main" to specify a directory 2017-01-25 07:31:24 -08:00
packageJsonMain_isNonRecursive.ts Allow package.json "main" to specify a directory 2017-01-25 07:31:24 -08:00
scopedPackages.ts Support @types module resolution from scoped packages 2017-04-06 08:05:30 -07:00
scopedPackagesClassic.ts Support @types module resolution from scoped packages 2017-04-06 08:05:30 -07:00
untypedModuleImport.ts Allow untyped imports 2016-10-27 08:54:19 -07:00
untypedModuleImport_allowJs.ts Allow untyped imports 2016-10-27 08:54:19 -07:00
untypedModuleImport_noImplicitAny.ts Use packageId for suggestion to install @types/packageName (#21241) 2018-01-17 14:22:58 -08:00
untypedModuleImport_noImplicitAny_relativePath.ts Use packageId for suggestion to install @types/packageName (#21241) 2018-01-17 14:22:58 -08:00
untypedModuleImport_noImplicitAny_scoped.ts Improve error message for untyped import of scoped package (#22189) 2018-02-26 10:38:54 -08:00
untypedModuleImport_noImplicitAny_typesForPackageExist.ts "Could not find a declaration file for module" error needs to use the 2018-08-01 14:13:38 -04:00
untypedModuleImport_vsAmbient.ts Allow untyped imports 2016-10-27 08:54:19 -07:00
untypedModuleImport_withAugmentation.ts Forbid augmentation of untyped module (#11962) 2016-10-31 15:04:22 -07:00