💄 Emmet tests

This commit is contained in:
Raymond Zhao
2021-03-30 11:27:51 -07:00
parent 9503e7dce7
commit 9b091c7d22
15 changed files with 173 additions and 177 deletions

View File

@@ -44,3 +44,7 @@ export function removeFileFromParseCache(document: TextDocument) {
const filename = document.uri.toString();
_parseCache.delete(filename);
}
export function clearParseCache() {
_parseCache.clear();
}