NautilusJS / js_ast

Parses JavaScript source code to build an AST

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Licence

minomikula opened this issue · comments

Hello,

We found your ast parser and we would like to use it. Could we ask you to add some licence? (Ideally MIT)

Our use case is: We have java backend and ts frontend and we are generating ts sources from same java classes using java reflection. We have our tree model, but it is limited.

Thanks!!

Sorry for not getting back to you right away. I'm a bit new to open source, and was brushing up on the different types of licenses. I'm going to add the Apache 2.0 license (hopefully this works for you).

FYI, I'm planning to refactor up this project into a few smaller repos (more modularity, easier to maintain, etc.). Nothing much should change here, but one of the things I'm planning to spin off are the parser/IR packages.