0.1.4 • Published 11 years ago

jsdocts v0.1.4

Weekly downloads
13
License
-
Repository
github
Last release
11 years ago

jsDoc-tsDec

Outputs typescript declaration files from javascript files documented with jsDoc

Overview

jsDoc-tsDec uses the jsdoc-toolkit to create a typescript decleration files from the jsdoc comments in the associated javascript files.

jsDoc-tsDec uses NOC to wrap the jsdoc-toolkit

Installation

npm install -g jsDoc-tsDec

Usage

jsdocts -d:<decleration_output_path> <source_dir> <source_file> ...

Known Issues

  • Javascript optional parameters are not supported in typescript decleration files
  • Javascript parameter overloading is not supported in typescript decleration files

Untested

  • Passthrough of standard jsDoc-Toolkit options
0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago