mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-17 21:09:09 -05:00
Deprecate UnderscoreEscapedMap and remove internal uses (#53032)
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user