New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ts2js

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts2js

A simple, fast, incremental Typescript compiler supporting custom transformers.

latest
Source
npmnpm
Version
4.1.0-dev.5
Version published
Weekly downloads
11
-31.25%
Maintainers
1
Weekly downloads
 
Created
Source

npm version Build Status

ts2js

A simple, fast, Typescript compiler supporting custom transforms, incremental and type checking builds.

Top Features

  • Fast, cache optimized, in-memory builds
  • Compiles projects, files and modules
  • Incremental and type checking only builds
  • Supports Typescript custom transforms
  • Supports Typescript 4.1
  • Experimental support for Solution builds

ts2js Wiki

Documentation can be found on the ts2js wiki.

How to install

npm install ts2js

Building ts2js

ts2js depends on NPM as a package manager and Gulp as a build tool. If you haven't already, you'll need to install both these tools in order to build ts2js.

Once Gulp is installed, you can build it with the following commands:

npm install
gulp build

Keywords

typescript

FAQs

Package last updated on 29 Nov 2020

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