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
The magic CommonJS constants __filename and __dirname are not available in ES modules. They’re supposed to be replaced by import.meta.url, but language-javascript does not support parsing this meta property.
The text was updated successfully, but these errors were encountered:
The magic CommonJS constants
__filename
and__dirname
are not available in ES modules. They’re supposed to be replaced byimport.meta.url
, butlanguage-javascript
does not support parsing this meta property.The text was updated successfully, but these errors were encountered: