Jacob Rask

Results 48 comments of Jacob Rask

Would you be willing to accept a PR for a `--no-warning-on-ignored-file` flag? Or could `--no-error-on-unmatched-pattern` be made to disable these warnings as well? It seems like the use cases for...

I'm sure I'm missing something with the tree-shaking, but when I've used babel runtime it outputs imports like `import _extends from "@babel/runtime/helpers/extends";` - can't that be tree-shaken and bundled quite...

@ljharb are there any existing rules in the plugin that could be used to discourage barrel files?

Yarn workspaces, and I assume npm and pnpm workspaces too, installs all local packages to `node_modules/package-name`. In the tests of a package I want to reference the built package. The...

I have implemented and tested this in our own repo with the following patch: ``` --- a/node_modules/reg-notify-github-plugin/lib/github-notifier-plugin.js +++ b/node_modules/reg-notify-github-plugin/lib/github-notifier-plugin.js @@ -39,6 +39,9 @@ class GitHubNotifierPlugin { else { this._apiOpt =...

Still seeing this in 7.0.18.

`media="supports()"` is great feature, but tying it to the simpler `layer` attribute change seems to be one reason for the stall on `layer`, which is also a useful feature in...

If a calendar state without a date selected is valid should you be able to unselect the date as well, or is that something you'd implement yourself?

Thanks! Highlighting is on my todo-list. Now the HTML examples are editable which makes highlighting slightly complicated, but I have some ideas. I benchmarked a few highlighters and I'll probably...

Hi, would you mind having a look at the failing test? As soon as your patch has landed I can make you a contributor.