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

Replace ember-template-imports with content-tag #153

Merged
merged 1 commit into from
Dec 1, 2023
Merged

Conversation

gitKrystan
Copy link
Collaborator

@gitKrystan gitKrystan commented Oct 19, 2023

Fixes #149

TODO

  • I've updated the parser but the tests are failing because the AST is now different. We need to resolve the failures by updating the printer, etc.
  • Attempt to support code that was pre-processed with ember-template-imports (see Replace ember-template-imports with content-tag #149 for more info)

via eslint-plugin-ember won't be possible until _this_ library supports
content-tag.
*/
makeSuite(
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

FIXME: It turns out we won't need this compat, so can remove these tests.

@@ -9,7 +9,8 @@
"preview": "vite preview"
},
"dependencies": {
"prettier-plugin-ember-template-tag": "workspace:^"
"prettier-plugin-ember-template-tag": "workspace:^",
"ember-template-imports": "^3.4.2"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

FIXME: Can remove this bc we won't need to maintain compat.

@gitKrystan gitKrystan merged commit dcfb56f into main Dec 1, 2023
@gitKrystan gitKrystan added the breaking Breaking changes label Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace ember-template-imports with content-tag
1 participant