/opt/canhelp/node_modules/gel/dist/reflection
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",
]);