TypeScript/tests/cases/conformance/externalModules
2020-10-29 18:42:36 -07:00
..
es6 fix export class declare with name object targeting es5 (#17494) 2018-05-24 18:16:38 +08:00
esnext fix export class declare with name object targeting es5 (#17494) 2018-05-24 18:16:38 +08:00
typeOnly Fix longer type-only property access in non-emitting heritage clauses (#37264) 2020-03-09 12:05:36 -07:00
amdImportAsPrimaryExpression.ts
amdImportNotAsPrimaryExpression.ts
asiPreventsParsingAsAmbientExternalModule01.ts
asiPreventsParsingAsAmbientExternalModule02.ts
circularReference.ts
commonJSImportAsPrimaryExpression.ts
commonJSImportNotAsPrimaryExpression.ts
duplicateExportAssignments.ts
exportAmbientClassNameWithObject.ts fix export class declare with name object targeting es5 (#17494) 2018-05-24 18:16:38 +08:00
exportAssignDottedName.ts
exportAssignImportedIdentifier.ts
exportAssignmentAndDeclaration.ts
exportAssignmentCircularModules.ts
exportAssignmentConstrainedGenericType.ts
exportAssignmentGenericType.ts
exportAssignmentMergedInterface.ts
exportAssignmentMergedModule.ts
exportAssignmentOfExportNamespaceWithDefault.ts Fix double alias of complex export/import/default/namespace combination 2020-10-29 18:42:36 -07:00
exportAssignmentTopLevelClodule.ts
exportAssignmentTopLevelEnumdule.ts
exportAssignmentTopLevelFundule.ts
exportAssignmentTopLevelIdentifier.ts
exportAssignNonIdentifier.ts
exportAssignTypes.ts
exportClassNameWithObjectAMD.ts fix export class declare with name object targeting es5 (#17494) 2018-05-24 18:16:38 +08:00
exportClassNameWithObjectCommonJS.ts fix export class declare with name object targeting es5 (#17494) 2018-05-24 18:16:38 +08:00
exportClassNameWithObjectSystem.ts fix export class declare with name object targeting es5 (#17494) 2018-05-24 18:16:38 +08:00
exportClassNameWithObjectUMD.ts fix export class declare with name object targeting es5 (#17494) 2018-05-24 18:16:38 +08:00
exportDeclaredModule.ts
exportDefaultClassNameWithObject.ts fix export class declare with name object targeting es5 (#17494) 2018-05-24 18:16:38 +08:00
exportNonInitializedVariablesAMD.ts
exportNonInitializedVariablesCommonJS.ts
exportNonInitializedVariablesES6.ts
exportNonInitializedVariablesSystem.ts
exportNonInitializedVariablesUMD.ts
exportNonLocalDeclarations.ts Issue better error for exporting primitive type (#36424) 2020-01-27 08:11:21 -08:00
exportNonVisibleType.ts
globalAugmentationModuleResolution.ts Merge release-2.1 into master (#12157) 2016-11-10 14:28:34 -08:00
importImportOnlyModule.ts
importNonExternalModule.ts
importNonStringLiteral.ts
importsImplicitlyReadonly.ts
importTsBeforeDTs.ts
initializersInDeclarations.ts
invalidSyntaxNamespaceImportWithAMD.ts Add tests 2017-03-29 13:08:21 -07:00
invalidSyntaxNamespaceImportWithCommonjs.ts Add tests 2017-03-29 13:08:21 -07:00
invalidSyntaxNamespaceImportWithSystem.ts Add tests 2017-03-29 13:08:21 -07:00
moduleResolutionWithExtensions.ts [Transforms] Merge master 08/09 (#10263) 2016-08-26 15:51:10 -07:00
moduleScoping.ts
multipleExportDefault1.ts Add tests and baselines 2016-08-09 15:55:26 -07:00
multipleExportDefault2.ts Add tests and baselines 2016-08-09 15:55:26 -07:00
multipleExportDefault3.ts Add tests and baselines 2016-08-09 15:55:26 -07:00
multipleExportDefault4.ts Add tests and baselines 2016-08-09 15:55:26 -07:00
multipleExportDefault5.ts Add tests and baselines 2016-08-09 15:55:26 -07:00
multipleExportDefault6.ts Add tests and baselines 2016-08-09 15:55:26 -07:00
nameDelimitedBySlashes.ts
nameWithFileExtension.ts
nameWithRelativePaths.ts
reexportClassDefinition.ts
relativePathMustResolve.ts
relativePathToDeclarationFile.ts
topLevelAmbientModule.ts
topLevelAwait.1.ts Leverage syntax cursor as part of reparse (#39216) 2020-06-23 17:32:58 -07:00
topLevelAwait.2.ts Reparse top level 'await' in modules (#39084) 2020-06-18 23:43:18 -07:00
topLevelAwait.3.ts Reparse top level 'await' in modules (#39084) 2020-06-18 23:43:18 -07:00
topLevelAwaitErrors.1.ts Reparse top level 'await' in modules (#39084) 2020-06-18 23:43:18 -07:00
topLevelAwaitErrors.2.ts Reparse top level 'await' in modules (#39084) 2020-06-18 23:43:18 -07:00
topLevelAwaitErrors.3.ts Reparse top level 'await' in modules (#39084) 2020-06-18 23:43:18 -07:00
topLevelAwaitErrors.4.ts Reparse top level 'await' in modules (#39084) 2020-06-18 23:43:18 -07:00
topLevelAwaitErrors.5.ts Reparse top level 'await' in modules (#39084) 2020-06-18 23:43:18 -07:00
topLevelAwaitErrors.6.ts Reparse top level 'await' in modules (#39084) 2020-06-18 23:43:18 -07:00
topLevelAwaitErrors.7.ts Reparse top level 'await' in modules (#39084) 2020-06-18 23:43:18 -07:00
topLevelAwaitErrors.8.ts Reparse top level 'await' in modules (#39084) 2020-06-18 23:43:18 -07:00
topLevelAwaitErrors.9.ts Reparse top level 'await' in modules (#39084) 2020-06-18 23:43:18 -07:00
topLevelAwaitErrors.10.ts Reparse top level 'await' in modules (#39084) 2020-06-18 23:43:18 -07:00
topLevelAwaitErrors.11.ts Reparse top level 'await' in modules (#39084) 2020-06-18 23:43:18 -07:00
topLevelAwaitErrors.12.ts Reparse top level 'await' in modules (#39084) 2020-06-18 23:43:18 -07:00
topLevelAwaitNonModule.ts Add top-level await for esnext and system modules (#35813) 2019-12-22 13:24:31 -08:00
topLevelFileModule.ts
topLevelFileModuleMissing.ts
topLevelModuleDeclarationAndFile.ts
typesOnlyExternalModuleStillHasInstance.ts
umd-augmentation-1.ts
umd-augmentation-2.ts
umd-augmentation-3.ts
umd-augmentation-4.ts
umd-errors.ts
umd1.ts
umd2.ts
umd3.ts
umd4.ts
umd5.ts
umd6.ts
umd7.ts
umd8.ts Allow type and NS references to UMD globals from modules 2016-09-14 15:56:43 -07:00
umd9.ts Add test 2019-04-08 09:46:47 -07:00