Hi Emilian, Am Freitag, den 12.07.2019, 15:32 +0300 schrieb Emilian Bold: > > Last I looked into this the Oracle JSParser was under a BSD license so > the only problem was the nobody is re-packaging it as a proper JAR we > can use. Has this changed recently? >
That would be: https://github.com/apache/netbeans/pull/1099 I also had a look at it and noticed two things: 1: There are several unittest just failing because they are broken in one way or another. This is noice for our use case and should be removed 2: The Oracle.JS parser changed in an incompatible way. The netbeans integration has to be adjusted accordingly. Some changes are trivial, but many require more deep inside into the generated parse tree. So at this point we rely on the GPLv2-CPE licensed parser. Greetings Matthias --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
