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
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5121,10 +5121,6 @@
5121
5121
"category": "Error",
5122
5122
"code": 18004
5123
5123
},
5124
-
"Quoted constructors have previously been interpreted as methods, which is incorrect. In TypeScript 3.6, they will be correctly parsed as constructors. In the meantime, consider using 'constructor()' to write a constructor, or '[\"constructor\"]()' to write a method.": {
5125
-
"category": "Error",
5126
-
"code": 18005
5127
-
},
5128
5124
"Classes may not have a field named 'constructor'.": {
0 commit comments