UNPKG

ret

Version:

Tokenizes a string that represents a regular expression.

15 lines 560 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.types = void 0; var types; (function (types) { types[types["ROOT"] = 0] = "ROOT"; types[types["GROUP"] = 1] = "GROUP"; types[types["POSITION"] = 2] = "POSITION"; types[types["SET"] = 3] = "SET"; types[types["RANGE"] = 4] = "RANGE"; types[types["REPETITION"] = 5] = "REPETITION"; types[types["REFERENCE"] = 6] = "REFERENCE"; types[types["CHAR"] = 7] = "CHAR"; })(types = exports.types || (exports.types = {})); //# sourceMappingURL=types.js.map