You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to go and see if I can make a PR, I'm pretty sure it's related to this, but I have no knowledge of the ML language, and as it's a pretty abnormal language I can't even try without going through a lot of learning about it.
I think it should be a pretty simple thing to implement, and it's pretty important for the future of Node (as right now it's an experimental feature, even if we decided to enable it in production as it's pretty much stable).
__filename
and__dirname
are no longer available with the new ESM specs.Flow is unable to parse the new
import.meta.url
property, which is used to resolve__filename
and__dirname
:Returns the error:
I am no longer able to type check files that require those informations.
The text was updated successfully, but these errors were encountered: