- From: Sasha Firsov <notifications@github.com>
- Date: Mon, 17 Mar 2025 19:07:29 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 18 March 2025 02:07:33 UTC
sashafirsov left a comment (WICG/webcomponents#776) Without schema based parser, the content mixing as HTML, XSLT, CSS, JS, XPath, SVG becomes a nightmare to deal on the scale. No wonder that solution which excludes other tiers are winning. Like JS-centric web apps. That solves a transparency problem and source-availability in editors, debugger, and bundling/optimizing tools. For example, even for simple case as inline custom elements declaration (DCE or inline JS), the parser with access to AST is needed for IDE editor support. Otherwise the regeneration of IDE-specific metafile and its reload is only option. -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/776#issuecomment-2731397055 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/776/2731397055@github.com>
Received on Tuesday, 18 March 2025 02:07:33 UTC