Skip to content
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

Eliminate the need for node_modules rewriting #1374

Closed
wants to merge 9 commits into from

Conversation

ef4
Copy link
Contributor

@ef4 ef4 commented Mar 15, 2023

Now that we have control over third-stage resolving, we should be able to route requests both to and from our rewritten v1-to-v2 addons without physically rewriting the node_modules tree. This will unblock running the true build tool directly against the project, rather than a temp reflection of the project.

The first commit here switches to a much-pared-down stage1 implementation. The next work is refactoring stage2 so that all addon discovery goes through our module-resolver and adding the features in module-resolver that handle inbound and outbound module requests for the rewritten addons.

@ef4
Copy link
Contributor Author

ef4 commented Jun 15, 2023

Superseded by #1435

@ef4 ef4 closed this Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant