SonarJS linter helper functions
Preparing search index...
getLhsVariable
Function getLhsVariable
getLhsVariable
(
context
:
RuleContext
,
node
:
Node
)
:
undefined
|
Variable
for
x = 42
or
let x = 42
when visiting '42' returns 'x' variable
Parameters
context
:
RuleContext
node
:
Node
Returns
undefined
|
Variable
Settings
Theme
OS
Light
Dark
ESlint dev guide
SonarJS linter helper functions
Loading...
for
x = 42
orlet x = 42
when visiting '42' returns 'x' variable