mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-24 14:14:32 -06:00
* fix services' type's isLiteral * update literal completions tests * initial prototype * use symbol to expression. TODO: filter existing, replace import nodes * WIP * WIP * remove booleans from literals * trigger at case keyword positions * clean up tests * fix element access expression case * refactor dealing with existing values into a tracker * fix merge errors * cleanup and more tests * fix lint errors * more merge conflict fixes and cleanup * use appropriate quotes * small indentation fix * refactor case clause tracker * experiment: support tabstops after each case clause * address small CR comments * fix completion entry details; add test case * fix lint errors * remove space before tab stops; refactor