UNPKG

abot_erbase

Version:
31 lines (29 loc) 1.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var EnumResponseCode; (function (EnumResponseCode) { EnumResponseCode[EnumResponseCode["NOMATCH"] = 0] = "NOMATCH"; EnumResponseCode[EnumResponseCode["EXEC"] = 1] = "EXEC"; EnumResponseCode[EnumResponseCode["QUERY"] = 2] = "QUERY"; })(EnumResponseCode = exports.EnumResponseCode || (exports.EnumResponseCode = {})); exports.CAT_CATEGORY = "category"; exports.CAT_FILLER = "filler"; exports.CAT_TOOL = "tool"; exports.ERR_NO_KNOWN_WORD = "NO_KNOWN_WORD"; exports.ERR_EMPTY_INPUT = "EMPTY_INPUT"; ; ; exports.aOperatorNames = ["starting with", "ending with", "containing", "excluding", "having", "being"]; ; ; ; ; ; ; ; var EnumActionType; (function (EnumActionType) { EnumActionType[EnumActionType["STARTURL"] = 0] = "STARTURL"; EnumActionType[EnumActionType["STARTCMDLINE"] = 1] = "STARTCMDLINE"; })(EnumActionType = exports.EnumActionType || (exports.EnumActionType = {})); //# sourceMappingURL=iferbase.js.map