-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Support removeModule API #119
Comments
I find this use case to be interesting. I'm using What I'd like to have is the flexibility to "unsubscribe" the virtual modules in favor of files that are now present my working directory and I think that the Do you see any objections to this implementation, @larixer? |
@rnarcos No objections, I would merge it, if tests will pass and the code quality will be okay-ish |
Any way that I can be in closer contact with you (or any other contributor associated to this project) in order to get a clearer vision about environment setup and contribution guide? |
@rnarcos As a core team member of Yarn package manager I'm available at a Yarn's discord: |
hey i think i'm trying to do the same thing as you... basically i'm replacing a module dynamically as i rebuild. i can REPLACE the fake contents with new fake contents by calling writeModule again... but i can't go back to the original easily...
edit: no it's not.... dang. but i would really like this feature... |
as a workaround i'm doing |
Describe the user story
We will remove virtual modules in some cases.
Describe the solution you'd like
In watch mode, we can remove virtual modules to release memory.
Describe the drawbacks of your solution
New API.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: