cincheo / jsweet-quickstart

A template project to start with JSweet Java to TypeScript transpiler.
Apache License 2.0
17 stars 9 forks source link

JSweet problem in parsing JS for big projects. #8

Closed frankcapodanno closed 4 years ago

frankcapodanno commented 4 years ago

Hi,

I have a problem when I try to parse a big project from ts to js with Jsweet. It seems that there is a limit in the command when many ts were generated. (Plugin with transpiler version 2.3.8) :

TypeScript2JavaScriptWithTscTranspiler:94 - command line is too long.

Maybe could be an idea when a lot of files from ts to js to parse to divide in many calls. Is this Problem noticed ?

renaudpawlak commented 4 years ago

Thank you for reporting, but that would be better to report in https://github.com/cincheo/jsweet Could you tell on which OS you are running JSweet?

frankcapodanno commented 4 years ago

I close here the issue and I report in https://github.com/cincheo/jsweet . Many thanks!