0.3.0 • Published 11 years ago

tsi v0.3.0

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

tsi

A simple typescript REPL.
Usage: tsi

Options:
  -h, --help     Print this help message                           
  -f, --force    Force tsi to evaluate code with typescript errors.
  -v, --verbose  Print compiled javascript before evaluating.      

Example:

$ tsi
>>> var square = (x: number) => x * x;
undefined
>>> square(5);
25
>>> square('foo');
error TS2081: Supplied parameters do not match any signature of call target.
error TS2087: Could not select overload for 'call' expression.
0.3.0

11 years ago

0.2.0

11 years ago

0.1.3

11 years ago

0.1.0

11 years ago