var RegexLiteral = (function () {
        function RegexLiteral(value, raw, regex) {
            this.type = syntax_1.Syntax.Literal;
            this.value = value;
            this.raw = raw;