## ECMAScript - Decorators: - Chromium: https://issues.chromium.org/issues/42202709 - Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1781212 - Safari: https://bugs.webkit.org/show_bug.cgi?id=277593 - Spec: https://github.com/tc39/proposal-decorators/issues/509 - Tools: - https://github.com/evanw/esbuild/issues/3866 - https://github.com/swc-project/swc/issues/9565 ## Web - CSS Scope - Chromium: https://issues.chromium.org/issues/432289361 - Selection style - Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1868009 - Nesting with `:host` - https://github.com/w3c/csswg-drafts/issues/9496#issuecomment-2488764336 - https://github.com/w3c/csswg-drafts/issues/11000#issuecomment-2623278653 - https://bugzilla.mozilla.org/show_bug.cgi?id=1993993 - https://issues.chromium.org/issues/393161169 ## TypeScript - https://github.com/microsoft/TypeScript/issues/61702 - https://github.com/microsoft/TypeScript/issues/61773 - https://github.com/microsoft/TypeScript/issues/61929 - https://github.com/microsoft/TypeScript/issues/61931 ## Editor - VS Code tree sitter: https://github.com/microsoft/vscode/issues/56356 - Zed disable extension: https://github.com/zed-industries/zed/discussions/23941#discussioncomment-14889070 - Zed lsp command: https://github.com/zed-industries/zed/issues/20042 - Zed inline css highligth: https://github.com/zed-industries/zed/pull/32478 - https://github.com/mantou132/zed/commit/5484423e066de201792ba2b18acc5f6d2d359e13 - https://github.com/tree-sitter/tree-sitter-css/pull/74 - https://github.com/tree-sitter/tree-sitter-html/pull/122 ## Tools - Biome formatter: https://github.com/biomejs/biome/issues/3334 - v2.4 support `` css`a { display: block; }` `` - support `css({})` https://github.com/mantou132/biome/commit/8f2f88158a64e121fb0b5140406e09bd2943ba5b - Oxc formatter: https://github.com/oxc-project/oxc/issues/15180 - support `css({})` - Prettier: https://github.com/mantou132/prettier/commit/1c34de9abdf121b3b59fa58462df09798d7205c7
ECMAScript
Web
:host:hostrules w3c/csswg-drafts#9496 (comment):rootshould resolve to:hostin shadow trees w3c/csswg-drafts#11000 (comment)TypeScript
Editor
Tools
css`a { display: block; }`css({})mantou132/biome@8f2f881css({})