TypeStrong / ts-node

TypeScript execution and REPL for node.js
https://typestrong.org/ts-node
MIT License
12.75k stars 529 forks source link

Allow replacing symbols #2078

Open stdedos opened 9 months ago

stdedos commented 9 months ago

Desired Behavior

IMHO, in REPL-situations, re-writing and re-executing code is the number one priority.

This however, conflicts with using consts or functions - which both are strong language recommendation.

Is this request related to a problem?

Alternatives you've considered

Both have huge time and manual-work overhead

Additional context