-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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] no-unresolved
: check import()
#2026
Conversation
1dfde11
to
2420b04
Compare
I didn't see the option in the page. :-( |
friendly ping @ljharb |
@aladdin-add i'll take a look soon, but merging this is still blocked on #1986. |
As for the "allow edits" failure; that's because you're making a PR from a fork that's not "aladdin-add", it's "hello-weiran", so due to a github bug, that means you'd need to explicitly give me write perms on https://github.com/hello-weiran/eslint-plugin-import so I can force push to the PR branch. |
This might be a duplicate of #2012. I'll rebase this after landing that, and keep whatever I can. |
didn't notice that. seems this one is no longer needed, so it can be closed now. |
2b05677
to
6f46b6f
Compare
the "allow edits" seems working after transfering the repo to "aladdin-add" group. |
@ljharb ptal~ |
56c4516
to
46da178
Compare
no-unresolved
: check import()
@aladdin-add still looks like there's some test failures; can you take a look? |
sure, will do! |
5be09ba
to
b7569a6
Compare
What npm version are you using to install it? On node 10+, we're using npm 7 latest in CI. |
my local env:
I don't think so - there was an error when upgrading npm |
While that’s concerning, node 15 and 16 would still ship with some version of npm 7. I’ll have to look into that failure separately. |
it seems not related to npm. I switched to npm v6.14.13(local env), and the tests was not failing. |
it turns out the node.js/npm version is not as expected. (tested on my fork) |
That's a problem that I thought I'd fixed :-/ i'll take a look at it on master. |
Fixed the tests in master, will rebase now. |
dynamic import has changed in estree
refs: estree/estree#197
Fixes #2024