repl
repl copied to clipboard
fix(highlight): change to ts highlight support
Adds support for ts syntax highlighting to REPL input issue requested in https://github.com/TypeStrong/ts-node/issues/1150 repository
Proposed Changes
- change to TS files highlight =>
emphasize.highlight('ts', s, sheet).value;