Robert Jackson
Robert Jackson
> Slightly inflated WF size in non-DEBUG + minified: each template now adds an additional 16 ASCII bytes, ()=>JSON.parse(${WF}) in the "blocks" field. I don't imagine this to be a...
> IE 11 tests are failing because the precompile output uses arrow functions which is not supported. Should I switch it to use function() { ... }? Yes
I think the CI issue was fixed by https://github.com/glimmerjs/glimmer-vm/pull/1078 if you want to rebase it should pass now...
Ideally we say what the conceptual point of the package is. Possibly even an arch diagram. Since we are publishing them all separately, this README is also displayed when the...
The issue reported (having anything in the closing tag) should be disallowed. The other examples are unrelated (and possibly their own bugs).
I guess I don't grok why the browser doesn't just take care of this for us?
Anyone have a link handy to the specs around `noscript`?
I'm just not sure that we have a bug here. It seems to me that folks should guard any `` content in an `{{#if isFastBoot}}` or somesuch. As far as...
Hmm, I don’t understand what you mean. If an app doesn’t have fastboot, you never render without JavaScript and therefore should never have ``. What am I missing?