You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {String} options.commentStyle - The only options are 'short' and 'xml', which will use the // or \<!-- --> style comments respectively. Anything else will use \/\* style comments.
FileHeaderArgs.commentStyle should be optional
style-dictionary/lib/common/formatHelpers/fileHeader.js
Line 33 in 3570dfc
However, its current type definition is:
This cause an error when you want to use
/*
style by omitingcommentStyle
.And, BTW, the example of
fileHeader
has syntax error:style-dictionary/lib/common/formatHelpers/fileHeader.js
Line 41 in 3570dfc
It should be:
The text was updated successfully, but these errors were encountered: