|
|
|
|
|
by mcdee
2114 days ago
|
|
The point of having separate imports for separate versions is to allow for use of (for example) both v1 and v2 of a module within the same codebase, if required. Your idea would force a single version, which means that would no longer be possible. |
|