You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
Is there a way to add adapters programmatically to transpiler instance?
It would be vary convenient to have such an option, which would allow to treat the whole transpiler process via dedicated code for specific porject, rather than having to use plguins + configuration file.
I do see the transpiler has setAdatpters function, but
a) it gets List rather than List<Class>
b) it's doesn't seems to be working at all - adding values doesn't seem to have any effect, and looking in jsweet code, I cannot find where getAdapters is used
The text was updated successfully, but these errors were encountered:
Hi
Is there a way to add adapters programmatically to transpiler instance?
It would be vary convenient to have such an option, which would allow to treat the whole transpiler process via dedicated code for specific porject, rather than having to use plguins + configuration file.
I do see the transpiler has setAdatpters function, but
a) it gets List rather than List<Class>
b) it's doesn't seems to be working at all - adding values doesn't seem to have any effect, and looking in jsweet code, I cannot find where getAdapters is used
The text was updated successfully, but these errors were encountered: