Radu Dan
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.
This is still an issue with Xcode 14.3 (14E222b), though it might be restricted to `.assignCurrentContext`: ```swift import Foundation let queue = DispatchQueue(label: "I'm a train choo choo", attributes: .concurrent)...
No worries, what you've provided so far is plenty to get me started I'm currently running Ventura 13.6.4 on what you might call unsanctioned hardware but I've only started having...
Quick update, as I haven't had time to go through the codebase: Every time the device fails to start is immediately preceded by: ` 5763 HALC_ProxyIOContext.cpp:783 HALC_ProxyIOContext::_StartIO(): Client running as...
The eslint plugin might exhibit some issues with the coffeescript-to-javascript translation. My main concern is the everything-is-an-expression syntax in coffeescript which might produce unexpected results depending on how the translation...