@@ -206,6 +206,7 @@ const Translation_Table translation_data = {
206206 {0 , 0 , 0 , 67 , 0 , 53 }, //
207207 {0 , 0 , 0 , 0 , 0 , 37 }, //
208208 {0 , 0 , 0 , 0 , 0 , 43 }, //
209+ {0 , 0 , 0 , 0 , 0 , 62 }, //
209210 {0 , 0 , 0 , 50 , 0 , 47 }, //
210211 {72 , 31 , 71 , 68 , 56 , 61 }, //
211212 {34 , 30 , 0 , 46 , 0 , 40 }, //
@@ -259,7 +260,8 @@ const Translation_Table translation_data = {
259260 {33 , 27 , 36 , 45 , 0 , 35 }, //
260261 {39 , 42 , 0 , 49 , 0 , 41 }, //
261262 {24 , 24 , 0 , 24 , 0 , 24 }, //
262- {22 , 22 , 42 , 22 , 40 , 22 }, //
263+ {0 , 0 , 0 , 0 , 0 , 22 }, //
264+ {22 , 22 , 42 , 22 , 40 , 40 }, //
263265 {32 , 30 , 35 , 26 , 30 , 29 }, //
264266 {0 , 0 , 0 , 27 , 0 , 32 }, //
265267 {35 , 45 , 38 , 53 , 33 , 46 }, //
@@ -1998,6 +2000,7 @@ const Translation_Table translation_data = {
19982000 u8" cannot update variable with '{0}' while declaring it\0 "
19992001 u8" cannot use '...' on 'this' parameter\0 "
20002002 u8" cannot use 'declare' keyword with 'import'\0 "
2003+ u8" cannot use multiple `export default` statements in one module\0 "
20012004 u8" cannot use type directly in its own definition\0 "
20022005 u8" catch variable can only be typed as '*', 'any', or 'unknown'\0 "
20032006 u8" character is not allowed in identifiers\0 "
@@ -2052,6 +2055,7 @@ const Translation_Table translation_data = {
20522055 u8" expected variable name for 'import'-'as'\0 "
20532056 u8" expected {1:headlinese}\0 "
20542057 u8" expected {1:singular}\0 "
2058+ u8" export default previously appeared here\0 "
20552059 u8" exporting requires 'default'\0 "
20562060 u8" exporting requires '{{' and '}'\0 "
20572061 u8" extra ',' is not allowed between enum members\0 "
0 commit comments