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
An error will be reported when the super parameter contains an async function: ReferenceError: this hasn't been initialised - super() hasn't been called
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
Describe the bug
An error will be reported when the super parameter contains an async function:
ReferenceError: this hasn't been initialised - super() hasn't been called
Input code
Config
Playground link (or link to the minimal reproduction)
https://play.swc.rs/?version=1.7.11&code=H4sIAAAAAAAAA02KTQrCMBCF9znFWyYgPUBFQRfeI0wDBkKmZKbQUnJ3dSjFt3k%2F36MSRfBiRlo11UnwjA27A4iraFtIuXmeNX9rMADIMqfmLeKYfqJYymNElK0SfMDt%2FgcBfWcZ7OPD9dz75Yjd3Eh33X0A8SqckZkAAAA%3D&config=H4sIAAAAAAAAA1WQQQ7CIBBF9z0FYe1CE%2BvCRG%2FgCYwx2A4VU0ozQ02bpncXkBK6Y%2F77zMyfuWCMf6jiZza7pyt6gQSYaqfQ1FkxOoVDpQVVqHrLdyv9kEdStARBWv6Et8YQrCRqWnVKTnnvyugegWhr9FbRNS1sOxexO9emHgKMO9uph7AfnXgyQffNHAIbsH7MPU7ww99oNLDrhZWHFMj%2FrJugHspclQpBmjHYjzkgIQWq8GGf68rQ07EIov5ICV9DI9UIfieLQ0ge061XShfhim5rZO8tlh%2BMdDPEuAEAAA%3D%3D
SWC Info output
No response
Expected behavior
this should be accessed after super() call
Actual behavior
Version
1.7.11
Additional context
No response
The text was updated successfully, but these errors were encountered: