aurelia-contrib / aurelia-knockout

Adds support for Knockout binding syntax to make transition from Durandal and Knockout to Aurelia simpler.
MIT License
22 stars 4 forks source link

aurelia 2 support #30

Open nmocruz opened 3 years ago

nmocruz commented 3 years ago

any plans for support aurelia version 2?

ckotzbauer commented 3 years ago

No, I hadn't time yet to look what would be necessary to add support for Aurelia 2. And I don't know too, if the implementations for both versions can live alongside... Maybe @fkleuver can have a look and provide some information?

fkleuver commented 3 years ago

Thanks for pinging me, I'll add this plugin to the backwards compat checklist to make sure there's a way to make it work. Will get back to you post-alpha :)

ckotzbauer commented 3 years ago

Great, thank you! @fkleuver

nmocruz commented 3 years ago

I notice that version 2 has a binding transformer. Seems very hard to parse ko bindings, but it may be possible to process ko templates using Aurelia. Of course bindings with js expression and ko context access can be complex