Automatically bundle the code of pinned val versions #101
pomdtr
started this conversation in
Feature Request
Replies: 1 comment
-
This will break vals that rely on brand checks or side effects. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently pinned imports are broken, since only the root val version is fixed.
To solve this, I propose to bundle the code of all vals in the dependency tree each time a new version of a val is created, and serve this bundle when importing a pinned version:
Beta Was this translation helpful? Give feedback.
All reactions