GitXplorerGitXplorer
a

closure-to-dts

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
6e4dbb601a7279f8d631ead49d71461aa4bf7222

Initial working code.

aalexeagle committed 10 years ago
Unverified
22e352e25c017d96cf0525110656db8f589face2

Initial commit

aalexeagle committed 10 years ago

README

The README file for this repository.

Experimental: do not use yet

This project builds on the Closure Compiler to parse Closure-style JSDoc type annotations from code, and generates a suitable TypeScript type definition file (.d.ts) for the exported API.

The intent is to allow TypeScript code to re-use libraries written with Closure-style type declarations, and still benefit from type checking in the TypeScript compiler and IDE tooling for highlighting errors and type-sensitive auto-complete.