Skip to content

fuzeman/TypeScriptCompiler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 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

Languages

  • JavaScript 94.8%
  • C# 5.2%