Chris Krycho
Chris Krycho
I do have some thoughts on that, but I have not had a chance to play with any of them yet.
@cibernox if I'm starting on integration with ember-cli-typescript, is this still a reasonable branch? (I see that it's many months out of date, but don't know how much things have...
Cool. I may give it a whirl today or tomorrow and report back.
While I broadly agree with that goal, I think there are three key bits here from my POV: 1. Having the *ability* to do this when needed from a technical...
That's good! We may be talking about different angles here; I'm not sure. 🤔 The thing I'm pointing at is the question of whether we have to go walk the...
#428 fixed a related-but-not-identical issue: the set of class properties plugins *themselves* must match, and that's a hard error if they don't. Here, it's just warning that we're forcibly setting...
I think so? My first-pass though when looking at the code was that we just need to get the preset env config earlier up and pass any relevant options from...
Yeah, unfortunately I can't easily do so (don't have permissions). I might have to just re-commit and force push. 🙃
Right, the specific reason that behaves that way is that Yarn preserves *existing* versions of transitive dependencies wherever possible, to avoid having you get broken by adding or upgrading a...
Huh, interesting thought. So then the work of ember-cli-typescript and similar would *just* be providing the build/publish hooks to let people generate their type definitions (as desired) and injecting build...