HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //var/www/quadcode/node_modules/sucrase/dist/types/parser/tokenizer/keywords.d.ts
export declare enum ContextualKeyword {
    NONE = 0,
    _abstract = 1,
    _accessor = 2,
    _as = 3,
    _assert = 4,
    _asserts = 5,
    _async = 6,
    _await = 7,
    _checks = 8,
    _constructor = 9,
    _declare = 10,
    _enum = 11,
    _exports = 12,
    _from = 13,
    _get = 14,
    _global = 15,
    _implements = 16,
    _infer = 17,
    _interface = 18,
    _is = 19,
    _keyof = 20,
    _mixins = 21,
    _module = 22,
    _namespace = 23,
    _of = 24,
    _opaque = 25,
    _out = 26,
    _override = 27,
    _private = 28,
    _protected = 29,
    _proto = 30,
    _public = 31,
    _readonly = 32,
    _require = 33,
    _satisfies = 34,
    _set = 35,
    _static = 36,
    _symbol = 37,
    _type = 38,
    _unique = 39,
    _using = 40
}