summaryrefslogtreecommitdiff
path: root/libs/minify/data/js/operators_after.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libs/minify/data/js/operators_after.txt')
-rwxr-xr-xlibs/minify/data/js/operators_after.txt43
1 files changed, 43 insertions, 0 deletions
diff --git a/libs/minify/data/js/operators_after.txt b/libs/minify/data/js/operators_after.txt
new file mode 100755
index 00000000..71a9b709
--- /dev/null
+++ b/libs/minify/data/js/operators_after.txt
@@ -0,0 +1,43 @@
++
+-
+*
+/
+%
+=
++=
+-=
+*=
+/=
+%=
+<<=
+>>=
+>>>=
+&=
+^=
+|=
+&
+|
+^
+<<
+>>
+>>>
+==
+===
+!=
+!==
+>
+<
+>=
+<=
+&&
+||
+.
+[
+]
+?
+:
+,
+;
+(
+)
+} \ No newline at end of file