mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-11 00:59:24 +01:00
37c3cd1117
* Start moving emmet to strict mode First part of moving the emmet extension to strict mode TypeScript. This change focuses on adding annotations when things can be undefined and removing jsdoc type comments * Fix a few more errors * Fix compile errors * Tiny updates