NightlyCommit / twing-loader

*** This project is now hosted in GitLab ***
https://gitlab.com/nightlycommit/twing-loader
12 stars 13 forks source link

twing-loader is not compatible with Twing@6 #41

Open frederikdekegel opened 9 months ago

frederikdekegel commented 9 months ago

Hi,

Are there any plans to upgrade the loader to use version 6 of twing?

Thank you

ericmorand commented 8 months ago

Hi @frederikdekegel , sorry for the late answer.

To update the loader to support Twing 6 I first need to add a way to serialize Twing templates to something that can easily and efficiently be bundled - typically a literal object that can be deserialized into a template.

Good news is that it is much easier than I first thought and that Twing 6 will provide this feature in the next few days. Then updating twing-loader will be straightforward.

I don't want to over promise but it should be doable by the end of the month.

ericmorand commented 8 months ago

The required change in Twing is tracked by the following GitLab issue: https://gitlab.com/nightlycommit/twing/-/issues/609