8 # Authors: |
8 # Authors: |
9 # - Brendan Eich <brendan@mozilla.org> (Original JavaScript) (2004-2010) |
9 # - Brendan Eich <brendan@mozilla.org> (Original JavaScript) (2004-2010) |
10 # - Sebastian Werner <info@sebastian-werner.net> (Python Port) (2010) |
10 # - Sebastian Werner <info@sebastian-werner.net> (Python Port) (2010) |
11 # |
11 # |
12 |
12 |
13 from __future__ import unicode_literals # __IGNORE_WARNING__ |
13 from __future__ import unicode_literals |
14 |
14 |
15 import copy |
15 import copy |
16 |
16 |
17 import jasy.js.tokenize.Lang as Lang |
17 import jasy.js.tokenize.Lang as Lang |
18 import jasy.js.api.Comment as Comment |
18 import jasy.js.api.Comment as Comment |