mirror of
https://github.com/github/semantic.git
synced 2024-12-19 12:51:52 +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
|