🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

tsxx

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsxx - npm Package Compare versions

Comparing version
1.0.16
to
1.0.17
+21
dist/README.md
# tsxx <a href="https://npm.im/tsxx"><img src="https://badgen.net/npm/v/tsxx"></a> <a href="https://npm.im/tsxx"><img src="https://badgen.net/npm/dm/tsxx"></a> <a href="https://packagephobia.now.sh/result?p=tsxx"><img src="https://packagephobia.now.sh/badge?p=tsxx"></a>
install: `npm i -g tsxx` or `npm i tsxx`
usage: `tsxx ./some-script.ts`
---
<div style="color: #e82274; font-size: 1.2rem;">
中文解释:
</div>
tsxx 是基于 tsx 开发的 nodejs runtime hmr。使用方法与 tsx 完全一致。使用时相对于 tsx 默认开启 hmr 功能。帮助你大幅度增速程序重启。
<div style="color: #e82274; font-size: 1.2rem">
en description:
</div>
tsxx is a Node.js runtime HMR (Hot Module Replacement) tool developed based on TSX. Its usage is completely identical to TSX. When using it, HMR functionality is enabled by default compared to TSX, helping you significantly speed up program restarts.
[read tsx README](https://github.com/esbuild-kit/tsx/tree/develop)
The MIT License (MIT)
Copyright (c) 2016 Christian Speckner <cnspeckn@googlemail.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
# tsxx <a href="https://npm.im/tsxx"><img src="https://badgen.net/npm/v/tsxx"></a> <a href="https://npm.im/tsxx"><img src="https://badgen.net/npm/dm/tsxx"></a> <a href="https://packagephobia.now.sh/result?p=tsxx"><img src="https://packagephobia.now.sh/badge?p=tsxx"></a>
install: `npm i -g tsxx` or `npm i tsxx`
usage: `tsxx ./some-script.ts`
---
<div style="color: #e82274; font-size: 1.2rem;">
中文解释:
</div>
tsxx 是基于 tsx 开发的 nodejs runtime hmr。使用方法与 tsx 完全一致。使用时相对于 tsx 默认开启 hmr 功能。帮助你大幅度增速程序重启。
<div style="color: #e82274; font-size: 1.2rem">
en description:
</div>
tsxx is a Node.js runtime HMR (Hot Module Replacement) tool developed based on TSX. Its usage is completely identical to TSX. When using it, HMR functionality is enabled by default compared to TSX, helping you significantly speed up program restarts.
[read tsx README](https://github.com/esbuild-kit/tsx/tree/develop)
+13
-4
{
"name": "tsxx",
"version": "1.0.16",
"description": "tsx 增强",
"version": "1.0.17",
"description": "tsx + hmr for node js",
"repository": {
"type": "git",
"url": "https://github.com/sia-fl/tsxx"
},
"scripts": {

@@ -16,8 +20,13 @@ "build": "node build.mjs",

},
"author": "杨伟杰",
"license": "Apache-2.0",
"keywords": ["hmr", "node", "hot"],
"author": "杨伟杰 <sia-fl@outlook.com> (https://github.com/sia-fl)",
"license": "MIT",
"dependencies": {
"chokidar": "^3.5.3",
"tsx": "^3.12.8"
},
"devDependencies": {
"prettier": "^3.0.3",
"vitest": "^0.34.5"
}
}