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
{{ message }}
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.
The following produces the error E053 - Export declarations are only allowed at the top level of module scope.
Whilst I appreciate that const and export shouldn't be used in production code (unless controlled environments, eg. Electron - the use case I have) this still shouldn't be happening.
The following produces the error
E053 - Export declarations are only allowed at the top level of module scope.
Whilst I appreciate that
const
andexport
shouldn't be used in production code (unless controlled environments, eg. Electron - the use case I have) this still shouldn't be happening.It appears JSHint isn't matching the closing brace properly, as the following supresses the error despite being syntactically incorrect:
The text was updated successfully, but these errors were encountered: