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
As you see __publicField are called before super();, which results in Uncaught ReferenceError: Must call super constructor in derived class before accessing 'this' or returning from derived constructor.
The text was updated successfully, but these errors were encountered:
kirill-konshin
changed the title
Generated constructor uses this before calling super()
Generated constructor uses this before calling super() when constructor has spread in args
Jan 15, 2021
When processing a class that looks like this:
Using following command:
I am getting
As you see
__publicField
are called beforesuper();
, which results inUncaught ReferenceError: Must call super constructor in derived class before accessing 'this' or returning from derived constructor
.There was a similar issue before: #242
Esbuild version is
0.8.32
.The text was updated successfully, but these errors were encountered: