web
web copied to clipboard
Guides, tools and libraries for modern web development.
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@web/[email protected]` for the project I'm working on. When using mocking on subfolders e.g....
## What I did Fix an issue that leads to failing tests to be potentially swallowed from the defaultReporter `import { defaultReporter } from '@web/test-runner';` It's a very tedious issue...
## Description `@web/rollup-plugin-import-meta-assets` currently only supports resolving string literals (see [this line](https://github.com/modernweb-dev/web/blob/d6a6112bc6c038fa6be6937e9e66b5d9c44476d3/packages/rollup-plugin-import-meta-assets/src/rollup-plugin-import-meta-assets.js#L34)). This is _NOT_ documented, and misleading since an expression that evaluates to a string is "the same" from...
## Information * Chrome: **v115.0.5790.102** * OS: Ubuntu **20.04** * Test Framework: **Mocha** * @web/test-runer@**0.17.0** ## Issue Setting the concurrency to anything other than `1` (or basically not setting it...
To use Web Assembly with a local dev server (or in fact, any server), you have to add specific response headers or the web browser takes away all your toys...
When processing HTML the `rollup-plugin-html` plugin skips extracting assets within `` tags. I've made myself a small build system that uses `@lit-labs/ssr` to generate HTML pages and noticed that the...
[This change](https://github.com/modernweb-dev/web/commit/b2c857362d894a9eceb36516af84a800209f187b) switched the reporter to use a buffered logger that gets passed in to reportTestFileResults(), but it stores the bufferedlogger and reuses it in onTestRunFinished() for further logging. However...
Getting error when reading some data Invalid UTF-8 leading byte 0x000000bd encountered when deserializing a UTF-8 string in wasm memory to a JS string
https://modern-web.dev/docs/test-runner/browser-launchers/playwright/ says to use https://github.com/marketplace/actions/run-playwright-tests, but that page says it's deprecated and to use `npx playwright install --with-deps` instead.
Bumps [ejs](https://github.com/mde/ejs) to 3.1.10 and updates ancestor dependency [@rocket/cli](https://github.com/modernweb-dev/rocket/tree/HEAD/packages/cli). These dependencies need to be updated together. Updates `ejs` from 3.1.9 to 3.1.10 Release notes Sourced from ejs's releases. v3.1.10 Version...