TypeScript/tests/cases/conformance
Anders Hejlsberg 5977233fd1
Reinstate constraint check for template literal types (#43661)
* Add missing constraint check for template literal types

* Add regression test
2021-04-13 12:17:55 -10:00
..
additionalChecks Add support for pedantic property access (#40171) 2020-11-02 15:19:00 -08:00
ambient
async Fix async function block return expr error in js (#37845) 2020-04-08 15:26:56 -07:00
classes Gh 41788 incorrect output for esprivate with nested class in esnext (#42663) 2021-04-07 08:23:16 -07:00
constEnums
controlFlow Improve narrowing of generic types in control flow analysis (#43183) 2021-03-19 17:12:57 -07:00
declarationEmit Reverts #39277 removing bundledPackageName (#41499) 2021-01-08 10:55:34 +00:00
decorators Corrected parsing for decorators on 'this' parameters (#43175) 2021-04-07 11:21:28 -07:00
directives don't emit "unused @ts-expect-error" in unchecked js files (#40046) 2020-08-25 11:04:23 -07:00
dynamicImport Gh 41788 incorrect output for esprivate with nested class in esnext (#42663) 2021-04-07 08:23:16 -07:00
emitter Reset error variable in downlevel for-await-of loop (#38170) 2020-04-24 14:59:41 -07:00
enums Improve error message for computed enums (#37790) 2020-04-15 13:50:33 -04:00
es6 Gh 41788 incorrect output for esprivate with nested class in esnext (#42663) 2021-04-07 08:23:16 -07:00
es7
es2017 lib: remove length field from SharedArrayBuffer (#40858) 2020-10-06 08:27:56 -07:00
es2018
es2019 Add missing MetaProperty stuffs 2021-02-22 19:33:01 -05:00
es2020 Bigint constructor forbids object null undefined (#43204) 2021-03-11 16:51:03 -08:00
es2021/logicalAssignment Add target: ES2021 (#41239) 2021-03-10 13:31:25 -08:00
expressions Gh 41788 incorrect output for esprivate with nested class in esnext (#42663) 2021-04-07 08:23:16 -07:00
externalModules Gh 41788 incorrect output for esprivate with nested class in esnext (#42663) 2021-04-07 08:23:16 -07:00
functions Fix regression in name resolution in parameter (#38351) 2020-05-06 12:04:28 -07:00
generators Report implicit any error for 'yield' result with no contextual type (#41348) 2020-12-18 09:55:33 -08:00
interfaces fix(43215): disallow using never as an interface name (#43217) 2021-03-29 17:22:41 -07:00
internalModules
jsdoc Gh 41788 incorrect output for esprivate with nested class in esnext (#42663) 2021-04-07 08:23:16 -07:00
jsx Adjust scanning of keywordy jsx namespace names, add grammar error for jsx dotted names containing namespace names (#43104) 2021-03-22 10:28:43 -07:00
moduleResolution
override ignore static and declared member if checking override (#43569) 2021-04-09 10:43:33 -07:00
parser Adding Diagnostic message for missing ']' and ')' in Array literal and conditional statements (#40884) 2021-03-30 13:13:57 -07:00
pedantic Fix noUncheckedIndexedAccess with tuple rest types and generic index types (#40681) 2020-10-01 13:56:13 -07:00
references
salsa Use control flow to type CommonJS exports (#42751) 2021-04-06 17:07:35 -07:00
scanner
statements Fix typos in comments (#41307) 2020-11-30 15:02:07 -08:00
Symbols
types Reinstate constraint check for template literal types (#43661) 2021-04-13 12:17:55 -10:00
typings
fixSignatureCaching.ts
inferFromBindingPattern.ts