endojs / endo

Endo is a distributed secure JavaScript sandbox, based on SES
Apache License 2.0
762 stars 68 forks source link

support subpath pattern exports #2265

Open turadg opened 2 months ago

turadg commented 2 months ago

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