cincheo / jsweet

A Java to JavaScript transpiler.
http://www.jsweet.org
Other
1.46k stars 160 forks source link

Support declarations generation with modules #60

Closed lgrignon closed 8 years ago

lgrignon commented 8 years ago

Declarations are only partially generated while using module mode. The package tree of directories is generated with a module.d.ts in each of those directories BUT the root module.d.ts is missing. Ex: tsdeclarations/   org/     module.d.ts     jsweet/       module.d.ts       ...

The root module.d.ts in tsdeclarations is missing.

renaudpawlak commented 8 years ago

This seems to be working now (at least for me). I assume it was fixed as a side effect when working on the @Root annotations... If it is not working, please be more specific about your configuration.