Claas Augner
Claas Augner
See: https://github.com/mdn/yari/pull/5648#discussion_r828906747 **Goals** - Mobile first (but _no_ separate files for mobile/desktop) - Atomic styles (e.g. group styles in files per component) - No unscoped styles in files for atoms/molecules/organisms
## Summary Deprecates the `{{source}}` macro, which is no longer used in content and already tracked for removal in translated-content: https://github.com/mdn/translated-content/issues/7178
## Summary Fixes #7106 by improving the way `MacroInvocationError`s are displayed (both in the command line and in the browser). ### Problem Macro errors were always confusing and hard to...
## Summary Moves `build/sync-translated-content.ts` to `tool/sync-translated-content.ts`, because it is only used by `tool/cli.ts`. --- ## Screenshots n/a --- ## How did you test this change? Ran `yarn tool sync-translated-content` locally.
Open http://localhost:3000/en-US/docs/Learn/HTML#modules locally in a **new** tab. **Expectation**: I see the Modules section. **Actual**: I see the top of the article.
> It would be nice to only observe s or (even better) instead, but this doesn't work (yet), because not all sections are wrapped in these yet (especially the content...
A simple wildcard mode would allow to define items like `https://*facebook.com/*` by escaping all special characters except `*`. Here's animplementation that you could use: ```js function escapeRegExp(string) { return string.replace(/[.*+?^${}()|[\]\\]/g,...
## Background I'm using [vimeo/psalm](https://github.com/vimeo/psalm)'s LSP in a large PHP project. ## Problem Unfortunately the LSP significantly slows down the editing, causing a delay (of up to a few seconds)...
### Proposal The mdn/content embeds or links to 69 JSFiddles (*) in total, and we should convert these to live samples to make it easier to maintain them. (*) According...
> [!IMPORTANT] > This is a draft project, please do not start working on this yet. ### Proposal This issue is a project tracker to track the bump of Node.js...