Files
TypeScript/tests
Andrew BranchandNathan Shively-Sanders 9b6625895b Add missed resolveSymbol in commonjs import resolution (#41479) (#41691)
Fixes resolution of export aliases in the postfix-property-access case
of commonjs require:

```js
const { x } = require('./foo').nested
x
```

This program would previously fail if `x` was an export alias.

Fixes #41422

Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
2020-12-02 14:54:10 -08:00
..