Alfonso Garcia-Caro

Results 483 comments of Alfonso Garcia-Caro

This should be fine. Maybe using `__SPREAD_PROPERTY__` instead? As we often surround magic words with two underscores. But it's not a big deal so if the plugin is expecting `_SPREAD_PROPERTY_`...

### Bool prop Type aliases disappear in Fable AST, but if this general JSX behavior, we can just skip printing the value if it's a `true` literal (and skip the...

### Bool prop Ah, ok! Actually I just realized we are already skipping the prop if the value is null or undefined, so maybe we print the prop name only...