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
full ESM support is given with js-controller 6.0.11 (compact mode works too)
hence we should either always create ESM or add ESM as an option to the creator
advantages: support with all dependencies no matter if ESM or CJS, modern features like top level await, import syntax also for non-typescript, ...
disadvantage: from my point of view just that dev may need some time to get used to it, adapters are not used as deps normally so there should be no problem
The text was updated successfully, but these errors were encountered:
6.0.11
(compact mode works too)The text was updated successfully, but these errors were encountered: