mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 11:35:42 -06:00
* fix: #41259 * fix: #41259 * fix: fourslash * fix: remove nested if * fix: change tc result for #41259 * fix: less restrictive shorthand completion rules * fix: use typeMembers to find out whether properties are empty * fix: typo * fix: lint * fix: exclude Object in completion * fix: test * fix: testcase tidy up * fix: apply completions for unclosed literal and missing comma * fix: ignore auto-imports * fix: use exact to ensure the order of completions * fix: use exact to ensure the order of completions * fix: add new lines so it can easy to be distinguished