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

Fix resolving packages that use the package exports feature #452

Merged
merged 1 commit into from Jan 31, 2023

Conversation

susnux
Copy link
Contributor

@susnux susnux commented Jan 31, 2023

Required for packages that make use of the exports features, as the eslint-plugin-import relays on browserify/resolve for resolving packages which does not support the exports feature (supported by Node 12.7+).

(usage example: import the gettext module from the l10n package)

Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
@skjnldsv skjnldsv merged commit 6bb905e into master Jan 31, 2023
@skjnldsv skjnldsv deleted the fix/resolve-exports branch January 31, 2023 14:21
@skjnldsv
Copy link
Contributor

Wanna release v8.2.1 ?

@susnux
Copy link
Contributor Author

susnux commented Jan 31, 2023

Wanna release v8.2.1 ?

I would highly appreciate that :)

@skjnldsv
Copy link
Contributor

appreciate you doing the release or me? xD

@susnux
Copy link
Contributor Author

susnux commented Jan 31, 2023

You, I do not think I have the permission level for creating release^^

@skjnldsv skjnldsv mentioned this pull request Jan 31, 2023
@skjnldsv
Copy link
Contributor

#453

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants