amzn / style-dictionary

A build system for creating cross-platform styles.
https://styledictionary.com
Apache License 2.0
3.87k stars 543 forks source link

feat(formats) Use TSDoc comment format for typescript/es6-declarations #950

Closed christianvuerings closed 1 year ago

christianvuerings commented 1 year ago

Issue #, if available:

Description of changes: Use TSDoc comment format for typescript/es6-declarations

Why: So developers can see the comment on hover in their editor (e.g. VSCode)

Before: Screenshot 2023-03-15 at 3 49 30 PM

After: image

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.