UNPKG

nestjs-reverse-engineering

Version:

A powerful TypeScript/NestJS library for database reverse engineering, entity generation, and CRUD operations

19 lines 1.08 kB
"use strict"; /* eslint-disable prettier/prettier */ Object.defineProperty(exports, "__esModule", { value: true }); exports.TYPEORM_RESERVED_WORDS = exports.RESERVED_KEYWORDS = void 0; exports.RESERVED_KEYWORDS = [ 'abstract', 'arguments', 'await', 'boolean', 'break', 'byte', 'case', 'catch', 'char', 'class', 'const', 'continue', 'debugger', 'default', 'delete', 'do', 'double', 'else', 'enum', 'eval', 'export', 'extends', 'false', 'final', 'finally', 'float', 'for', 'function', 'goto', 'if', 'implements', 'import', 'in', 'instanceof', 'int', 'interface', 'let', 'long', 'native', 'new', 'null', 'package', 'private', 'protected', 'public', 'return', 'short', 'static', 'super', 'switch', 'synchronized', 'this', 'throw', 'throws', 'transient', 'true', 'try', 'typeof', 'var', 'void', 'volatile', 'while', 'with', 'yield', 'type', 'namespace', 'module', 'declare', 'any', 'number', 'string', 'object' ]; exports.TYPEORM_RESERVED_WORDS = [ 'id', 'createDate', 'updateDate', 'version', 'deletedAt' ]; //# sourceMappingURL=constants.js.map