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
A small point: this would make most sense if TypeScript were to support a using-style directive.
Something like import * from A (as suggested in #2956).
The suggestion in microsoft/TypeScript-Sublime-Plugin#327 is about adding an import Task = ..., which I don't believe many people would do, because that is a sort of per type import (i.e. a simple alias).
The suggestion in microsoft/TypeScript-Sublime-Plugin#327 is about adding an import Task = ..., which I don't believe many people would do, because that is a sort of per type import (i.e. a simple alias).
A using directive would be nice, but I think that is a separate issue in this case. 327 mentions that the generated statement would be dependent on the "module" setting in tsconfig - based on current ways we have to import code.
Something like the following:
See microsoft/TypeScript-Sublime-Plugin#327 for the original suggestion.
The text was updated successfully, but these errors were encountered: