TypeScript/tests/cases/conformance/types/typeAliases
Andrew Branch 1d5749ef78
Fix local and exported type alias merging (#36237)
* Fix local and exported type alias merging

* Add baselines
2020-01-22 13:16:49 -08:00
..
asiPreventsParsingAsTypeAlias01.ts Added tests. 2015-06-02 15:42:24 -07:00
asiPreventsParsingAsTypeAlias02.ts Added tests. 2015-06-02 15:42:24 -07:00
circularTypeAliasForUnionWithClass.ts Adding tests 2015-04-21 11:20:43 -07:00
circularTypeAliasForUnionWithInterface.ts Adding tests 2015-04-21 11:20:43 -07:00
classDoesNotDependOnBaseTypes.ts Update tests and baselines to declare class declaration before use 2017-02-24 17:48:06 -08:00
directDependenceBetweenTypeAliases.ts fixed typo 2014-11-02 16:20:00 -08:00
genericTypeAliases.ts add strictTuples flag giving tuples known length 2017-08-20 02:54:26 +08:00
interfaceDoesNotDependOnBaseTypes.ts Add tests for not depending on base types 2015-04-16 18:15:03 -07:00
reservedNamesInAliases.ts add tests for non primitive type 2016-12-22 10:06:42 +08:00
typeAliases.ts added basic set of tests for type aliases 2014-11-02 13:34:04 -08:00
typeAliasesDoNotMerge.ts Fix local and exported type alias merging (#36237) 2020-01-22 13:16:49 -08:00
typeAliasesForObjectTypes.ts initial version of spec conformance tests for type aliases 2014-11-01 23:54:55 -07:00