NullVoxPopuli

Results 2058 comments of NullVoxPopuli

I may have to reject my own pr here because this uses private api. And i have a strict no private api policy

You could use the `unstable` tag of Glint, since two-file components aren't supported :upside_down_face:

:thinking: what causes the app to boot and how is it happening before `setupBrowserFakes`?

ah, yeah -- initializers have proven to often be problematic -- because while it was browser-services hit this time, it more often affects ones own codebase / services -- or...

> Can't the service just use that directly, like all the time? yeah, I don't see a reason why it wouldn't be able to. Perhaps the original thinking was to...

I did find a way to do what I need to do without init including afterInstall: https://github.com/ember-cli/ember-cli/pull/10516/commits/f8a927056e11a42ac083292781fa9e8e7b13ebb9 Should that capability (returning null and filtering from buildFileInfo) be merged, I think...

for others, here is how you configure babel: ```js [ 'babel-plugin-ember-template-compilation', { targetFormat: 'hbs', transforms: [require('ember-hbs-minifier/hbs-minifier-plugin.js').createGlimmerPlugin], }, ], ```

We may also want to do a more modern approach to: - https://github.com/ember-template-lint/ember-template-recast/pull/668 in this release, since it's a major anyway

> feedbacks about the direction it should take: > 1. It takes the PartialStatement as an example and doesn't throw when a Handlebars partial is > found, and the resulting...

yea, for partials, that's that a very nice output!