lookout.style.format.langs.javascript.tokens

Javascript specific tokens that are not handled by babelfish.

Module Contents

lookout.style.format.langs.javascript.tokens.RESERVED = ['abstract', 'any', 'as', 'async', 'await', 'boolean', 'break', 'byte', 'case', 'catch', 'char', 'class', 'const', 'continue', 'debugger', 'declare', 'default', 'delete', 'do', 'double', 'else', 'enum', 'export', 'exports', 'extends', 'false', 'final', 'finally', 'float', 'for', 'from', 'function', 'get', 'goto', 'of', 'opaque', 'if', 'implements', 'import', 'in', 'instanceof', 'int', 'interface', 'let', 'long', 'mixed', 'module', 'native', 'new', 'number', 'null', 'package', 'private', 'protected', 'public', 'return', 'set', 'short', 'static', 'string', 'super', 'switch', 'synchronized', 'this', 'throw', 'throws', 'transient', 'true', 'try', 'type', 'typeof', 'yield', 'var', 'void', 'volatile', 'while', 'with', '+', '-', '*', '/', '%', '++', '--', '=', '+=', '-=', '/=', '%=', '==', '===', '!=', '!==', '>', '<', '>=', '<=', '?', ':', '&&', '||', '!', '&', '|', '~', '^', '>>', '<<', '(', ')', '{', '}', '.', '...', '[', ']', '>>>', ',', ';', "'", '"', '`', '${', '\\']
lookout.style.format.langs.javascript.tokens.RESERVED_INDEX
lookout.style.format.langs.javascript.tokens.PARSER