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
In places where we store or return string literals, such as XML/HTML tags, string constants to represents enums, and keys in dom Objects, we should use StringLiteral. And if possible ensure that a `StringLiteral can only be constructed from an actual string literal.
The text was updated successfully, but these errors were encountered:
In places where we store or return string literals, such as XML/HTML tags, string constants to represents enums, and keys in dom Objects, we should use
StringLiteral
. And if possible ensure that a `StringLiteral can only be constructed from an actual string literal.The text was updated successfully, but these errors were encountered: