Justin Fagnani

Results 256 issues of Justin Fagnani

Updates remaining dependencies except MWC and Web Component Analyzer, which will both be replaced soon. Best reviewed as individual commits.

This is part of updating deps and making the project more standard to current Lit projects. Best reviewed as individual commits.

CustomEvents are a vestige of the DOM API from a time before `Event` was subclassable. Had JS allowed subclassing native object earlier, CustomEvent would have never existed. All CustomEvents can...

bug

### Describe the bug `@watch()` currently patches the element prototype to override `update()` each time it's applied. Patching the prototype at all is less-then-ideal for performance, but creating a potentially...

bug

### Describe the bug sl-input creates two helper inputs to use native input date and number parsing. Inputs are farily heavyweight as far as elements go, and many sl-input instances...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior This package is currently published as CommonJS modules only. This makes...

Bug
Needs Triage

I'm getting errors using eleventy-plugin-compress on a fairly simple config that uses `addPassthroughCopy()` for some CSS and images: ``` 11:42:06 AM -> Icons: Error: ENOENT: no such file or directory,...

CI looks like it's consistently failing on Node tests on Windows. Example test run: https://github.com/modernweb-dev/web/actions/runs/8848138633/job/24297385401 The failure appears to be: ``` Failed test file: Webkit test\snapshot\browser-test.js can store snapshots containing...

Fixes https://github.com/modernweb-dev/web/issues/2231 ## What I did 1. Made rollupAdapter correctly take into account rootDir when rewriting outside-of-workspace resolved specifiers. This PR is a draft because I can't get tests to...