Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

allow JSX and TSX commands #93

Open
swyxio opened this issue Nov 18, 2019 · 0 comments
Open

allow JSX and TSX commands #93

swyxio opened this issue Nov 18, 2019 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@swyxio
Copy link

swyxio commented Nov 18, 2019

currently the command discovery rule here:

'**/*.+(js|ts)',
only matches .js and .ts files. However, .tsx files are also valid typescript. As react-ink becomes a thing, we should enable that too.

Maybe just add another regex for *x files? happy to PR this if y'all like it

@RasPhilCo RasPhilCo added enhancement New feature or request good first issue Good for newcomers labels Jun 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants