TypeScript/tests/cases/conformance/moduleResolution
2019-05-23 17:19:32 -07: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
typesVersions.ambientModules.ts Use semver ranges 2018-08-28 17:24:02 -07:00
typesVersions.emptyTypes.ts Fix handling of empty 'types', 'typings', etc. fields in package.json (#31539) 2019-05-23 17:19:32 -07:00
typesVersions.justIndex.ts Support loading "index.d.ts" using "typesVersions" without "types", "typings", or "main" (#27514) 2018-10-03 11:44:16 -07:00
typesVersions.multiFile.ts Use semver ranges 2018-08-28 17:24:02 -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