summaryrefslogtreecommitdiff
path: root/libs/minify/data/js/keywords_reserved.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libs/minify/data/js/keywords_reserved.txt')
-rwxr-xr-xlibs/minify/data/js/keywords_reserved.txt63
1 files changed, 63 insertions, 0 deletions
diff --git a/libs/minify/data/js/keywords_reserved.txt b/libs/minify/data/js/keywords_reserved.txt
new file mode 100755
index 00000000..2a3ad3c0
--- /dev/null
+++ b/libs/minify/data/js/keywords_reserved.txt
@@ -0,0 +1,63 @@
+do
+if
+in
+for
+let
+new
+try
+var
+case
+else
+enum
+eval
+null
+this
+true
+void
+with
+break
+catch
+class
+const
+false
+super
+throw
+while
+yield
+delete
+export
+import
+public
+return
+static
+switch
+typeof
+default
+extends
+finally
+package
+private
+continue
+debugger
+function
+arguments
+interface
+protected
+implements
+instanceof
+abstract
+boolean
+byte
+char
+double
+final
+float
+goto
+int
+long
+native
+short
+synchronized
+throws
+transient
+volatile \ No newline at end of file