
Security News
CISA Rebuffs Funding Concerns as CVE Foundation Draws Criticism
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.
tsx-to-jsx-cli
Advanced tools
tsx-to-jsx-cli
is a CLI tool that converts TypeScript (ts/tsx) files to JavaScript (js/jsx) files from a specified source directory, saving the result in a destination directory.
Usage: tsx-to-jsx [options]
A CLI for converting tsx to jsx
Options:
-s, --srcDir <path> Source directory to convert
-d, --dstDir <path> Destination directory to save to
-v, --version Display the version number
-h, --help display help for command
# Using npx
npx tsx-to-jsx-cli -s <source-directory> -d <destination-directory>
# Using pnpx
pnpx tsx-to-jsx-cli -s <source-directory> -d <destination-directory>
# Using bunx
bunx tsx-to-jsx-cli -s <source-directory> -d <destination-directory>
Replace <source-directory>
with the path to your TypeScript source files and <destination-directory>
with the desired path for the compiled JavaScript files.
MIT License © 2023-PRESENT Pawan Paudel
FAQs
Convert tsx to jsx
The npm package tsx-to-jsx-cli receives a total of 51 weekly downloads. As such, tsx-to-jsx-cli popularity was classified as not popular.
We found that tsx-to-jsx-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.
Product
We’re excited to announce a powerful new capability in Socket: historical data and enhanced analytics.
Product
Module Reachability filters out unreachable CVEs so you can focus on vulnerabilities that actually matter to your application.