Files
TypeScript/src/compiler
Nathan Shively-Sanders 7635884224 JSDoc type reference understands require with entity name (#34804)
* resolve require with entity name postfix

For example, `require("x").c`. This is the value equivalent of
`import("x").a.b.c`, but the syntax tree is not as nicely designed for
this purpose.

Fixes #34802

* Add bug number to test

* Add optional chain test
2019-10-29 14:56:33 -07:00
..
2019-10-17 11:54:26 -07:00
2019-10-21 14:51:21 -07:00
2019-08-09 07:30:40 +03:00
2019-09-30 15:33:50 -07:00
2019-09-23 06:14:52 -07:00
2019-10-21 16:22:10 -07:00