You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/compiler/types.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ namespace ts {
11
11
/** It's allowed to get/set into a map with numbers. However, when iterating, you may get strings back due to the shim being an ordinary object (which only allows string keys). */
12
12
exporttypeMapKey=string|number;
13
13
14
-
/** Minimal ES6 Map interface. */
14
+
/** Minimal ES6 Map interface. Does not include iterators as those are hard to shim performantly. */
0 commit comments