ts-node
TypeScript execution and REPL for node.js (by TypeStrong)
TypeScript-Call-Graph
CLI to generate an interactive graph of functions and calls from your TypeScript files (by whyboris)
ts-node | TypeScript-Call-Graph | |
---|---|---|
23 | 3 | |
13,081 | 268 | |
0.0% | 0.4% | |
2.9 | 2.5 | |
about 1 year ago | 10 months ago | |
TypeScript | JavaScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ts-node
Posts with mentions or reviews of ts-node.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-05-20.
-
Stylelint plugin using Typescript
use ts-node
- FLaNK-AIM: 20 May 2024 Weekly
-
Setup a simple Node Typescript Project in 5 minutes - 2024 edition
tsx : for typescript code execution. It is a replacement of ts-node. As the latter does not work in Node 20
-
TypeScript Without Transpilation
I thought this was going to be a project like ts-node [1]
[1] https://github.com/TypeStrong/ts-node
- Is your language eco friendly?
-
Deploy a static site to AWS S3 and CloudFront using AWS CDK
The command specified in the app option uses ts-node by default, which is an execution engine for Node.js that allows you to run TypeScript code directly. The --prefer-ts-exts flag prevents ts-node from prioritizing precompiled .js files and will always import the TypeScript source code instead, if it is available. This is useful if you are also using tsc (the TypeScript compiler) alongside the app option. The bin/cdk.ts file is the entry point for our CDK app, which defines the main function that will be executed when the app is run.
- Use tsx instead of nodemon
-
Couple super basic Typescript questions from a newbie: how to compile and how to start learning
If you want to write apps that run on Node.js I would suggest using Google’s TypeScript style guide. You can start using it by simply running npx gts init. I’d suggest that you start with this and run your apps using ts-node/ts-node-dev because it does not require an extra build step.
-
Looking for a TS REPL/tinkering tool, any recommendations?
ts-node (“TypeScript execution and REPL for Node.js”)
-
"SyntaxError: Cannot use import statement outside a module" trying to run Mathigon/Studio
Here is a relevant discussion and dev comment: https://github.com/TypeStrong/ts-node/issues/155
TypeScript-Call-Graph
Posts with mentions or reviews of TypeScript-Call-Graph.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-31.
-
Ask HN: Visualizing software designs, especially of large systems (if at all)?
Specifically for TypeScript I created a CLI to visualize the call graph
https://github.com/whyboris/TypeScript-Call-Graph
Works for _functions_ not classes. I'm unsure how useful this tool is, but I suspect it might be helpful in some codebases.
-
Create and share beautiful images of your source code
A slightly-related project I created: TypeScript Call Graph - generate/visualize a call graph of your TypeScript files in a variety of ways. MIT open source ;)
https://github.com/whyboris/TypeScript-Call-Graph
-
How an Anti-TypeScript “JavaScript developer” like me became a TypeScript fan
Mildly-related project I have: generate call graph for typescript files
https://github.com/whyboris/TypeScript-Call-Graph
The TypeScript language service is really neat -- you can use it to parse through .ts files so you can, for example, see which functions call which functions.
What are some alternatives?
When comparing ts-node and TypeScript-Call-Graph you can also consider the following projects:
esbuild - An extremely fast bundler for the web
LookAtThat - Render source code in 3D, for macOS and iOS.
swc-node - Faster ts-node without typecheck
codebase-visualizer-action - Visualize your codebase during CI.
swc - Rust-based platform for the Web
typescript-is