Example code for using using ts-node/esm
Wrapper for typeorm's typeorm-ts-node-esm binary
## Test ``` node --loader ts-node/esm ./test/StringUtilTest.ts ```
Very simple worker thread abstraction for ts-node ESM builds.
```shell npm install @cspotcode/multiloader node --loader @cspotcode/multiloader/compose?yaml-loader,ts-node/esm ./example.ts ```
``` node --loader ts-node/esm yourFile.ts node --loader ts-node/esm --experimental-specifier-resolution=node src/main.ts tsc node dist/something.js node index.js ```
node --loader ts-node/esm . watch ../back
``` cd utils node --loader ts-node/esm ./make-new-wallet.ts cd .. ```
TypeScript execution environment and REPL for node.js, with source map support
run using node --experimental-specifier-resolution=node --loader ts-node/esm index.ts
Base class for node which OpenTelemetry instrumentation modules extend
Sentry Node SDK using OpenTelemetry for performance instrumentation
Vite as Node.js runtime
Embedded JavaScript templates
Resolves ESM imports in Node
TypeScript execution environment and REPL for node.js, with source map support
Help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirections, timeout and more. Base undici API.
Utility to dynamically load ESM modules in TypeScript CommonJS projects
TypeScript execution environment and REPL for node.js, with source map support
Fast Color Parsing and Manipulation
Execute a callback on every node of a source code's AST and stop walking when you see fit
Collection of useful helper functions when trying to determine module type (CommonJS or AMD) properties of an AST node.
HTML5 `FormData` for Browsers and Node.
Use `npx ts-node --esm index.ts` to run