TypeScript/tests/cases/conformance
Nathan Shively-Sanders 55ca5e91b9
Fixes crash on chained property access on require (#40135)
From the user tests:

```js
const x = require('y').z.ka
```

would cause the crash because I forgot to call
getLeftMmostPropertyAccessExpression in one place.

Note that this doesn't fix the alias, it just stops the crash.
2020-08-19 12:59:22 -07:00
..
ambient
async Fix async function block return expr error in js (#37845) 2020-04-08 15:26:56 -07:00
classes Fix 31995: make cached key more precise to avoid returning wrong cached value. (#39670) 2020-07-22 12:26:17 -04:00
constEnums
controlFlow Allow assignments to a narrowable reference to be considered narrowable 2020-07-29 16:37:25 -07:00
declarationEmit Serialize (noncontextual) keyword named namespace members with export declarations in both declaration emitters (#38982) 2020-06-10 14:42:49 -07:00
decorators Emit fallback for decorator metadata for type only imports (#39337) 2020-07-02 11:39:27 -07:00
directives Allowed comment directives to be multiline (#38228) 2020-05-06 13:09:29 -07:00
dynamicImport Fix parenthesization rules for yield (#37849) 2020-04-09 13:17:46 -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 The iteration type of overloaded iterator signatures derives from the intersection of their return types (#39722) 2020-07-30 11:37:04 -07:00
es7
es2017
es2018 add support for Lift Template Literal Restriction (#23801) 2020-02-05 08:59:51 -08:00
es2019
es2020 fix export * as default syntax (#39803) 2020-08-10 16:56:45 -07:00
esnext/logicalAssignment Avoid effect of element access expression (#39174) 2020-06-25 17:38:05 -07:00
expressions Make hasCorrectArity handle tuples properly 2020-06-04 23:46:56 -04:00
externalModules Leverage syntax cursor as part of reparse (#39216) 2020-06-23 17:32:58 -07:00
functions Fix regression in name resolution in parameter (#38351) 2020-05-06 12:04:28 -07:00
generators Add contextual type for generator return type (#39772) 2020-07-27 15:14:47 -07:00
interfaces
internalModules
jsdoc Alias for commonjs require in JS (#39770) 2020-08-17 14:00:37 -07:00
jsx reset soft with master for single commit (#38720) 2020-06-18 00:22:32 -07:00
moduleResolution
parser fix spelling errors (#36523) 2020-01-30 13:39:54 -08:00
references
salsa Fixes crash on chained property access on require (#40135) 2020-08-19 12:59:22 -07:00
scanner
statements Allow e: unknown in catch arguments 2020-06-10 18:24:20 -04:00
Symbols
types Fix tuple name homogeneity check (#40118) 2020-08-19 12:08:17 -07:00
typings
fixSignatureCaching.ts
inferFromBindingPattern.ts Make no inferences from binding patterns with no defaults (#35454) 2019-12-05 07:09:45 -08:00