-
Notifications
You must be signed in to change notification settings - Fork 40
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
Nested helpers/subexp are collapsed #84
Comments
Can you share where you are building the This test shows that it can work properly: ember-template-recast/tests/smoke-test.js Lines 415 to 433 in 0e3c597
See here how I ensure to preserve the original source as much as possible: ember-template-recast/tests/smoke-test.js Lines 386 to 399 in 0e3c597
|
One of the tests from https://github.com/ember-codemods/ember-angle-brackets-codemod/
Before
ember-template-recast
(correct)After
ember-template-recast
refactor (incorrect)The text was updated successfully, but these errors were encountered: