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

Simple attribute indentation fails with codemod mock #94

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Simple attribute indentation fails with codemod mock #94

wants to merge 3 commits into from

Conversation

tylerturdenpants
Copy link
Contributor

@tylerturdenpants tylerturdenpants commented Aug 16, 2019

Small example of #84 using existing test.

Copy link
Member

@rwjblue rwjblue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW, this is less of a bug per-se and more of a missing feature. When creating the new ElementNode we have no way to figure out what “join” mechanism (e.g. \n vs ) to use so we default to .

We should definitely give an api for this (or try to discern a default from the rest of the template).

tests/smoke-test.js Outdated Show resolved Hide resolved
@tylerturdenpants
Copy link
Contributor Author

When I inspect the newly created nodes I do see location information that seems to reference its old location. What's going on there?

@tylerturdenpants
Copy link
Contributor Author

I guess the location info is useless if you dont know what "join" mechanism is?

@tylerturdenpants
Copy link
Contributor Author

I think its time for an API for this since this is the last major hurdle to release the angle-bracket-codemod using ember-template-recat

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

Successfully merging this pull request may close these issues.

None yet

2 participants