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

className missing from File type #684

Closed
alexsurelee opened this issue Aug 24, 2021 · 1 comment
Closed

className missing from File type #684

alexsurelee opened this issue Aug 24, 2021 · 1 comment

Comments

@alexsurelee
Copy link
Contributor

Currently, className is missing from the File object, meaning that if you are using a TypeScript configured project you may be missing some config. For example, the ios-swift format seems to require the className to be provided, else the class generated will be missing the name entirely.

This can normally be provided in a json configured project, e.g. https://github.com/amzn/style-dictionary/blob/main/examples/complete/config.json#L14

@dbanksdesign
Copy link
Member

Fixed! Thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants