Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tsun

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsun

TSUN: a repl for TypeScript Upgraded Node

  • 0.5.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

TSUN - TypeScript Upgraded Node

TSUN, a TypeScript Upgraded Node, supports a REPL and interpreter for TypeScript. When invoked without ts file argument, TSUN works as a repl where you can type in expression. When you pass ts file to TSUN in command line argument, TSUN will automatically run it with invisible compilation.

Feature:

  • TS 2.0 support
  • Keyword highlight
  • Tab-completion support
  • Multiple Line Mode
  • Paste Mode
  • Definition Lookup
  • directly execute TypeScript application like node
  • Vim-Worksheet support
  • And hidden feature for your exploration

Install:

npm install -g tsun

Usage:

  • Use it as repl: tsun
  • Use it as interpreter: tsun path/to/app.ts
  • Other repl command can be accessed by typing :help
  • Command Line options can be viewd by passing -h or --help option

Note:

When used as interpreter, tsun will create a temporary directory as output directory and create a node process to execute compiled js. So it is usually a problem to correctly resolve node_modules path or definition file like *.d.ts. Currently, tsun make two symbolic links for node_modules and typings directories in temporary directory, conventionally.

TSUN will find the closest tsconfig.json relative to your working directory. You can now compile TypeScript to ES6 in node6+!

Custom definition files and JavaScript library support will be added in next releases.

ScreenShots:

Keyword Highlight Keyword Highlight

Tab-completion Tab Completion

Multiple Line Editing, typing double blank lines will escape from Multiple line mode Multiple Line Editing

Paste Mode Paste Mode

Definition Lookup Definition Lookup

And there is more for your exploration...

TODO:

If you need these, please let me know by making issues!

  • Add customization
  • Add tsun config. Now tsun will read the closest tsconfig.json relative to the working directory you execute it.

Keywords

FAQs

Package last updated on 19 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc