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/diagnosticMessages.json
+1-9Lines changed: 1 addition & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -2181,10 +2181,6 @@
2181
2181
"category": "Message",
2182
2182
"code": 6038
2183
2183
},
2184
-
"EXTENSION[S]": {
2185
-
"category": "Message",
2186
-
"code": 6039
2187
-
},
2188
2184
"Compilation complete. Watching for file changes.": {
2189
2185
"category": "Message",
2190
2186
"code": 6042
@@ -2269,10 +2265,6 @@
2269
2265
"category": "Error",
2270
2266
"code": 6063
2271
2267
},
2272
-
"Argument for '--jsExtensions' option must be either extension or comma separated list of extensions.": {
2273
-
"category": "Error",
2274
-
"code": 6064
2275
-
},
2276
2268
2277
2269
"Specify JSX code generation: 'preserve' or 'react'": {
2278
2270
"category": "Message",
@@ -2310,7 +2302,7 @@
2310
2302
"category": "Message",
2311
2303
"code": 6072
2312
2304
},
2313
-
"Specifies extensions to treat as javascript file. To specify multiple extensions, either use this option multiple times or provide comma separated list.": {
0 commit comments