HerringtonDarkholme / typescript-repl

An upgraded TypeScript REPL
210 stars 16 forks source link

Add option to ignore undefined results #35

Closed topaxi closed 5 years ago

topaxi commented 5 years ago

This disables printing undefined from statements/results.

My use-case is to use this with https://github.com/metakirby5/codi.vim otherwise every line evaluates and prints undefined.