Skip to content

dart js bindings from typescript .d.ts files

Notifications You must be signed in to change notification settings

timmaffett/typings

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repo structure

There are 3 packages in this repo:

  • Typings: where should reside the generated interop from NPM packages and other sources. It calls ts2dart in the process.
  • Ts2Dart: a console app that receives a list of .d.ts files and transpiles them to Dart. It calls the ts_ast in the process.
  • ts_ast: a nodejs app that analyzes a .d.ts and dump the analyzed info into a json file

About

dart js bindings from typescript .d.ts files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.5%
  • Dart 20.4%
  • Other 0.1%