Adam Putinski
Adam Putinski
Im getting `Extra argument 'synchronous' in call` with the following code: ```swift adapter.reload( width: 100, synchronous: true, layoutProvider: { return [ Section( header: nil, items: [LabelLayout(text: "Hello", config: { _...
Yeah, I think Typescript could be interesting if we can output a format that is useful for everyone.
I'll just chime in and say that I don't have any plans to add TypeScript support, but I'd happily accept a PR for it.
Right now this is not supported. The `global` property is merged into each token, so we'd need to figure out some other way. Since token files are ultimately all flattened...
I don't have time right now, but would happily accept a PR.
Yeah, I think expanding the test cases would be a great idea.
Yeah, I think you make a good point. Theo was originally created for our use cases at Salesforce and many of the formats are pretty opinionated based on what we...
I think this could be achieved with a custom transform. Here's an example that takes "50%" and converts it to "0.5". https://github.com/salesforce-ux/theo/blob/master/lib/transforms/number.js You could write a transform that tests for...
I think the docs mention that because there are multiple inputs, unfortunately the current plugin only supports a single output. If I have time, I can update the plugin to...