strict mode worries the IDE #459
Unanswered
espruino-discuss
asked this question in
JavaScript
Replies: 2 comments
-
Posted at 2015-10-08 by @gfwilliams Thanks for the report - I should turn off that set of linter warnings. You might be able to use However, Espruino doesn't pay any attention to |
Beta Was this translation helpful? Give feedback.
0 replies
-
Posted at 2015-10-09 by andiy
does not help - now the global var itself gets accused by the linter ;)
imho that's ok - to get some hints in the editor is already great! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2015-10-07 by andiy
code using the 'use strict' directive is identified by the editor, but
brings up error message for built-in library functions (see attached image)
is there any libraray available to satisfy the editor's strict validator?
ps: the esprima minifyer ignores the strict directive, and reports even bad code to be fine
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions