Skip to content

tylandercasper/typings

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.0%
  • Dart 24.9%
  • Other 0.1%