Bronley Plumb
Bronley Plumb
There are several pull requests and unanswered issues. Is this project dead?
The `cwd` option is specified in the docs [here](https://github.com/micromatch/picomatch#:~:text=Current%20working%20directory).  However, It doesn't appear to be used anywhere in the picomatch source code. See this github text search. https://github.com/micromatch/picomatch/search?q=cwd Here...
I maintain 10+ open source projects and I regularly forget to add the github version comparison URL at the bottom of the file. In my projects I moved the URL...
Greenkeeper tried to upgrade gulp 3 to gulp 4 in one of my projects (https://github.com/TwitchBronBron/MessageManager/pull/1/files#diff-b9cfc7f2cdf78a7f4b91a753d10865a2R21). The problem is, gulp 4 has a few major breaking changes compared to gulp 3,...
GitHub colors comments in a json block strangely, so use `jsonc` instead. Makes this:  look like this: 
BrightScript supports IIFE right now! However, they cause errors in the parser. Here's a few examples: ``` result = function(message) return message end function("it works") print (function(message) return message end...
[Here's](https://github.com/rokucommunity/brighterscript/pull/125) a pull request in BrighterScript that increases the performance of the lexer by 5-20% by re-ordering the items in the `scan()` switch statement. You might want to consider doing...
 (Originally reported in [RokuCommunity/brighterscript#86](https://github.com/rokucommunity/brighterscript/issues/86))
Could we update the CircleCI builds to also run on Windows? Currently there are 3 tests that are failing on my local windows machine, but those tests pass when running...
Is there any interest in including comments in the AST? I have added a lot of support for comments in my sort-of fork of this project nested inside of [BrighterScript](https://github.com/RokuCommunity/brighterscript),...