web icon indicating copy to clipboard operation
web copied to clipboard

Guides, tools and libraries for modern web development.

Results 360 web issues
Sort by recently updated
recently updated
newest added

When using @web/rollup-plugin-import-meta-assets in a type-checked file, TypeScript complains about the types not being available as they are not declared in the "export" key in package.json. ``` file.js:11:34 - error...

I can not understand about this plugin's purpose, But strangely, when I used web-dev-server, my native HTML importmap function completely disappeared, so I was forced to install this plugin, and...

## What I did 1. Add a shared helper function for `findNode` and `findNodes` to find child nodes within `` elements 2. Enable `findNode` to find children within a ``...

I have been recently struggling with lit where it complained about shadows class fields. While exploring options to address that issue, I found that WTR fails to compile my elements...

## What I did 1. Added a CLI flag that allows passing without any test files being found. 2. Added documentation for the above new CLI flag. 3. Added a...

To be clear, I'm writing up this issue based on my experiences trying to utilize [this doc page](https://github.com/modernweb-dev/web/blob/c4a1044bbfdf5960b655efdfb2083ed9e055ec9b/docs/docs/test-runner/browser-launchers/browserstack.md), also viewable at https://modern-web.dev/docs/test-runner/browser-launchers/browserstack/. After about a full workday trying to make...

Removes [pug](https://github.com/pugjs/pug). It's no longer used after updating ancestor dependency [@rocket/cli](https://github.com/modernweb-dev/rocket/tree/HEAD/packages/cli). These dependencies need to be updated together. Removes `pug` Updates `@rocket/cli` from 0.10.2 to 0.21.0 Release notes Sourced from...

dependencies

Removes [pug-code-gen](https://github.com/pugjs/pug). It's no longer used after updating ancestor dependency [@rocket/cli](https://github.com/modernweb-dev/rocket/tree/HEAD/packages/cli). These dependencies need to be updated together. Removes `pug-code-gen` Updates `@rocket/cli` from 0.10.2 to 0.21.0 Release notes Sourced from...

dependencies

I followed the instructions on [https://modern-web.dev/docs/test-runner/browser-launchers/playwright/](https://modern-web.dev/docs/test-runner/browser-launchers/playwright/). However, when I ran it, I had no output at all in the console, only "Process finished with exit code 1." After playing around...

## What I did Fixes https://github.com/modernweb-dev/web/issues/2793 1. Added a flag to disable the behavior altering change in latest Node 22.7.0 which makes one of the tests fail.