feat(compiler): add support for Ember#419
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 |
|
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 |
userquin
left a comment
There was a problem hiding this comment.
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... |
|
The warning on vite boot has been fixed upstream |
can you update the playgrounds? |
|
no need, the |


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.