| Server IP : 127.0.0.1 / Your IP : 216.73.216.109 Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10 System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64 User : SERVERWEB ( 0) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/cygwin64/lib/python3.9/site-packages/pygments/lexers/__pycache__/ |
Upload File : |
a
SҼa�� �
@ s� d dl Z d dlmZmZmZmZmZmZmZm Z m
Z
mZmZ d dl
mZmZmZmZmZmZmZmZmZmZ d dlmZ d dlmZ g d�Zde�ddd d
dd� d
Zde�ddd d
dddddd�
d Z ed e d Z!e �"d�Z#G dd� de �Z$G dd� de$�Z%G dd� de �Z&G dd� de �Z'G dd � d e �Z(G d!d"� d"e �Z)G d#d$� d$e �Z*G d%d&� d&e �Z+G d'd(� d(e �Z,G d)d*� d*e �Z-G d+d,� d,e �Z.G d-d.� d.e�Z/dS )/� N)�bygroups�combined�default�
do_insertions�include�inherit�Lexer�
RegexLexer�this�using�words)
�Text�Comment�Operator�Keyword�Name�String�Number�Punctuation�Other�Generic)�get_bool_opt)�JavascriptLexer�KalLexer�LiveScriptLexer� DartLexer�TypeScriptLexer�
LassoLexer�ObjectiveJLexer�CoffeeScriptLexer� MaskLexer�
EarlGreyLexer�JuttleLexer�NodeConsoleLexerz(?:[$_ZLuZLlZLtZLmZLoZNlz]|\\u[a-fA-F0-9]{4})z(?:[$ZMnZMcZNdZPcu ]|\\u[a-fA-F0-9]{4})z(?:z)*z.*?
c @ s� e Zd ZdZddgZg d�Zg d�Zejej B ej
B Zdefde
fde
jfd e
jfged
�dejdfd
edfed�gdedfgde
jfdedfed
�dejfdejfdejfdejfdejfdefdedfdedfdefdejdfdejfdedfdej dfd ejfd!ej!fd"e"j#fd#e"j$fd$e%ee�dfd%e"j&dfe'e"j&fd&ej(fd'ejfd(ej)d)fgd(ej)dfd*ej)fd+ej*d,fd-ej)fd.ej)fgd/ej*dfed0�gd1�Z+d2S )3r Z
JavaScriptZ
javascriptZjs)z*.jsz*.jsmz*.mjsz*.cjs)zapplication/javascriptzapplication/x-javascriptztext/x-javascriptztext/javascript�\s+�<!--�//.*?\n� /\*.*?\*/�commentsandwhitespace�7/(\\.|[^[/\\\n]|\[(\\.|[^\]\\\n])*])+/([gimuysd]+\b|\B)�#pop�(?=/)�r* �badregex�\nz\A#! ?/.*?\n�^(?=\s|/|<!--)�slashstartsregexz0[bB][01]+n?z0[oO]?[0-7]+n?z0[xX][0-9a-fA-F]+n?z[0-9]+nz2(\.[0-9]+|[0-9]+\.[0-9]*|[0-9]+)([eE][-+]?[0-9]+)?z \.\.\.|=>zP\+\+|--|~|\?\?=?|\?|:|\\(?=\n)|(<<|>>>?|==?|!=?|(?:\*\*|\|\||&&|[-<>+*%&|^/]))=?�[{(\[;,]�[})\].]z((typeof|instanceof|in|void|delete|new)\bz\b(constructor|from|as)\bz�(for|in|while|do|break|return|continue|switch|case|default|if|else|throw|try|catch|finally|yield|await|async|this|of|static|export|import|debugger|extends|super)\bz%(var|let|const|with|function|class)\bz�(abstract|boolean|byte|char|double|enum|final|float|goto|implements|int|interface|long|native|package|private|protected|public|short|synchronized|throws|transient|volatile)\b�*(true|false|null|NaN|Infinity|undefined)\ba� (Array|Boolean|Date|BigInt|Function|Math|ArrayBuffer|Number|Object|RegExp|String|Promise|Proxy|decodeURI|decodeURIComponent|encodeURI|encodeURIComponent|eval|isFinite|isNaN|parseFloat|parseInt|DataView|document|window|globalThis|global|Symbol|Intl|WeakSet|WeakMap|Set|Map|Reflect|JSON|Atomics|Int(?:8|16|32)Array|BigInt64Array|Float32Array|Float64Array|Uint8ClampedArray|Uint(?:8|16|32)Array|BigUint64Array)\bz;((?:Eval|Internal|Range|Reference|Syntax|Type|URI)?Error)\bz (super)(\s*)(\([\w,?.$\s]+\s*\))z!([a-zA-Z_?.$][\w?.$]*)(?=\(\) \{)�"(\\\\|\\[^\\]|[^"\\])*"�'(\\\\|\\[^\\]|[^'\\])*'�`�interp�\\.z\$\{�
interp-insidez\$z[^`\\$]+�\}�root)r( r0 r- r; r7 r9 N),�__name__�
__module__�__qualname__�name�aliases� filenames� mimetypes�re�DOTALL�UNICODE� MULTILINE�flagsr
r �Single� Multiliner r �Regexr ZHashbangr �Bin�Oct�Hex�Integer�Floatr r �Wordr �Reserved�Declaration�Constantr �Builtin� Exceptionr r �JS_IDENT�Double�Backtick�Interpol�tokens� r[ r[ �>/usr/lib/python3.9/site-packages/pygments/lexers/javascript.pyr "