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: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2586,5 +2586,9 @@
2586
2586
"A type assertion expression is not allowed in the left-hand side of an exponentiation expression. Consider enclosing the expression in parentheses.": {
2587
2587
"category": "Error",
2588
2588
"code": 17007
2589
+
},
2590
+
"JSX element '{0}' has no corresponding closing tag.": {
* @param {boolean} onlyRecordFailures - if true then function won't try to actually load files but instead record all attempts as failures. This flag is necessary
80
+
* in cases when we know upfront that all load attempts will fail (because containing folder does not exists) however we still need to record all failed lookup locations.
* Returns whether an element will successfully validate based on forms validation rules and constraints.
6170
6172
*/
6171
6173
willValidate: boolean;
6174
+
selectedOptions: HTMLCollection;
6172
6175
/**
6173
6176
* Adds an element to the areas, controlRange, or options collection.
6174
6177
* @param element Variant of type Number that specifies the index position in the collection where the element is placed. If no value is given, the method places the element at the end of the collection.
0 commit comments