Yoni Medoff
Yoni Medoff
Code with empty multiline comments (`/**/`) gets parsed incorrectly, and could lead to chunks of CSS getting erased through minification, like this: ``` /**/ .any-code-here-is-erased { display: none; } /**/...
**Describe the solution you'd like** At the end of a test run, the total duration currently shows a rounded value, like `1m`. It would be great if this was more...
Hi, just noticed that the interactive codesandbox uses `outline`, while the docs currently use `underline`.
I'm using nyc as directed, to generate code coverage. My `.nycrc` file looks like this: ```json { "exclude": [ "**/test", "**/*.marko.js", "common/test-utils" ], "report-dir": "./.coverage", "all": true } ``` The...
Hi, would you consider upgrading the version of `jsdom` for this package? I have been running into a bunch of issues with `node-gyp rebuild` failing from `contextify` in Node 8,...
Hi, I'm currently using [load-grunt-config](https://github.com/firstandthird/load-grunt-config) in order to load grunt task files, each of which contains relevant config for that task. Most plugins will namespace their config. So `jsonlint` would...