Robbie Wagner

Results 813 comments of Robbie Wagner

@webark glimmer components can have a JS component. They are not always template only. For template only I think your let block suggestion makes sense, but for ones with JS...

@webark ohhhhh, so you are saying the `let` is in the library, not a thing we would have to do in our apps? Sorry, I think I misunderstood. It might...

@webark there is a new API that was introduced for building the component tree in ember-inspector which might be helpful for finding all the components. We are using it here...

> so this is kind of what the syntax would be. > > ``` > {{#each this.items as |item|}} > > > > > > {{/each}} > ``` Is `vairant`...

Gotcha, so to be clear the new API would be to use this element modifier in place of `this.styleNamespace`? Will this work when `styles.scss` lives in pods or colocated component...

@webark please let me know if you need help testing anything.

@webark there are two types of colocation. One is "pod" like where you have a folder for the component with an `index.hbs` and `index.js` and another where there is no...

@webark can you clarify what exactly is working now? Does this include colocated components both nested and not? Does it include a way to work with glimmer components, etc? Once...

@webark yeah, we should probably only do the co-location bits if Ember >= 3.13. Either that or don't test 3.12 anymore. Unsure of what is needed for a roll out...

@webark I left a comment here https://github.com/ebryn/ember-component-css/pull/333/files#r460402288 I am not sure if this will work at build time or not, but assuming it will, this would check the Ember version...