Skip to content
This repository has been archived by the owner on Apr 10, 2019. It is now read-only.
/ TypeScriptCompiler Public archive

A .NET wrapper around the TypeScript compiler written in TypeScript/JavaScript.

Notifications You must be signed in to change notification settings

giggio/TypeScriptCompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

TypeScript Compiler

A .NET Wrapper around the TypeScript compiler, originally written in TypeScript but available so far only in Javascript.

Description

TypeScript comes with a command line compiler, but not a callable library that you may reference on a .NET project. All usages so far of the compiler use the binary to compile. This library runs the JavaScript compiler directly.

Documentation

Still has to be created. Please refer to the blog post to understand the circumstances of this project creation.

Usage

Usage is very simple:

var result = new TypeScript.TypeScriptCompiler().Compile("class Person{}");

Install via Nuget:

Install-Package TypeScriptCompiler -Pre

Also see

About

A .NET wrapper around the TypeScript compiler written in TypeScript/JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published