James Abney
James Abney
It looks like Node installs a link "node" in /usr/local/bin which is the default for "binDir" in Packages/CoffeeScript/CoffeeScript.sublime-settings. CoffeeScript does not create a link there. I opted to follow kdavh's...
Just wondering if it's possible/performant to put the match result on `IToken`, which would also provide full access to the capture groups. ```javascript export interface IToken { /** The textual...
> If you are interested and want to contribute a PR 😄 with at least the base functionality working we could at least start getting exploring some of the performance...
> Note that a TokenType could be required to explicitly indicate (in createToken) it wants to save capturing groups. That would seem to be better than a more general lexer...
I'm also encountering the `Cannot declare a parameter named 'b' as it shadows the name of a strict mode function` issue in Safari. I'm using slimit as part of a...