tonygiang
Results
12
comments of
tonygiang
+1 If I turn on `resolveJsonModule` and put a `MatchmakingConfig.ts` and a `MatchmakingConfig.json` in the same path, a nasty unexpected behavior awaits: ``` // this results in MatchmakingConfig.json being imported,...
+1 First thing I'd do if this was a feature is: ``` using SortedAction = SortedList; public static class Extensions { public static void Invoke(this SortedList source, T1 arg1, T2...