Results 6 comments of Radu Dan

Not 100%, but the AST should look very similar to this: ``` Assign( variable: Value( base: Literal("className"), properties: [ Access( name=Literal("prototype") ), Access( name=Literal("methodName") ) ] ), value: Code(...) )...

If anyone's still interested, [my plugin](https://github.com/za-creature/coffeescope) handles undefined vars and more Ref @wwwdata

@danielbayley https://github.com/clutchski/coffeelint/pull/579

@mpeterv Not really similar. [SublimeLinter-luacheck](https://github.com/SublimeLinter/SublimeLinter-luacheck) runs it relative to the input file's directory and as such cannot be used unless there's a `.luacheckrc` (or link to one) in every folder...

@mpeterv Apologies then; you may close this if you wish. Any estimate as to when the next point release is due? I still disagree with the semantics; from my perspective,...

Unfortunately, I'm not confident enough in my general-purpose Lua knowledge to contribute (I just use it for redis scripting) so that I'll leave that PR to someone else.