[Pas2js] Ignoring the UNIT dependencies

Mattias Gaertner nc-gaertnma at netcologne.de
Sat Dec 26 23:13:55 CET 2020


On Sat, 26 Dec 2020 11:46:01 -0700 (MST)
cbsistem via Pas2js <pas2js at lists.freepascal.org> wrote:

> The intention would be to compile the paschal unit that is being
> altered without having to compile the entire project, to have more
> performance.
> 
> Pas2js could compile the Paschal Unit into a .JS file with the same
> name. Without packaging all UNITS.

Yes. Leave out -Jc
 
> Is there any way to improve performance by compiling only the unit
> that was changed?

Not yet.

You can use -Ju instead of -Fu.

Mattias


More information about the Pas2js mailing list