-
Notifications
You must be signed in to change notification settings - Fork 75
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
Support subpath pattern exports #2265
Comments
I took a moment to look into this, to gauge how much of a lift it really would be. A closer read of the docs tells me that the DSL for subpath patterns seems to merely be strings split on https://gist.github.com/kriskowal/35c435f2d99b57a3f1cd00e2b4c407aa This largely reduces because we’re able to rely on code point iteration and can safely dispatch methods of intrinsics under Hardened JavaScript. I think it’d be reasonable to |
Branch with my work so far master...kriskowal-export-subpath I discovered that we need a big refactor of how |
What is the Problem Being Solved?
Endo's bundler doesn't yet support subpath patterns in the package exports property.
This breaks imports from packages that use it. E.g. in this build
Description of the Design
Support it. :)
Security Considerations
Scaling Considerations
Test Plan
Compatibility Considerations
Upgrade Considerations
The text was updated successfully, but these errors were encountered: