documentation/_extensions/pyjsparser
2020-09-24 16:21:09 +02:00
..
__init__.py [EXT] pyjsdoc, pyjsparser 2020-09-24 16:21:09 +02:00
LICENSE [EXT] pyjsdoc, pyjsparser 2020-09-24 16:21:09 +02:00
parser.py [EXT] pyjsdoc, pyjsparser 2020-09-24 16:21:09 +02:00
pyjsparserdata.py [EXT] pyjsdoc, pyjsparser 2020-09-24 16:21:09 +02:00
README [EXT] pyjsdoc, pyjsparser 2020-09-24 16:21:09 +02:00
std_nodes.py [EXT] pyjsdoc, pyjsparser 2020-09-24 16:21:09 +02:00

Vendoring of pyjsparser to add comments support as we need them for autojsdoc.

Alternative: use https://github.com/Kronuz/esprima-python instead, seems to
support comments though may be attaching them differently.