/** * From: https://www.w3schools.com/js/js_reserved.asp * * - Some words that would not typically start a line are manually removed. * - `console` is added. */ export declare const JAVASCRIPT_RESERVED_WORDS_SET: ReadonlySet; //# sourceMappingURL=constants.d.ts.map