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
Our SWC plugin currently implements yak_library_imports to track how our functions are imported and renamed. This allows us to properly handle cases like:
However, this import tracking mechanism isn't consistently applied throughout the plugin. There appear to be code paths where we're not checking the real import names, causing incorrect behavior with renamed imports.
The text was updated successfully, but these errors were encountered:
Our SWC plugin currently implements
yak_library_imports
to track how our functions are imported and renamed. This allows us to properly handle cases like:However, this import tracking mechanism isn't consistently applied throughout the plugin. There appear to be code paths where we're not checking the real import names, causing incorrect behavior with renamed imports.
The text was updated successfully, but these errors were encountered: