Closed short-dsb closed 8 months ago
Per the changelog for 0.229.0, enabling experimental.ts_syntax=true allows some TypeScript syntax, e.g., Readonly versus $ReadOnly.
experimental.ts_syntax=true
Readonly
$ReadOnly
This PR adds optional support for this syntax to require-readonly-react-props via useExperimentalTypeScriptSyntax.
require-readonly-react-props
useExperimentalTypeScriptSyntax
This is my first PR for this repo, so any feedback is appreciated. ๐
@Brianzchen I donโt have write access here. Are you able to merge?
Yep just wanted to wait in case I recall anything else. Will merge now and cut a release for you
Per the changelog for 0.229.0, enabling
experimental.ts_syntax=true
allows some TypeScript syntax, e.g.,Readonly
versus$ReadOnly
.This PR adds optional support for this syntax to
require-readonly-react-props
viauseExperimentalTypeScriptSyntax
.This is my first PR for this repo, so any feedback is appreciated. ๐