typed-ember / ember-cli-typescript

Use TypeScript in your Ember.js apps!
https://docs.ember-cli-typescript.com
MIT License
363 stars 99 forks source link

Airlift `updatePathsForAddon` from the blueprints package #1537

Closed dfreeman closed 1 year ago

dfreeman commented 1 year ago

It turns out the default blueprint relied on the fact that we were adding ember-cli-typescript-blueprints to import an updatePathsForAddon utility function. Since that's no longer a safe assumption, I've just airlifted that function directly into this codebase.

I also updated a couple places in the docs that assumed the presence of ember-cli-typescript-blueprints by default.