rsms/estrella

Mocha / Node.js inline require option?

Open

#59 opened on Oct 19, 2022

 (5 comments) (0 reactions) (0 assignees)TypeScript (36 forks)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (1,105 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Admittedly, I'm not an expert on how this is supposed to work, but I know that you can run Typescript via node -r 'ts-node/register' as well as run tests via mocha -r 'ts-node/register'. But this is much slower than esbuild/estrella...

Any suggestions on how to do this with Estrella? It would be a nice feature if its simple enough to build.

Contributor guide