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
This PR was squashed before being merged into the main branch.
Discussion
----------
Fix lazy-controller detection when controller contain static properties (update `acorn` ECMAScript version)
Fixes#84
`acorn` should be configured to use ECMAScript version 2022 instead of 2020, which does not support static class properties.
See #84 (comment) for explanation.
Commits
-------
a258b7c Fix lazy-controller detection when controller contain static properties (update `acorn` ECMAScript version)
0 commit comments