Stuart Knightley
Stuart Knightley
Do you still need support for this? If so, would you mind updating the PR and adding a test?
It might be easier to scale if linting is done on-demand instead of ahead of time.
I have a minimal repro repository here: https://github.com/Stuk/wtr-coverage-repro. The details of what I believe causes this issue are listed in the readme. To summarize, metadata for functions in a file...
@bcoe I have a fix for this that I was able to find in the https://github.com/modernweb-dev/web repo that I'll be sending a PR for tomorrow. Unfortunately as I was skimming...
In the current Watir `.id`, `.set?` etc. return the value of the first element in the collection, and don't `.all?` them afaict. f52a855c965fcb126eb2bbf0a3ac29e3897c9733 fixes this. If you're happy jarib, please...
The thing is, all the npm package _is_ the distribution and so it makes no sense to include the `dist` files as well. The `dist` files only exist because it's...
Okay. It's pretty straight forward to build. ``` bash # if you don't have grunt npm install -g grunt-cli grunt build ```