TypeScript/tests/cases/conformance/moduleResolution
Andy 0ae42ea3de Allow relative imports of '.js' files when --noImplicitAny is disabled (#18489)
* Allow relative imports of '.js' files when `--noImplicitAny` is disabled

* Update baselines, and don't ignore a diagnostic about missing JSX
2017-09-19 12:42:29 -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
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 Allow untyped imports 2016-10-27 08:54:19 -07: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