Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support pods? #4

Open
chancancode opened this issue Jul 22, 2019 · 6 comments
Open

Support pods? #4

chancancode opened this issue Jul 22, 2019 · 6 comments

Comments

@chancancode
Copy link

It would be good to support migrating from pods into the new structure, so that we can encourage people to migrate. In order to move js files, we would need be able to parse the imports and update any relative imports correctly.

@chancancode
Copy link
Author

Hm, there is also the opposite problem of import paths pointing into the component js files, that may be hard.

@chancancode
Copy link
Author

But I think most things that import components are probably components, so if we just migrate all components and update their outbound import paths correctly, that should be 99% good enough.

@rwjblue
Copy link
Member

rwjblue commented Oct 18, 2019

FWIW, the import paths already need to be rewritten.

@ijlee2
Copy link
Contributor

ijlee2 commented Jul 22, 2022

For those who land on this issue, I wrote a codemod to un-pod Ember projects. Feel free to give it a try.

@buschtoens
Copy link

@ijlee2 holy shit, that was quick. You told me about this in planning just a few hours ago. 👏

@ijlee2
Copy link
Contributor

ijlee2 commented Jul 22, 2022

@buschtoens Been working on it since Wednesday. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants