[Question] options
argument type in Transform.transformer is not optional
#975
Labels
options
argument type in Transform.transformer is not optional
#975
Hello everyone,
I'm having a problem with
[email protected]
and Typescript.When running tests in my project, this error occurred.
I think the problem came from #926, where
Transform.transformer
type was modified.options
argument has been added and its type is not optional.I'd like to ask if this behavior is intentional or not. Thanks!
p.s. I found that some
transfomer
's tests don't useoptions
argument, so I suppose it might be unintentional.style-dictionary/__tests__/common/transforms.test.js
Lines 607 to 610 in 2cf72f3
In Addition, my
typographyToCss
's implementation and test code are like below.The text was updated successfully, but these errors were encountered: