-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
svg-to-ts-constants not creating enums #165
Comments
Hi there, we fixed this issue but it's not yet released because we have reached limits on Travis CI free plan and they currently disabled our builds. I think we will need to switch to GitHub actions next and then release this fix. |
Thank you for your awesome work! |
# [8.6.0](v8.5.0...v8.6.0) (2022-04-30) ### Features * **enum:** generate enums for constants ([dc20ced](dc20ced)), closes [#165](#165)
Hi @Bilal-io thx a lot. Of course, every contribution is welcome. Feel free to take a look at one of the open issues and don't hesitate to reach out to me in case you need some help. Also, I now successfully migrated from Travis to GitHub actions and now successfully released v8.6.0 that contains a fix for this issue. |
I am seeing an issue where Enums are not created in the file generated from calling
npx -p svg-to-ts svg-to-ts-constants
My config file:
The interface references the Enum, but the enum itself doesn't exist.
The text was updated successfully, but these errors were encountered: