We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A file at ./file.tsx should be importable in TS as ./file.js or ./file.jsx, but tsx does not support either.
./file.tsx
./file.js
./file.jsx
git clone https://github.com/itsMapleLeaf/tsx-tsx-bug cd tsx-tsx-bug pnpm install pnpm start
System: OS: Linux 5.18 undefined CPU: (16) x64 AMD Ryzen 7 2700X Eight-Core Processor Memory: 6.81 GB / 15.57 GB Container: Yes Shell: 3.5.1 - /usr/bin/fish Binaries: Node: 16.16.0 - /run/user/1000/fnm_multishells/189947_1659900686059/bin/node Yarn: 1.22.19 - ~/.local/share/pnpm/yarn npm: 8.11.0 - /run/user/1000/fnm_multishells/189947_1659900686059/bin/npm npmPackages: tsx: ^3.8.0 => 3.8.0
The text was updated successfully, but these errors were encountered:
remove .js in imports for now
dc6239e
pending privatenumber/tsx#74
Add build step to twitter-large-card due to TSX "UNKNOWN FILE EXTENSI…
3d45dd7
…ON" error We can remove this when privatenumber/tsx#74 is merged
Closing in favor of #112 as it's more verbose
Sorry, something went wrong.
No branches or pull requests
Bug description
A file at
./file.tsx
should be importable in TS as./file.js
or./file.jsx
, but tsx does not support either.Reproduction
git clone https://github.com/itsMapleLeaf/tsx-tsx-bug cd tsx-tsx-bug pnpm install pnpm start
Environment
Can you contribute a fix?
The text was updated successfully, but these errors were encountered: