mirror of
https://github.com/beautifier/js-beautify.git
synced 2025-03-04 11:08:11 +00:00
Operators fixed (<<< removed, >>>= added)
This commit is contained in:
parent
2a9fb98a69
commit
ec5fa99e83
@ -438,7 +438,7 @@ function get_next_token(&$pos)
|
||||
|
||||
if (!$whitespace) $whitespace = make_array("\n\r\t ");
|
||||
if (!$wordchar) $wordchar = make_array('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_$');
|
||||
if (!$punct) $punct = explode(' ', '+ - * / % & ++ -- = += -= *= /= %= == === != !== > < >= <= >> << >>> <<< >>= <<= && &= | || ! !! , : ? ^ ^= |=');
|
||||
if (!$punct) $punct = explode(' ', '+ - * / % & ++ -- = += -= *= /= %= == === != !== > < >= <= >> << >>> >>>= >>= <<= && &= | || ! !! , : ? ^ ^= |=');
|
||||
|
||||
$n_newlines = 0;
|
||||
do {
|
||||
|
Loading…
x
Reference in New Issue
Block a user