UNPKG

@qrvey/formula-lang

Version:

QFormula support for qrvey projects

26 lines 691 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getInfo = void 0; const dictionary_1 = require("../dictionary"); function getInfo(errorObj) { const messageList = []; const { hint: message, code } = errorObj; messageList.push(message); messageList.push(code); return { errorList, messageList, }; } exports.getInfo = getInfo; const errorList = [ { regex: /No operator matches the given name and argument type.*/, value: dictionary_1.ERROR_LIST.unknownToken, }, { regex: /42703/, value: dictionary_1.ERROR_LIST.unknownToken, }, ]; //# sourceMappingURL=postgresql.js.map