-
-
Notifications
You must be signed in to change notification settings - Fork 708
perf(linter): refactor no-amd to do scope check after node type check
#14690
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
perf(linter): refactor no-amd to do scope check after node type check
#14690
Conversation
CodSpeed Performance ReportMerging #14690 will not alter performanceComparing Summary
Footnotes
|
no-amd to do scope check after node type checkno-amd to do scope check after node type check
Merge activity
|
…ck (#14690) Check node type first, then check scope later, as this enables node type optimization.
e1b25e3 to
71cfeaa
Compare
1dced5d to
be33a15
Compare

Check node type first, then check scope later, as this enables node type optimization.