TypeScript/tests/cases/conformance
2021-10-01 09:18:44 -07:00
..
additionalChecks Add support for pedantic property access (#40171) 2020-11-02 15:19:00 -08:00
ambient
async Improve parsing in await and yield context (#44680) 2021-06-21 17:30:55 -07:00
classes feat(36080): forbid to use JSDoc visibility modifiers in private fields (#46056) 2021-09-30 09:48:56 -07:00
constEnums
controlFlow fix(45919): allow using JSDoc types for arrow function with type predicate (#45952) 2021-09-30 10:50:25 -07:00
declarationEmit Reverts #39277 removing bundledPackageName (#41499) 2021-01-08 10:55:34 +00:00
decorators Fix decorator metadata references to type-only-imported namespaces (#44915) 2021-08-02 14:18:15 -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 Improve __spreadArray perf, and other fixes related to SpreadElement (#44527) 2021-06-11 16:21:55 -07:00
es7
es2017 lib: remove length field from SharedArrayBuffer (#40858) 2020-10-06 08:27:56 -07:00
es2018 Intl 2021 Updates (#45647) 2021-09-08 10:43:01 +01:00
es2019 Add missing MetaProperty stuffs 2021-02-22 19:33:01 -05:00
es2020 Intl 2021 Updates (#45647) 2021-09-08 10:43:01 +01:00
es2021/logicalAssignment Add target: ES2021 (#41239) 2021-03-10 13:31:25 -08:00
expressions Fix const assertions on enums 2021-09-21 12:42:28 -04:00
externalModules Add module: es2022 (#44656) 2021-09-29 17:44:57 -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
importAssertion Import assertion (#40698) 2021-09-20 14:15:22 -07:00
interfaces fix(43215): disallow using never as an interface name (#43217) 2021-03-29 17:22:41 -07:00
internalModules
jsdoc Fix name resolution in typedef and allow defaults for template tags (#45483) 2021-09-08 17:05:07 -07:00
jsx fix(44021): reference jsx pragma when JsxFragment is used (#45894) 2021-09-29 11:31:59 -07:00
moduleResolution Fix incorrect suggestion for package that bundles types (#45507) 2021-08-20 11:12:34 -07:00
node Modify synthetic default generation code for dual-mode module resolution (#46156) 2021-10-01 09:18:44 -07:00
override fix(45345): throw an error on overridden member that is defined in multiple interfaces (#45352) 2021-08-10 11:50:22 -07:00
parser Revert #43460 and #40884 (#44175) 2021-05-19 16:54:07 -07:00
pedantic Fix noUncheckedIndexedAccess with tuple rest types and generic index types (#40681) 2020-10-01 13:56:13 -07:00
references
salsa Issue "Cannot find name did-you-mean" errors as suggestions in plain JS (#44271) 2021-06-15 08:54:08 -07:00
scanner
statements fix(43879): forbid async in the left hand in a for-of statement (#43886) 2021-05-12 06:11:08 -07:00
Symbols
types Fix issues + Support template literal types as discriminants (#46137) 2021-09-29 17:38:43 -07:00
typings
fixSignatureCaching.ts
inferFromBindingPattern.ts