1 repository
Configuration options to switch between full type validation and fast transpilation.
Distinct from Type Checking: Distinct from Type Checking: specifically covers the control mechanism to toggle checking on or off.
Explore 1 awesome GitHub repository matching part of an awesome list · Validation Toggles. Refine with filters or upvote what's useful.
ts-node is a TypeScript execution engine and just-in-time transpiler for Node.js. It enables the direct execution of TypeScript files by converting them to JavaScript on the fly, removing the requirement for a manual pre-compilation build step. It also provides a TypeScript read-eval-print loop for evaluating expressions and testing code snippets in real time. The project integrates with the Node.js module system as a loader hook to resolve and load files using native import syntax. It features a pluggable compiler interface that allows the use of external transpilers to accelerate execution
Allows switching between comprehensive type validation and fast transpilation to balance speed and correctness.