Chris Krycho
Chris Krycho
We've now long since updated all docs to *assume* Octane. Mike's recommendations here were pretty much exactly what we documented and guided people toward, though Ember itself made some of...
We now recommend that people switch to using `ember-cli-babel` for apps (as documented [here](https://github.com/babel/ember-cli-babel#enabling-typescript-transpilation)) and the rollup plugin configured as part of the v2 add-on build for add-ons, in conjunction...
This got implemented natively via ember-cli/ember-cli#9972! Huzzah!
Resolved by shipping types from Ember itself, where it cannot get out of line with the source of truth. 🎉
(Also Routes no longer have that API!)
@charlespierce thinking this through: when we walk the path, doe we have to do the actual I/O explicitly at every step up the tree, because of symlinks? Or can we...
Excellent! I have tagged this as a good first issue for folks, then. I *believe* this is the relevant code: https://github.com/volta-cli/volta/blob/6a2bc4d1848e3effcbd44b075f5863396fdaf16e/crates/volta-core/src/project/mod.rs#L250-L275 The fix *should* be fairly straightforward!
We'd welcome someone implementing this (but don't have the bandwidth to do it and maintain it ourselves)!
A couple quick notes here, in case anyone wants to design and implement a `volta purge-cache` or something: 1. We wouldn't want to do it on a schedule (though you...
Looks like this has been resolved. Marking it as closed accordingly!