Chris Krycho

Results 761 comments of Chris Krycho

Bonus note: you may not be setting `index.skipHash` directly. If you set `feature.manyFiles = true`, that will have the same effect (it implicitly enables `index.skipHash`, I believe).

FWIW, I am totally fine with @runspired's alternative proposal here; I definitely do not have time to rewrite or drive it at the moment, but would be happy to see...

1. No, because assuming we do this, we are going to have a migration plan that allows the community to migrate incrementally. 2. Billions of apps 🤣

We talked a little bit about this at a high level at the Framework team meeting today (everyone is excited), and I'll review it early next week with the input...

The places it's likely to come up are exceptionally rare, but likely to be *very* annoying for people when they do happen, just insofar as they're a case where TS/Glint...

Seems good. 👍🏼 I think implementing support for this in `ember-modifier` can readily be done in a backwards-compatible way, likely just by migrating to the new timing equivalent to the...

The text needs some clarification, then: as it stands the two capabilities/hooks appear to be *installation*-specific and that strongly implies that only one of them runs. (The text doesn’t explicitly...

This is a good thing to consider changing, though note that *keywords* and *control structures* in most languages are allowed to have their own syntactic forms. I would also suggest...

That's correct; technically Glimmer templates are still Handlebars templates. They've diverged substantially, but by *addition* rather than by *change* overall. The first pass of the parser *is* the JS Handlebars...