Automatically fix Deno imports when using a val as a module #71
RLesser
started this conversation in
Feature Request
Replies: 3 comments
-
Original Discord discussion: https://discord.com/channels/1020432421243592714/1209278932189315163 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Big yes from me! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I added a userspace label to this because in theory this feature could be built as a CDN on val town or another site in userspace - ie outside of val town the company - at least to start |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Within val town, using
npm:
style imports works well, but when importing the val as a module this causes it to break. But switching to an explicit esm package import instead causes typing to fail. We should be able to usenpm:
in the val and have it auto replace with the module url when importing as a moduleBeta Was this translation helpful? Give feedback.
All reactions