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
{{ message }}
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.
I think there was some talk about disabling the "unused import" failure for the generated Angular Dart code. @alexeagle, is that correct?
If so, we could just always generate imports for ListWrapper etc. But I think duplicate imports are still an issue - so we might still have to be smarter and look ahead to see if we need to add the import.
Re inlining the logic, I looked at that when I implemented these, I thought it was too much code. Any other opinions?
Those would emit
ListWrapper.slice()
andListWrapper.splice()
.Couldn't that be an issue if
ListWrapper
is not imported ?How should we deal with that:
The text was updated successfully, but these errors were encountered: