We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31c3d44 commit ed914a8Copy full SHA for ed914a8
1 file changed
src/compiler/core.ts
@@ -1627,7 +1627,7 @@ namespace ts {
1627
/**
1628
* Creates a string comparer for use with string collation in the UI.
1629
*/
1630
- const createUIStringComparer = (function () {
+ const createUIStringComparer = (() => {
1631
let defaultComparer: Comparer<string> | undefined;
1632
let enUSComparer: Comparer<string> | undefined;
1633
0 commit comments