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
MIME module is breaking at class declaration, as it is expecting use strict mode.
Error states:
class Mime {
^^^^^
SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
The text was updated successfully, but these errors were encountered:
ryu047
changed the title
MIME breaking with class declaration as it is without use strict mode
MIME breaking with 'class' declaration as it is without 'use strict mode'
Sep 13, 2017
MIME module is breaking at
class
declaration, as it is expectinguse strict mode
.Error states:
The text was updated successfully, but these errors were encountered: