Deprecate UnderscoreEscapedMap and remove internal uses (#53032)

This commit is contained in:
Jake Bailey
2023-02-28 16:55:29 -08:00
committed by GitHub
parent c6b384ce5c
commit ca1cf3dd85
18 changed files with 47 additions and 62 deletions

View File

@@ -25,7 +25,7 @@ import {
textChanges,
} from "./_namespaces/ts";
const errorCodeToFixes = createMultiMap<CodeFixRegistration>();
const errorCodeToFixes = createMultiMap<string, CodeFixRegistration>();
const fixIdToRegistration = new Map<string, CodeFixRegistration>();
/** @internal */