eugeneware / eugeneware/debowerify
Add support fox tsx files
Open
- Dominant language
- JavaScript
- Stars
- 490
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
Debowerify doesn't process tsx files.
Modifying the following line in index.js
`if (!/\.(_?js|c?jsx|(lit)?coffee(\.md)?|ls|ts)$/.test(file)) return through();`
to this
`if (!/\.(_?js|c?jsx|(lit)?coffee(\.md)?|ls|ts|tsx)$/.test(file)) return through();`
fixes the issue.
Contributor guide
Assessment
This issue has not been assessed yet.