aboutsummaryrefslogtreecommitdiffstats
path: root/queries/ecma/folds.scm
blob: 50f235a5d0f034f15f00d8bcf60d0378f7ba199a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
  (for_in_statement)
  (for_statement)
  (while_statement)
  (arrow_function)
  (function)
  (function_declaration)
  (class_declaration)
  (method_definition)
  (do_statement)
  (with_statement)
  (switch_statement)
  (switch_case)
  (switch_default)
  (import_statement)
  (if_statement)
  (try_statement)
  (catch_clause)
  (object)
  (generator_function)
  (generator_function_declaration)
] @fold