ThirdParty/Jasy/jasy/js/util/__init__.py

branch
maintenance
changeset 6693
3629d88ae235
parent 6647
2a11e1b2dcbe
parent 6692
c104c120e043
child 6694
1cccd74fd355
--- a/ThirdParty/Jasy/jasy/js/util/__init__.py	Thu Jan 10 14:23:49 2019 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-#
-# Jasy - Web Tooling Framework
-# Copyright 2010-2012 Zynga Inc.
-#
-
-#
-# minimized for using just the parser within eric6
-# Copyright (c) 2013 - 2019 Detlev Offenbach <detlev@die-offenbachs.de>
-#
-
-from __future__ import unicode_literals
-
-pseudoTypes = set(["any", "var", "undefined", "null", "true", "false", "this",
-                   "arguments"])
-builtinTypes = set(["Object", "String", "Number", "Boolean", "Array", "Function",
-                    "RegExp", "Date"])

eric ide

mercurial