Hi Emilian, Am Freitag, den 11.01.2019, 22:35 +0200 schrieb Emilian Bold: > We suggest the plugin in NetBeans, but I don't know where the source > for it is. > > The plugin we point to is > http://plugins.netbeans.org/plugin/74901/oracle-js-parser-implementation > > I suspect it used to be part of the repository, so where is it? (I > also remember a discussion about relicensing some JS parser as > Apache, > I gather that went nowhere. Sorry if a bit fuzzy.)
nope it is not part of the repository. If I remember correctly the change JS parser was redistributed by the javascript modules and was extracted because it was licenses GPLv2-CP. The graaljs parser can be found here: https://github.com/graalvm/graaljs The work, that externalized the parser should be rereviewed, as the license for the parser was changed to UPL. HTH 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
