Joren Broekema

Results 119 comments of Joren Broekema

https://github.com/tokens-studio/sd-transforms/issues/198 related topic for outputReferences, which begs the question: If we allow not resolving references to begin with, will we allow transforms that apply on values with references, useful for...

I am planning on rethinking how outputReferences option works in general in style-dictionary, and I think making it a global option in the SD config makes sense, where it will...

Another idea I had is that resolveReferences (and maybe even warnOnBrokenReferences) should accept a Function which is ran for each token and returns a boolean, to selectively resolve or not...

> Is this change still planned or already implemented? Not implemented, unlikely to make v4 since it's gonna be quite a refactor of reference resolution in SD. https://github.com/amzn/style-dictionary/blob/97f26a8f61f10531f6e75f8a063b409482e3bb00/references-transforms.md this document...

Maybe the prop can be called `deferred: true|false` btw, i think that's better than `postTransitive`

[Here's another example that showcases the need to defer transformation until after all references are resolved](https://configurator.tokens.studio/#project=rVZNb9NAEP0rg0F1EiW2VHEKCnCo4ARCLRdUV3TjXSdL17vW7jpKifzf2Q/HHwmtbOgp9pvxezvzxuMcAqVLTEX0SwkeLINDwgGSANOccEUFT4IlOMyiKkWMdBCL7RArHZYEl0kwbwP6sahxRX9TvkkCH6vmR7q9eprrbbEfyabyp9kOTT3RXlUwgw7giqpGiuV4kJjKX0KMbQaJ5fglxPZskBjb/IeY/fGKJlSg1MU6c/bcYPStfErvSPqPQ2J8G8s8cCKMSWOZB9pvHBnLPNDrPRvfjZJpumjoBr0o4xQ7UUxUKmmh63WVBD9ECSnisEU7Au4oBSPglBVQDgiU4TBQzQZaPBAewTVBGHIhCQgOeksUWcJW60It4xiLVEUuT0V+ZcZohyhDa0YWHo9ruvr2dacJi36o/yYkvArmgSQbqjSRN1efSp7aYpRZymYl07wQUsONfmTkiroIko+QSZFDqCy6wA0cvkt4/cABjpTfJeIqEzJXc9DNNVQ1x0d/qEVdlsKLNsnyJfxEOzojnjiHrU1LuHcV3zuDHBHVdGdwLUviQI5ym5bRTY5iszZSn5sjnW6JXMLk4L2Cagqr945VZDW0Wq1s0dL0MoSLC49+iChPWWnmYBLOwqnFX50FrNAknLbHsuf+i9y9S3xzcFg1tWerpq4LcQy93szhkmMokDT1mGaAAUG4MVRu/NYEEMYEuydvCAE7Q+1EbajelusoFXn8jAEJP3dxcuLHdJhJn6UoC++UtyBMS6VP5cN+h8yBb6Mo6lYdts6F5s5yxUY1fiBrtA7voowyIztpHvlqEpyRPeCVdVKrWBIl2I58QXrr3HHNNu9DKrjROflfokQpU7cKbo+rZjaLZy7Lv1R39XelYEj7Bna/LKk6/bR0Ot2y+lBbZmfd2EC/4uPLfNT2OYUkGd3XSwv39tW6pAx/M/X6qLuNzcniXpbpIjk906G9rBefphy1i+/nDklqN5KKXKXzfr4tE2mfavWa7LPMeox7vWpipS5KfU0yIglP/RkzxBTpJlbtTXN5d7r0qj8=) when trying to build a transform that wraps math expressions inside [`calc()`](https://developer.mozilla.org/en-US/docs/Web/CSS/calc). ```json {...

Since v3 is essentially in maintenance mode now that v4 is coming soon, I'd prefer to only merge high prio bugfixes/security vulnerabilities, is it okay to only do this fix...

Understandable, the main reason is that I'm carrying this solo at the moment and I've got limited time. Since v4 is a complete refactor (ESM, browser-compatible, first-class type safety, and...

@nhoizey hey, would love to get your 2 cents on this, I know your current PR is related to XML outputs and this multiplatform format seems to be different, but...

I think there is a fundamental issue with creating properties ('include') that do the same thing as other properties ('source') where the only difference is the layering. What if I...