Changed
- Throw recoverable errors in REPL when the diagnostic codes look recoverable
- Improve line offset handling by manually passing the line offset for debugging to node and re-use for TypeScript diagnostic formatting
- Improve
eval
handling by using multiple TypeScript files auto-incremented and referenced at each execution step (fixes the ASI issue)