🚀 Feature Proposal
Support for TypeScript files
Motivation
It's impossible to parse .ts and .tsx files now which makes it hard to use with any modern project
Example
It would fix errors like:
i18next-scanner: Unable to parse Trans component from "/path/to/file.tsx"
SyntaxError: Unexpected token (6:10)
It would close #88 and #179
🚀 Feature Proposal
Support for TypeScript files
Motivation
It's impossible to parse
.tsand.tsxfiles now which makes it hard to use with any modern projectExample
It would fix errors like:
It would close #88 and #179