Skip to content

Small demonstration project on how to use TypeScript's LanguageService to get access to type information, ...

Notifications You must be signed in to change notification settings

jlujan/TypeScriptServiceExample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScriptServices example

The TypeScript source has all the goodies required to integrate TypeScript into an IDE (get AST, type informations, completion, ...).

This is a small demo using some of stuff shipping with the TypeScript repo. You can view the demo here.

To build the ServiceBuilder.js file, checkout the TypeScript repo into this repo

git clone https://git01.codeplex.com/typescript ts

install the TypeScriptCompiler

npm install -g typescript

and then execute from this directory

tsc ServiceBuilder.ts --out ServiceBuilder.js

About

Small demonstration project on how to use TypeScript's LanguageService to get access to type information, ...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.2%
  • TypeScript 0.8%