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
Right now some of the files use require statements and module.exports while some use ES6 module syntax. All files should be migrated to the module style.
The text was updated successfully, but these errors were encountered:
Right now some of the files use require statements and
module.exports
while some use ES6 module syntax. All files should be migrated to the module style.The text was updated successfully, but these errors were encountered: