Skip to content

Commit

Permalink
feat: allow deferring transitive transforms from the transformer (#1069)
Browse files Browse the repository at this point in the history
* chore: re-enable & fix some tests

* feat: allow deferring transitive transforms from the transformer
  • Loading branch information
jorenbroekema authored Jan 22, 2024
1 parent 5fdba20 commit 3138313
Show file tree
Hide file tree
Showing 9 changed files with 354 additions and 215 deletions.
5 changes: 5 additions & 0 deletions .changeset/great-trainers-shop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'style-dictionary': patch
---

Allow transitive transforms to return undefined, by doing this the transformer can mark itself as "deferred" for that specific token. This is useful when references in properties other than "value" need to be resolved first.
Loading

0 comments on commit 3138313

Please sign in to comment.