TypeScript/tests
Andrew Branch 328e888a9d
Resolve module specifiers for auto imports in completion list (in incomplete chunks) (#44713)
* Enable module specifiers for all auto imports

* Use isIncomplete

* isIncomplete continuation

* Lots of fixes

* Merged/transient symbol fixes, resolve all ambient module specifiers up front, pull as many as we want from cache

* Fix existing tests

* Start testing

* Add more tests

* Set cache attempt limit, update API baseline

* Fix a few tests

* Fix contextToken

* Split getModuleSpecifiers

* Unexport function

* Clean up importFixes

* Clean up completions

* Delete transient symbol assertion - fixing later
2021-06-25 17:26:53 -05:00
..
baselines/reference Resolve module specifiers for auto imports in completion list (in incomplete chunks) (#44713) 2021-06-25 17:26:53 -05:00
cases Resolve module specifiers for auto imports in completion list (in incomplete chunks) (#44713) 2021-06-25 17:26:53 -05:00
lib
projects