SonarJS linter helper functions
Preparing search index...
isIndexNotation
Function isIndexNotation
isIndexNotation
(
node
:
Node
,
)
:
node
is
MemberExpression
&
{
property
:
StringLiteral
}
Checks if the node is of the form: foo["bar"]
Parameters
node
:
Node
Returns
node
is
MemberExpression
&
{
property
:
StringLiteral
}
Settings
Theme
OS
Light
Dark
ESlint dev guide
SonarJS linter helper functions
Loading...
Checks if the node is of the form: foo["bar"]