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
The user is forced to use the renaming of the imported method when using a named import. This is because the async, sync and stream methods tell the developer nothing and can lead to conflicts with other variables or methods in the module being developed.
Motivation
The user is forced to use the renaming of the imported method when using a named import. This is because the
async
,sync
andstream
methods tell the developer nothing and can lead to conflicts with other variables or methods in the module being developed.There is no such problem with the next use case:
Related issues
#383
The text was updated successfully, but these errors were encountered: