An open API service indexing awesome lists of open source software.

https://github.com/nverno/ts-repl

Run Typescript repl in emacs
https://github.com/nverno/ts-repl

emacs repl ts-node typescript

Last synced: about 1 month ago
JSON representation

Run Typescript repl in emacs

Awesome Lists containing this project

README

          

# Run a Typescript Repl

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

Tested using [ts-node](https://github.com/TypeStrong/ts-node) to run a
Typescript interpreter.

+ Features:
+ Completion-at-point: enable with `ts-repl-enable-completion`
+ Enable input font-locking with `ts-repl-enable-font-lock`
+ Output font-locking handled by `xterm-color`
+ Save/load history from `ts-repl-history-filename`
+ Jump to errors from repl

When `add-node-modules-path` is installed, local `ts-repl-command` executables
will be found from node_modules.