TypeScript/tests/cases/conformance/types/typeAliases
Anders Hejlsberg fbce4f6c98
Intrinsic string types (#40580)
* Introduce Uppercase<T> and Lowercase<T> intrinsic types

* Accept new API baselines

* Add Uppercase/Lowercase/Capitalize/Uncapitalize to lib.d.ts

* Update fourslash

* Add an 'intrinsic' keyword

* Update template literal type tests

* Accept new API baselines

* Minor fixes

* Switch Capitalize<T> and Uncapitalize<T> to intrinsic types

* Add tests

* Accept new baselines

* Accept new baselines

* Remove template literal type casing modifiers

* Update tests

* Accept new baselines

* Add more tests

* Normalize nested template literal types

* Add normalization tests

* Accept new baselines

* Update tests
2020-09-21 07:09:29 -10: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
circularTypeAliasForUnionWithInterface.ts
classDoesNotDependOnBaseTypes.ts Update tests and baselines to declare class declaration before use 2017-02-24 17:48:06 -08:00
directDependenceBetweenTypeAliases.ts
genericTypeAliases.ts add strictTuples flag giving tuples known length 2017-08-20 02:54:26 +08:00
interfaceDoesNotDependOnBaseTypes.ts
intrinsicKeyword.ts Intrinsic string types (#40580) 2020-09-21 07:09:29 -10:00
intrinsicTypes.ts Intrinsic string types (#40580) 2020-09-21 07:09:29 -10:00
reservedNamesInAliases.ts add tests for non primitive type 2016-12-22 10:06:42 +08:00
typeAliases.ts
typeAliasesDoNotMerge.ts Fix local and exported type alias merging (#36237) 2020-01-22 13:16:49 -08:00
typeAliasesForObjectTypes.ts