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
No need to disallow it if you use a different syntax for dart-imports.
I'd recommend using import dart:async; instead, and reserve all the dotted-identifiers for packages.
In general, we might want to allowing omitting the quotes. URIs have a well-defined syntax that can't contain whitespace. If we say that an import must start with a URI that doesn't contain a semicolon, then the quotes would be unnecessary.
In general, we might want to allowing omitting the quotes. URIs have a well-defined syntax that can't contain whitespace. If we say that an import must start with a URI that doesn't contain a semicolon, then the quotes would be unnecessary.
No description provided.
The text was updated successfully, but these errors were encountered: