{
  "type": "Script",
  "span": {
    "start": 17,
    "end": 37,
    "ctxt": 0
  },
  "body": [
    {
      "type": "VariableDeclaration",
      "span": {
        "start": 17,
        "end": 37,
        "ctxt": 0
      },
      "kind": "var",
      "declare": false,
      "declarations": [
        {
          "type": "VariableDeclarator",
          "span": {
            "start": 21,
            "end": 36,
            "ctxt": 0
          },
          "id": {
            "type": "Identifier",
            "span": {
              "start": 21,
              "end": 22,
              "ctxt": 0
            },
            "value": "x",
            "optional": false,
            "typeAnnotation": null
          },
          "init": {
            "type": "StringLiteral",
            "span": {
              "start": 25,
              "end": 36,
              "ctxt": 0
            },
            "value": "󝷝",
            "hasEscape": true,
            "kind": {
              "type": "normal",
              "containsQuote": true
            }
          },
          "definite": false
        }
      ]
    }
  ],
  "interpreter": null
}