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

Changes to Node.js exports specification #11

Closed
merceyz opened this issue Sep 15, 2021 · 1 comment
Closed

Changes to Node.js exports specification #11

merceyz opened this issue Sep 15, 2021 · 1 comment

Comments

@merceyz
Copy link
Contributor

merceyz commented Sep 15, 2021

Node.js has changed their exports specification deprecating trailing slash pattern mappings in nodejs/node#40039 and added support for pattern trailers in nodejs/node#39635 so some changes might be required.

@lukeed
Copy link
Owner

lukeed commented Sep 15, 2021

This is already supported. The deprecated syntax will continue to be supported because it's still widely used and Node also supports it (and will for a long time as it's part of LTS)

@lukeed lukeed closed this as completed Sep 15, 2021
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

No branches or pull requests

2 participants