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
swc_ecma_transforms_compat:
- Fix `this` in class properties. (#2228)
swc_ecma_transforms_typescript:
- Handle `import =` correctly. (#2234)
- Ensure that #1653 is not the case anymore. (#1653)
swc:
- Ensure that #2232 is not the case. (#2232)
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
https://www.typescriptlang.org/docs/handbook/namespaces.html#aliases
Input code
Config
Current behavior
(
polygons
is undefined)Version
The version of @swc/core: 1.2.85
Additional context
parcel-bundler/parcel#6902
The text was updated successfully, but these errors were encountered: