Results 92 comments of Alice Pote

The fix for this was just released today in [Stencil v4.12.1](https://github.com/ionic-team/stencil/releases/tag/v4.12.1)!

The fix for this was published in [today's release!](https://github.com/ionic-team/stencil/releases/tag/v4.12.5)

Just looked into this a little bit and I don't think changing how Stencil handles `noEmitOnError` would fulfill this feature request, as Stencil actually already sets this to `false`: https://github.com/ionic-team/stencil/blob/8f03983a1552d95c67ffbc691cba2742b9f3f593/src/compiler/transpile/ts-config.ts#L23-L37...

Hey @mlechler, just was able to confirm that this is indeed an issue! I'll ingest it into our backlog for the team to prioritize. Thanks for reporting!

It looks like this is a Rollup-related issue, since support for static initialization blocks was added in [2.59.0](https://github.com/rollup/rollup/blob/master/CHANGELOG.md#2590) but we're on 2.56.3

I'm a maintainer of Stencil, a CLI tool for building Web Components. We recently switched to using esbuild to bundle Stencil itself and it's been a great experience so far!...

Maybe let's go with another issue so we can track it separately in case there's a different root cause for the same behavior? I don't know that's the case, but...

Sorry for the slow progress on this issue! I've just taken another look at it, and I've got a bit of a fix together -- I'm not sure it's the...

@benelan I'm curious what you're proposing with generating components with DSD during Stencil compilation. My understanding is that DSD is an "in-html" construct, so at a minimum Stencil would have...