parse-js 0.15.0

JavaScript parsing library
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "$t": "BinaryExpr",
  "parenthesised": false,
  "operator": "Division",
  "left": {
    "$t": "LiteralRegexExpr"
  },
  "right": {
    "$t": "LiteralRegexExpr"
  }
}