/opt/canhelp/node_modules/gel/dist/reflection
NameSizeModeActions
queries/-0755rm
analyzeQuery.d.ts24400644editdlrm
analyzeQuery.js92150644editdlrm
enums.d.ts14180644editdlrm
enums.js28250644editdlrm
index.d.ts9750644editdlrm
index.js25970644editdlrm
queries.d.ts2100644editdlrm
queries.js10750644editdlrm
reservedKeywords.d.ts520644editdlrm
reservedKeywords.js13710644editdlrm
strictMap.d.ts8820644editdlrm
strictMap.js12590644editdlrm
syntax.d.ts1090644editdlrm
syntax.js1890644editdlrm
typeutil.d.ts9750644editdlrm
typeutil.js770644editdlrm
util.d.ts14640644editdlrm
util.js25630644editdlrm
Edit: /opt/canhelp/node_modules/gel/dist/reflection/reservedKeywords.js (1371B)
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.reservedKeywords = void 0; exports.reservedKeywords = new Set([ "__edgedbsys__", "__edgedbtpl__", "__source__", "__std__", "__subject__", "__type__", "abort", "alter", "analyze", "and", "anyarray", "anytuple", "anytype", "anyobject", "begin", "case", "check", "commit", "configure", "create", "deallocate", "declare", "delete", "describe", "detached", "discard", "distinct", "do", "drop", "else", "empty", "end", "execute", "exists", "explain", "extending", "fetch", "filter", "for", "get", "global", "grant", "group", "if", "ilike", "import", "in", "insert", "introspect", "is", "like", "limit", "listen", "load", "lock", "match", "module", "move", "not", "notify", "offset", "optional", "or", "order", "over", "partition", "policy", "populate", "prepare", "raise", "refresh", "reindex", "release", "reset", "revoke", "rollback", "select", "set", "single", "start", "typeof", "union", "update", "variadic", "when", "window", "with", ]);