mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-27 13:42:16 -05:00
* Provide completion for partial expression on closing jsx tags * Add more cases and cover opening tag is parent parent of location * Fix code style indentation * Add some more notes * Guarding null pointer * Guarding null pointer 2 * PR reviews & adjustments 1 * Fix typos * Better namings * Remove failing test-case * PR reviews & adjustments 2 - new approach * More comments * More comments 2 * PR reviews & adjustments 3 * Revert previous test-case file changes * Write explicit completions from ranges * PR reviews & adjustments 4 - adding exact entry * Add another missing test-case * Find jsx closing element by findAncestor * Walk up till find jsx closing element * Add one more test-case * PR reviews & adjustments 4 - Pattern matching to get jsx closing element * Minor change * Linting fixes