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
Here is what I've been able to ascertain so far. The bug isn't in the color function but rather as the expression is being parsed.
I've done some extensive testing with the color function and it does correctly break up the input based on the given scope level. So that's how I've determined the problem comes from earlier on in the pipeline.
I found many bugs in JsLint scope coloring, so I've just shiped an alternative to jslint color: https://github.com/mazurov/eslevels. It based on esprima and escope libraries that support the latest javascript standards.
Each variable is only matched once per function to its original scope:
As you can above, nested scoped seems to reset it.
This is awesome btw 👍
The text was updated successfully, but these errors were encountered: