-
-
Notifications
You must be signed in to change notification settings - Fork 149
feat(compiler): add support for Ember #419
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
base: main
Are you sure you want to change the base?
Conversation
|
Run the build command, ember.d.ts types should be added to the subpackage exports at package json file. Try to reduce both ember examples to minimal required code to test the icons 🙏 (update root .gitignore to exclude ember stuff at examples). |
I can do that -- @rtablada can you add me as a collaborator on your fork? <3 |
…ttier, helpful utilities, etc
88a9011
to
5198494
Compare
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
I thiiiink this is ready for review? |
Did you run the build command from root? |
I'm getting also forbidden message 🤔 Check https://socket.dev/?utm_medium=gh, you have some hints at the end of the page |
commit: |
We still need the ember types at subpackage exports, just run |
I was writting the comment and you push the commit 👍 now it is fine |
Will do a review tmr from laptop |
can you run |
there is a failing lint at the moment, because one of the lint rules has assumed all |
I pushed a little ignore with details about why in my most recent commit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
once released we should add a link here https://github.com/unplugin/unplugin-icons/blob/main/examples/README.md adding the corresponding StackBlitz script file and command (at least for Vite)
yea, I need to fix that 🙈 it's very easy to check if that file exists before adding the entrypoint, I just keep forgetting 🫠
I can do that! <3 |
thanks for the reminder! embroider-build/embroider#2584 <3 |
@NullVoxPopuli can you find me at discord at antfu server unplugin-icons channel? I have a few questions about Ember and IDE support... |
Description
This adds a compiler for Ember/Glimmer components as well as examples for use in both a Vite and Webpack build tooling for Ember
Linked Issues
Additional context
@NullVoxPopuli may be able to help get things over the 🏁, this was a WIP from a hackathon/side project that I have not been able to get back to.