We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Node.js can do this:
// in package foo, in test script: import foo from "foo"; // import itself for test!
It seems import/no-unresolved can't handle this.
The text was updated successfully, but these errors were encountered:
That functionality comes from the exports field, which resolve does not yet support, and therefore neither do we. When it gets it, so will we.
exports
resolve
Sorry, something went wrong.
No branches or pull requests
Node.js can do this:
It seems import/no-unresolved can't handle this.
The text was updated successfully, but these errors were encountered: