{
  "type": "File",
  "start": 0,
  "end": 574,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 16,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 574,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 16,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ExportNamedDeclaration",
        "start": 50,
        "end": 140,
        "loc": {
          "start": {
            "line": 2,
            "column": 0
          },
          "end": {
            "line": 2,
            "column": 90
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "VariableDeclaration",
          "start": 57,
          "end": 140,
          "loc": {
            "start": {
              "line": 2,
              "column": 7
            },
            "end": {
              "line": 2,
              "column": 90
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 63,
              "end": 139,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 13
                },
                "end": {
                  "line": 2,
                  "column": 89
                }
              },
              "id": {
                "type": "Identifier",
                "start": 63,
                "end": 75,
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 13
                  },
                  "end": {
                    "line": 2,
                    "column": 25
                  },
                  "identifierName": "specialChars"
                },
                "name": "specialChars",
                "leadingComments": null
              },
              "init": {
                "type": "ArrayExpression",
                "start": 78,
                "end": 139,
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 28
                  },
                  "end": {
                    "line": 2,
                    "column": 89
                  }
                },
                "elements": [
                  {
                    "type": "StringLiteral",
                    "start": 79,
                    "end": 82,
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 29
                      },
                      "end": {
                        "line": 2,
                        "column": 32
                      }
                    },
                    "extra": {
                      "rawValue": "[",
                      "raw": "'['"
                    },
                    "value": "["
                  },
                  {
                    "type": "StringLiteral",
                    "start": 84,
                    "end": 88,
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 34
                      },
                      "end": {
                        "line": 2,
                        "column": 38
                      }
                    },
                    "extra": {
                      "rawValue": "\\",
                      "raw": "'\\\\'"
                    },
                    "value": "\\"
                  },
                  {
                    "type": "StringLiteral",
                    "start": 90,
                    "end": 93,
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 40
                      },
                      "end": {
                        "line": 2,
                        "column": 43
                      }
                    },
                    "extra": {
                      "rawValue": "^",
                      "raw": "'^'"
                    },
                    "value": "^"
                  },
                  {
                    "type": "StringLiteral",
                    "start": 95,
                    "end": 98,
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 45
                      },
                      "end": {
                        "line": 2,
                        "column": 48
                      }
                    },
                    "extra": {
                      "rawValue": "$",
                      "raw": "'$'"
                    },
                    "value": "$"
                  },
                  {
                    "type": "StringLiteral",
                    "start": 100,
                    "end": 103,
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 50
                      },
                      "end": {
                        "line": 2,
                        "column": 53
                      }
                    },
                    "extra": {
                      "rawValue": ".",
                      "raw": "'.'"
                    },
                    "value": "."
                  },
                  {
                    "type": "StringLiteral",
                    "start": 105,
                    "end": 108,
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 55
                      },
                      "end": {
                        "line": 2,
                        "column": 58
                      }
                    },
                    "extra": {
                      "rawValue": "|",
                      "raw": "'|'"
                    },
                    "value": "|"
                  },
                  {
                    "type": "StringLiteral",
                    "start": 110,
                    "end": 113,
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 60
                      },
                      "end": {
                        "line": 2,
                        "column": 63
                      }
                    },
                    "extra": {
                      "rawValue": "?",
                      "raw": "'?'"
                    },
                    "value": "?"
                  },
                  {
                    "type": "StringLiteral",
                    "start": 115,
                    "end": 118,
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 65
                      },
                      "end": {
                        "line": 2,
                        "column": 68
                      }
                    },
                    "extra": {
                      "rawValue": "*",
                      "raw": "'*'"
                    },
                    "value": "*"
                  },
                  {
                    "type": "StringLiteral",
                    "start": 120,
                    "end": 123,
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 70
                      },
                      "end": {
                        "line": 2,
                        "column": 73
                      }
                    },
                    "extra": {
                      "rawValue": "+",
                      "raw": "'+'"
                    },
                    "value": "+"
                  },
                  {
                    "type": "StringLiteral",
                    "start": 125,
                    "end": 128,
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 75
                      },
                      "end": {
                        "line": 2,
                        "column": 78
                      }
                    },
                    "extra": {
                      "rawValue": "(",
                      "raw": "'('"
                    },
                    "value": "("
                  },
                  {
                    "type": "StringLiteral",
                    "start": 130,
                    "end": 133,
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 80
                      },
                      "end": {
                        "line": 2,
                        "column": 83
                      }
                    },
                    "extra": {
                      "rawValue": ")",
                      "raw": "')'"
                    },
                    "value": ")"
                  },
                  {
                    "type": "StringLiteral",
                    "start": 135,
                    "end": 138,
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 85
                      },
                      "end": {
                        "line": 2,
                        "column": 88
                      }
                    },
                    "extra": {
                      "rawValue": "]",
                      "raw": "']'"
                    },
                    "value": "]"
                  }
                ]
              },
              "leadingComments": null
            }
          ],
          "kind": "const",
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "* Special characters in regular expressions. ",
              "start": 0,
              "end": 49,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 0
                },
                "end": {
                  "line": 1,
                  "column": 49
                }
              }
            }
          ],
          "trailingComments": [
            {
              "type": "CommentBlock",
              "value": "* A regular expression that matches all special characters in regular expressions. ",
              "start": 141,
              "end": 228,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 0
                },
                "end": {
                  "line": 3,
                  "column": 87
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "* Special characters in regular expressions. ",
            "start": 0,
            "end": 49,
            "loc": {
              "start": {
                "line": 1,
                "column": 0
              },
              "end": {
                "line": 1,
                "column": 49
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "* A regular expression that matches all special characters in regular expressions. ",
            "start": 141,
            "end": 228,
            "loc": {
              "start": {
                "line": 3,
                "column": 0
              },
              "end": {
                "line": 3,
                "column": 87
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 229,
        "end": 331,
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 4,
            "column": 102
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "VariableDeclaration",
          "start": 236,
          "end": 331,
          "loc": {
            "start": {
              "line": 4,
              "column": 7
            },
            "end": {
              "line": 4,
              "column": 102
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 242,
              "end": 330,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 13
                },
                "end": {
                  "line": 4,
                  "column": 101
                }
              },
              "id": {
                "type": "Identifier",
                "start": 242,
                "end": 260,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 13
                  },
                  "end": {
                    "line": 4,
                    "column": 31
                  },
                  "identifierName": "specialCharsRegExp"
                },
                "name": "specialCharsRegExp",
                "leadingComments": null
              },
              "init": {
                "type": "NewExpression",
                "start": 263,
                "end": 330,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 34
                  },
                  "end": {
                    "line": 4,
                    "column": 101
                  }
                },
                "callee": {
                  "type": "Identifier",
                  "start": 267,
                  "end": 273,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 38
                    },
                    "end": {
                      "line": 4,
                      "column": 44
                    },
                    "identifierName": "RegExp"
                  },
                  "name": "RegExp"
                },
                "arguments": [
                  {
                    "type": "TemplateLiteral",
                    "start": 274,
                    "end": 324,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 45
                      },
                      "end": {
                        "line": 4,
                        "column": 95
                      }
                    },
                    "expressions": [
                      {
                        "type": "CallExpression",
                        "start": 278,
                        "end": 321,
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 49
                          },
                          "end": {
                            "line": 4,
                            "column": 92
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 278,
                          "end": 316,
                          "loc": {
                            "start": {
                              "line": 4,
                              "column": 49
                            },
                            "end": {
                              "line": 4,
                              "column": 87
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 278,
                            "end": 311,
                            "loc": {
                              "start": {
                                "line": 4,
                                "column": 49
                              },
                              "end": {
                                "line": 4,
                                "column": 82
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 278,
                              "end": 294,
                              "loc": {
                                "start": {
                                  "line": 4,
                                  "column": 49
                                },
                                "end": {
                                  "line": 4,
                                  "column": 65
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 278,
                                "end": 290,
                                "loc": {
                                  "start": {
                                    "line": 4,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 4,
                                    "column": 61
                                  },
                                  "identifierName": "specialChars"
                                },
                                "name": "specialChars"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 291,
                                "end": 294,
                                "loc": {
                                  "start": {
                                    "line": 4,
                                    "column": 62
                                  },
                                  "end": {
                                    "line": 4,
                                    "column": 65
                                  },
                                  "identifierName": "map"
                                },
                                "name": "map"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 295,
                                "end": 310,
                                "loc": {
                                  "start": {
                                    "line": 4,
                                    "column": 66
                                  },
                                  "end": {
                                    "line": 4,
                                    "column": 81
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 296,
                                    "end": 297,
                                    "loc": {
                                      "start": {
                                        "line": 4,
                                        "column": 67
                                      },
                                      "end": {
                                        "line": 4,
                                        "column": 68
                                      },
                                      "identifierName": "c"
                                    },
                                    "name": "c"
                                  }
                                ],
                                "body": {
                                  "type": "TemplateLiteral",
                                  "start": 302,
                                  "end": 310,
                                  "loc": {
                                    "start": {
                                      "line": 4,
                                      "column": 73
                                    },
                                    "end": {
                                      "line": 4,
                                      "column": 81
                                    }
                                  },
                                  "expressions": [
                                    {
                                      "type": "Identifier",
                                      "start": 307,
                                      "end": 308,
                                      "loc": {
                                        "start": {
                                          "line": 4,
                                          "column": 78
                                        },
                                        "end": {
                                          "line": 4,
                                          "column": 79
                                        },
                                        "identifierName": "c"
                                      },
                                      "name": "c"
                                    }
                                  ],
                                  "quasis": [
                                    {
                                      "type": "TemplateElement",
                                      "start": 303,
                                      "end": 305,
                                      "loc": {
                                        "start": {
                                          "line": 4,
                                          "column": 74
                                        },
                                        "end": {
                                          "line": 4,
                                          "column": 76
                                        }
                                      },
                                      "value": {
                                        "raw": "\\\\",
                                        "cooked": "\\"
                                      },
                                      "tail": false
                                    },
                                    {
                                      "type": "TemplateElement",
                                      "start": 309,
                                      "end": 309,
                                      "loc": {
                                        "start": {
                                          "line": 4,
                                          "column": 80
                                        },
                                        "end": {
                                          "line": 4,
                                          "column": 80
                                        }
                                      },
                                      "value": {
                                        "raw": "",
                                        "cooked": ""
                                      },
                                      "tail": true
                                    }
                                  ]
                                }
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 312,
                            "end": 316,
                            "loc": {
                              "start": {
                                "line": 4,
                                "column": 83
                              },
                              "end": {
                                "line": 4,
                                "column": 87
                              },
                              "identifierName": "join"
                            },
                            "name": "join"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 317,
                            "end": 320,
                            "loc": {
                              "start": {
                                "line": 4,
                                "column": 88
                              },
                              "end": {
                                "line": 4,
                                "column": 91
                              }
                            },
                            "extra": {
                              "rawValue": "|",
                              "raw": "'|'"
                            },
                            "value": "|"
                          }
                        ]
                      }
                    ],
                    "quasis": [
                      {
                        "type": "TemplateElement",
                        "start": 275,
                        "end": 276,
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 46
                          },
                          "end": {
                            "line": 4,
                            "column": 47
                          }
                        },
                        "value": {
                          "raw": "(",
                          "cooked": "("
                        },
                        "tail": false
                      },
                      {
                        "type": "TemplateElement",
                        "start": 322,
                        "end": 323,
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 93
                          },
                          "end": {
                            "line": 4,
                            "column": 94
                          }
                        },
                        "value": {
                          "raw": ")",
                          "cooked": ")"
                        },
                        "tail": true
                      }
                    ]
                  },
                  {
                    "type": "StringLiteral",
                    "start": 326,
                    "end": 329,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 97
                      },
                      "end": {
                        "line": 4,
                        "column": 100
                      }
                    },
                    "extra": {
                      "rawValue": "g",
                      "raw": "'g'"
                    },
                    "value": "g"
                  }
                ]
              },
              "leadingComments": null
            }
          ],
          "kind": "const",
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "* A regular expression that matches all special characters in regular expressions. ",
              "start": 141,
              "end": 228,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 0
                },
                "end": {
                  "line": 3,
                  "column": 87
                }
              }
            }
          ],
          "trailingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @desc\n * Returns a string with all special regular expression characters escaped.\n * @lineNumber\n * 14\n * @param\n * {string} source\n ",
              "start": 332,
              "end": 474,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 0
                },
                "end": {
                  "line": 12,
                  "column": 3
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "* A regular expression that matches all special characters in regular expressions. ",
            "start": 141,
            "end": 228,
            "loc": {
              "start": {
                "line": 3,
                "column": 0
              },
              "end": {
                "line": 3,
                "column": 87
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @desc\n * Returns a string with all special regular expression characters escaped.\n * @lineNumber\n * 14\n * @param\n * {string} source\n ",
            "start": 332,
            "end": 474,
            "loc": {
              "start": {
                "line": 5,
                "column": 0
              },
              "end": {
                "line": 12,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 475,
        "end": 573,
        "loc": {
          "start": {
            "line": 13,
            "column": 0
          },
          "end": {
            "line": 15,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "FunctionDeclaration",
          "start": 482,
          "end": 573,
          "loc": {
            "start": {
              "line": 13,
              "column": 7
            },
            "end": {
              "line": 15,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 491,
            "end": 506,
            "loc": {
              "start": {
                "line": 13,
                "column": 16
              },
              "end": {
                "line": 13,
                "column": 31
              },
              "identifierName": "escapeForRegExp"
            },
            "name": "escapeForRegExp",
            "leadingComments": null
          },
          "generator": false,
          "expression": false,
          "async": false,
          "params": [
            {
              "type": "Identifier",
              "start": 507,
              "end": 513,
              "loc": {
                "start": {
                  "line": 13,
                  "column": 32
                },
                "end": {
                  "line": 13,
                  "column": 38
                },
                "identifierName": "source"
              },
              "name": "source"
            }
          ],
          "body": {
            "type": "BlockStatement",
            "start": 515,
            "end": 573,
            "loc": {
              "start": {
                "line": 13,
                "column": 40
              },
              "end": {
                "line": 15,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ReturnStatement",
                "start": 521,
                "end": 571,
                "loc": {
                  "start": {
                    "line": 14,
                    "column": 4
                  },
                  "end": {
                    "line": 14,
                    "column": 54
                  }
                },
                "argument": {
                  "type": "CallExpression",
                  "start": 528,
                  "end": 570,
                  "loc": {
                    "start": {
                      "line": 14,
                      "column": 11
                    },
                    "end": {
                      "line": 14,
                      "column": 53
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 528,
                    "end": 542,
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 11
                      },
                      "end": {
                        "line": 14,
                        "column": 25
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 528,
                      "end": 534,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 11
                        },
                        "end": {
                          "line": 14,
                          "column": 17
                        },
                        "identifierName": "source"
                      },
                      "name": "source"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 535,
                      "end": 542,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 18
                        },
                        "end": {
                          "line": 14,
                          "column": 25
                        },
                        "identifierName": "replace"
                      },
                      "name": "replace"
                    },
                    "computed": false
                  },
                  "arguments": [
                    {
                      "type": "Identifier",
                      "start": 543,
                      "end": 561,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 26
                        },
                        "end": {
                          "line": 14,
                          "column": 44
                        },
                        "identifierName": "specialCharsRegExp"
                      },
                      "name": "specialCharsRegExp"
                    },
                    {
                      "type": "StringLiteral",
                      "start": 563,
                      "end": 569,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 46
                        },
                        "end": {
                          "line": 14,
                          "column": 52
                        }
                      },
                      "extra": {
                        "rawValue": "\\$1",
                        "raw": "'\\\\$1'"
                      },
                      "value": "\\$1"
                    }
                  ]
                }
              }
            ],
            "directives": []
          },
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @desc\n * Returns a string with all special regular expression characters escaped.\n * @lineNumber\n * 14\n * @param\n * {string} source\n ",
              "start": 332,
              "end": 474,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 0
                },
                "end": {
                  "line": 12,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": []
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @desc\n * Returns a string with all special regular expression characters escaped.\n * @lineNumber\n * 14\n * @param\n * {string} source\n ",
            "start": 332,
            "end": 474,
            "loc": {
              "start": {
                "line": 5,
                "column": 0
              },
              "end": {
                "line": 12,
                "column": 3
              }
            }
          }
        ]
      }
    ],
    "directives": []
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": "* Special characters in regular expressions. ",
      "start": 0,
      "end": 49,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 49
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* A regular expression that matches all special characters in regular expressions. ",
      "start": 141,
      "end": 228,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 87
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @desc\n * Returns a string with all special regular expression characters escaped.\n * @lineNumber\n * 14\n * @param\n * {string} source\n ",
      "start": 332,
      "end": 474,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 12,
          "column": 3
        }
      }
    }
  ],
  "tokens": [
    {
      "type": "CommentBlock",
      "value": "* Special characters in regular expressions. ",
      "start": 0,
      "end": 49,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "export",
        "keyword": "export",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "export",
      "start": 50,
      "end": 56,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 57,
      "end": 62,
      "loc": {
        "start": {
          "line": 2,
          "column": 7
        },
        "end": {
          "line": 2,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "specialChars",
      "start": 63,
      "end": 75,
      "loc": {
        "start": {
          "line": 2,
          "column": 13
        },
        "end": {
          "line": 2,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 76,
      "end": 77,
      "loc": {
        "start": {
          "line": 2,
          "column": 26
        },
        "end": {
          "line": 2,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 78,
      "end": 79,
      "loc": {
        "start": {
          "line": 2,
          "column": 28
        },
        "end": {
          "line": 2,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "[",
      "start": 79,
      "end": 82,
      "loc": {
        "start": {
          "line": 2,
          "column": 29
        },
        "end": {
          "line": 2,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 82,
      "end": 83,
      "loc": {
        "start": {
          "line": 2,
          "column": 32
        },
        "end": {
          "line": 2,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "\\",
      "start": 84,
      "end": 88,
      "loc": {
        "start": {
          "line": 2,
          "column": 34
        },
        "end": {
          "line": 2,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 88,
      "end": 89,
      "loc": {
        "start": {
          "line": 2,
          "column": 38
        },
        "end": {
          "line": 2,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "^",
      "start": 90,
      "end": 93,
      "loc": {
        "start": {
          "line": 2,
          "column": 40
        },
        "end": {
          "line": 2,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 93,
      "end": 94,
      "loc": {
        "start": {
          "line": 2,
          "column": 43
        },
        "end": {
          "line": 2,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "$",
      "start": 95,
      "end": 98,
      "loc": {
        "start": {
          "line": 2,
          "column": 45
        },
        "end": {
          "line": 2,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 98,
      "end": 99,
      "loc": {
        "start": {
          "line": 2,
          "column": 48
        },
        "end": {
          "line": 2,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 100,
      "end": 103,
      "loc": {
        "start": {
          "line": 2,
          "column": 50
        },
        "end": {
          "line": 2,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 103,
      "end": 104,
      "loc": {
        "start": {
          "line": 2,
          "column": 53
        },
        "end": {
          "line": 2,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "|",
      "start": 105,
      "end": 108,
      "loc": {
        "start": {
          "line": 2,
          "column": 55
        },
        "end": {
          "line": 2,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 108,
      "end": 109,
      "loc": {
        "start": {
          "line": 2,
          "column": 58
        },
        "end": {
          "line": 2,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "?",
      "start": 110,
      "end": 113,
      "loc": {
        "start": {
          "line": 2,
          "column": 60
        },
        "end": {
          "line": 2,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 113,
      "end": 114,
      "loc": {
        "start": {
          "line": 2,
          "column": 63
        },
        "end": {
          "line": 2,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "*",
      "start": 115,
      "end": 118,
      "loc": {
        "start": {
          "line": 2,
          "column": 65
        },
        "end": {
          "line": 2,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 118,
      "end": 119,
      "loc": {
        "start": {
          "line": 2,
          "column": 68
        },
        "end": {
          "line": 2,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+",
      "start": 120,
      "end": 123,
      "loc": {
        "start": {
          "line": 2,
          "column": 70
        },
        "end": {
          "line": 2,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 123,
      "end": 124,
      "loc": {
        "start": {
          "line": 2,
          "column": 73
        },
        "end": {
          "line": 2,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "(",
      "start": 125,
      "end": 128,
      "loc": {
        "start": {
          "line": 2,
          "column": 75
        },
        "end": {
          "line": 2,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 128,
      "end": 129,
      "loc": {
        "start": {
          "line": 2,
          "column": 78
        },
        "end": {
          "line": 2,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ")",
      "start": 130,
      "end": 133,
      "loc": {
        "start": {
          "line": 2,
          "column": 80
        },
        "end": {
          "line": 2,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 133,
      "end": 134,
      "loc": {
        "start": {
          "line": 2,
          "column": 83
        },
        "end": {
          "line": 2,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "]",
      "start": 135,
      "end": 138,
      "loc": {
        "start": {
          "line": 2,
          "column": 85
        },
        "end": {
          "line": 2,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 138,
      "end": 139,
      "loc": {
        "start": {
          "line": 2,
          "column": 88
        },
        "end": {
          "line": 2,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 139,
      "end": 140,
      "loc": {
        "start": {
          "line": 2,
          "column": 89
        },
        "end": {
          "line": 2,
          "column": 90
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* A regular expression that matches all special characters in regular expressions. ",
      "start": 141,
      "end": 228,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "export",
        "keyword": "export",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "export",
      "start": 229,
      "end": 235,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 236,
      "end": 241,
      "loc": {
        "start": {
          "line": 4,
          "column": 7
        },
        "end": {
          "line": 4,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "specialCharsRegExp",
      "start": 242,
      "end": 260,
      "loc": {
        "start": {
          "line": 4,
          "column": 13
        },
        "end": {
          "line": 4,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 261,
      "end": 262,
      "loc": {
        "start": {
          "line": 4,
          "column": 32
        },
        "end": {
          "line": 4,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 263,
      "end": 266,
      "loc": {
        "start": {
          "line": 4,
          "column": 34
        },
        "end": {
          "line": 4,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RegExp",
      "start": 267,
      "end": 273,
      "loc": {
        "start": {
          "line": 4,
          "column": 38
        },
        "end": {
          "line": 4,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 273,
      "end": 274,
      "loc": {
        "start": {
          "line": 4,
          "column": 44
        },
        "end": {
          "line": 4,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 274,
      "end": 275,
      "loc": {
        "start": {
          "line": 4,
          "column": 45
        },
        "end": {
          "line": 4,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "(",
      "start": 275,
      "end": 276,
      "loc": {
        "start": {
          "line": 4,
          "column": 46
        },
        "end": {
          "line": 4,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 276,
      "end": 278,
      "loc": {
        "start": {
          "line": 4,
          "column": 47
        },
        "end": {
          "line": 4,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "specialChars",
      "start": 278,
      "end": 290,
      "loc": {
        "start": {
          "line": 4,
          "column": 49
        },
        "end": {
          "line": 4,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 290,
      "end": 291,
      "loc": {
        "start": {
          "line": 4,
          "column": 61
        },
        "end": {
          "line": 4,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 291,
      "end": 294,
      "loc": {
        "start": {
          "line": 4,
          "column": 62
        },
        "end": {
          "line": 4,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 294,
      "end": 295,
      "loc": {
        "start": {
          "line": 4,
          "column": 65
        },
        "end": {
          "line": 4,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 295,
      "end": 296,
      "loc": {
        "start": {
          "line": 4,
          "column": 66
        },
        "end": {
          "line": 4,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 296,
      "end": 297,
      "loc": {
        "start": {
          "line": 4,
          "column": 67
        },
        "end": {
          "line": 4,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 297,
      "end": 298,
      "loc": {
        "start": {
          "line": 4,
          "column": 68
        },
        "end": {
          "line": 4,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 299,
      "end": 301,
      "loc": {
        "start": {
          "line": 4,
          "column": 70
        },
        "end": {
          "line": 4,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 302,
      "end": 303,
      "loc": {
        "start": {
          "line": 4,
          "column": 73
        },
        "end": {
          "line": 4,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "\\",
      "start": 303,
      "end": 305,
      "loc": {
        "start": {
          "line": 4,
          "column": 74
        },
        "end": {
          "line": 4,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 305,
      "end": 307,
      "loc": {
        "start": {
          "line": 4,
          "column": 76
        },
        "end": {
          "line": 4,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 307,
      "end": 308,
      "loc": {
        "start": {
          "line": 4,
          "column": 78
        },
        "end": {
          "line": 4,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 308,
      "end": 309,
      "loc": {
        "start": {
          "line": 4,
          "column": 79
        },
        "end": {
          "line": 4,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 309,
      "end": 309,
      "loc": {
        "start": {
          "line": 4,
          "column": 80
        },
        "end": {
          "line": 4,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 309,
      "end": 310,
      "loc": {
        "start": {
          "line": 4,
          "column": 80
        },
        "end": {
          "line": 4,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 310,
      "end": 311,
      "loc": {
        "start": {
          "line": 4,
          "column": 81
        },
        "end": {
          "line": 4,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 311,
      "end": 312,
      "loc": {
        "start": {
          "line": 4,
          "column": 82
        },
        "end": {
          "line": 4,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 312,
      "end": 316,
      "loc": {
        "start": {
          "line": 4,
          "column": 83
        },
        "end": {
          "line": 4,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 316,
      "end": 317,
      "loc": {
        "start": {
          "line": 4,
          "column": 87
        },
        "end": {
          "line": 4,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "|",
      "start": 317,
      "end": 320,
      "loc": {
        "start": {
          "line": 4,
          "column": 88
        },
        "end": {
          "line": 4,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 320,
      "end": 321,
      "loc": {
        "start": {
          "line": 4,
          "column": 91
        },
        "end": {
          "line": 4,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 321,
      "end": 322,
      "loc": {
        "start": {
          "line": 4,
          "column": 92
        },
        "end": {
          "line": 4,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ")",
      "start": 322,
      "end": 323,
      "loc": {
        "start": {
          "line": 4,
          "column": 93
        },
        "end": {
          "line": 4,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 323,
      "end": 324,
      "loc": {
        "start": {
          "line": 4,
          "column": 94
        },
        "end": {
          "line": 4,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 324,
      "end": 325,
      "loc": {
        "start": {
          "line": 4,
          "column": 95
        },
        "end": {
          "line": 4,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "g",
      "start": 326,
      "end": 329,
      "loc": {
        "start": {
          "line": 4,
          "column": 97
        },
        "end": {
          "line": 4,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 329,
      "end": 330,
      "loc": {
        "start": {
          "line": 4,
          "column": 100
        },
        "end": {
          "line": 4,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 330,
      "end": 331,
      "loc": {
        "start": {
          "line": 4,
          "column": 101
        },
        "end": {
          "line": 4,
          "column": 102
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @desc\n * Returns a string with all special regular expression characters escaped.\n * @lineNumber\n * 14\n * @param\n * {string} source\n ",
      "start": 332,
      "end": 474,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 12,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "export",
        "keyword": "export",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "export",
      "start": 475,
      "end": 481,
      "loc": {
        "start": {
          "line": 13,
          "column": 0
        },
        "end": {
          "line": 13,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 482,
      "end": 490,
      "loc": {
        "start": {
          "line": 13,
          "column": 7
        },
        "end": {
          "line": 13,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "escapeForRegExp",
      "start": 491,
      "end": 506,
      "loc": {
        "start": {
          "line": 13,
          "column": 16
        },
        "end": {
          "line": 13,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 506,
      "end": 507,
      "loc": {
        "start": {
          "line": 13,
          "column": 31
        },
        "end": {
          "line": 13,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "source",
      "start": 507,
      "end": 513,
      "loc": {
        "start": {
          "line": 13,
          "column": 32
        },
        "end": {
          "line": 13,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 513,
      "end": 514,
      "loc": {
        "start": {
          "line": 13,
          "column": 38
        },
        "end": {
          "line": 13,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 515,
      "end": 516,
      "loc": {
        "start": {
          "line": 13,
          "column": 40
        },
        "end": {
          "line": 13,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 521,
      "end": 527,
      "loc": {
        "start": {
          "line": 14,
          "column": 4
        },
        "end": {
          "line": 14,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "source",
      "start": 528,
      "end": 534,
      "loc": {
        "start": {
          "line": 14,
          "column": 11
        },
        "end": {
          "line": 14,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 534,
      "end": 535,
      "loc": {
        "start": {
          "line": 14,
          "column": 17
        },
        "end": {
          "line": 14,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replace",
      "start": 535,
      "end": 542,
      "loc": {
        "start": {
          "line": 14,
          "column": 18
        },
        "end": {
          "line": 14,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 542,
      "end": 543,
      "loc": {
        "start": {
          "line": 14,
          "column": 25
        },
        "end": {
          "line": 14,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "specialCharsRegExp",
      "start": 543,
      "end": 561,
      "loc": {
        "start": {
          "line": 14,
          "column": 26
        },
        "end": {
          "line": 14,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 561,
      "end": 562,
      "loc": {
        "start": {
          "line": 14,
          "column": 44
        },
        "end": {
          "line": 14,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "\\$1",
      "start": 563,
      "end": 569,
      "loc": {
        "start": {
          "line": 14,
          "column": 46
        },
        "end": {
          "line": 14,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 569,
      "end": 570,
      "loc": {
        "start": {
          "line": 14,
          "column": 52
        },
        "end": {
          "line": 14,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 570,
      "end": 571,
      "loc": {
        "start": {
          "line": 14,
          "column": 53
        },
        "end": {
          "line": 14,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 572,
      "end": 573,
      "loc": {
        "start": {
          "line": 15,
          "column": 0
        },
        "end": {
          "line": 15,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 574,
      "end": 574,
      "loc": {
        "start": {
          "line": 16,
          "column": 0
        },
        "end": {
          "line": 16,
          "column": 0
        }
      }
    }
  ]
}