mirror of
https://github.com/github/semantic.git
synced 2024-12-24 07:25:44 +03:00
14 lines
265 B
Plaintext
14 lines
265 B
Plaintext
|
For statements
|
||
|
For-in statements
|
||
|
while statements
|
||
|
do statements
|
||
|
return statements
|
||
|
let statements Not in ES2016
|
||
|
Verify generator functions map to Function
|
||
|
Throw statements
|
||
|
Try/Catch/Finally statements
|
||
|
Arrays
|
||
|
Objects with method definitions
|
||
|
Classes
|
||
|
Constructor calls
|