Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] About parsing and conversion times

Very cool. Thanks Eugene. I'll take a look at how we can use it for QML as well.

On Apr 7, 2016 12:45 PM, "Eugene Melekhov" <emvv@xxxxxxx> wrote:

> I would not hold my breath on that. Even if we can get the IP work done. We still need a converter from Closure’s IR
> to DOM AST so that the current functionality continues to work.

Yes, unfortunately it's not that easy. I'd prefer to use Closure's IR directly in order to avoid conversion at all and
manipulate it directly if necessary, but this require work. I've found at least 341 file importing ASTNode in
org.eclipse.wst.jsdt.ui so you see...

Perhaps it's possible to use class derived from Closure's Node as wrapper or implement some Adaptor in Eclipse's
terminology to minimize conversion, but it depends. It's hard to say in advance.


--
Eugene Melekhov

_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/wtp-dev

Back to the top