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
That's an export statement that's a no-op because it doesn't define any new exports, which is a pattern to mark a file as a module when it doesn't otherwise need any import or export statements.
The text was updated successfully, but these errors were encountered:
This code breaks with the imports transform enabled:
Playground link
That's an export statement that's a no-op because it doesn't define any new exports, which is a pattern to mark a file as a module when it doesn't otherwise need any import or export statements.
The text was updated successfully, but these errors were encountered: