We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
Thanks so much for sharing this library, nice work!
I recently tried out using StyleDictionary with TypeScript (on the 3.0 brach), but noticed some missing types. Those are:
parsers
transform
Config
component-cti
registerParser
options
I'm raising a PR to address these – I thought it best to track these in a ticket.
The text was updated successfully, but these errors were encountered:
fix(types): introduce parser, update config, optional transform optio…
0042354
…ns (#546) Fixes #545 * Add parsers & transform to the Config interface. * Add types for registerParser * Make options optional in the 3 Transform types ( NameTransform | ValueTransform | AttributeTransform)
Thank you for this fix @yoniholmes !
Sorry, something went wrong.
No branches or pull requests
Hello!
Thanks so much for sharing this library, nice work!
I recently tried out using StyleDictionary with TypeScript (on the 3.0 brach), but noticed some missing types. Those are:
parsers
&transform
on theConfig
interface. This is causing a type error in thecomponent-cti
example.registerParser
doesn't have any types defined.options
are marked as required, but, again, in thecomponent-cti
example, these aren't defined, so this is causing a type error.I'm raising a PR to address these – I thought it best to track these in a ticket.
The text was updated successfully, but these errors were encountered: