-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
[READ]
or [CALL]
?
#359
Comments
Just gonna repost my comment here:
|
@aladdin-add's response (#358 (comment)):
|
This is the way I understood the 3 symbols:
|
I am currently in favour of using Examples that are not if (event instanceof CustomEvent) {}
class MyEvent extends CustomEvent {} Examples that are not module.enableCompileCache.call(module); // or `bind`/`apply`
process.nextTick(module.enableCompileCache); That being said, if people are going to go to that length, maybe we should let them? |
I would argue that we would need to change the code to enable if (event instanceof CustomEvent) {}
class MyEvent extends CustomEvent {} if we set it as And that we would also enable module.enableCompileCache.call(module); // or `bind`/`apply` if we set
|
This is feeling like an https://github.com/eslint-community/eslint-utils discussion to me 🤔 |
@scagood Since these types are coming from CC/ @eslint-community/eslint-utils Tagging the |
After some further investigation I came across the following explanation from the
But I guess it will need some more research to know whether we ( |
I always wonder what should be used to get |
@fisker I guess the answer would be 'no', but would there be an easy way to test out how that currently works on the |
If I remember correctly, |
Hence why I used
CALL
instead ofREAD
here as wellOriginally posted by @MichaelDeBoey in #358 (comment)
The text was updated successfully, but these errors were encountered: