refactor: centralise imports and cleanup exports#2900
refactor: centralise imports and cleanup exports#2900marvinhagemeister merged 6 commits intodenoland:mainfrom iuioiua:deno-jsons-clean
Conversation
|
PTAL @marvinhagemeister |
|
I fee like this PR is a good argument why Deno should support |
|
We could just use |
I'm not sure I'm following. What would change and what it would look like? |
|
Imports within |
|
@marvinhagemeister, is not being able to know which dependencies each workspace uses a blocker for this PR? If so, I can rename the |
There was a problem hiding this comment.
LGTM
is not being able to know which dependencies each workspace uses a blocker for this PR?
No, I've changed my mind on this one since the recent issue where due to missing peerDependencies I published an alpha with duplicate Preact versions. Let's merge this.
The benefits of these changes are:
deno outdatedat the root, instead of in each workspace.Closes #2788