Skip to content

Commit 61e14f3

Browse files
committed
Remove unused diagnostic message (17004).
Removed "Cannot use JSX unless the '--jsx' flag is provided." message.
1 parent 96c8a8e commit 61e14f3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/compiler/diagnosticMessages.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4189,10 +4189,6 @@
41894189
"category": "Error",
41904190
"code": 17003
41914191
},
4192-
"Cannot use JSX unless the '--jsx' flag is provided.": {
4193-
"category": "Error",
4194-
"code": 17004
4195-
},
41964192
"A constructor cannot contain a 'super' call when its class extends 'null'.": {
41974193
"category": "Error",
41984194
"code": 17005

0 commit comments

Comments
 (0)