parse-js 0.23.0

JavaScript parsing library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "$t": "ForOfStmt",
  "body": {
    "$t": "BlockStmt",
    "body": []
  },
  "await_": true,
  "pat": {
    "$t": "IdentifierPattern",
    "name": "s"
  },
  "decl_mode": "Const",
  "rhs": {
    "$t": "IdentifierExpr",
    "name": "expr"
  }
}