Share

ESC (ECMAScript Cruncher)

Tracker: Bugs

5 bug in generated code for level 3 - ID: 1169782
Last Update: Tracker Item Submitted ( gabriel_ )

with ESC 1.13
found a bug in generated code when using level 3.
else statement without bracket was incorrectly
compressed. missing space and so
generate "undeclared function elseothers"

temporary solution is to use bracket.


--- base
if(one)
doSomething();
else
others();

--- compressed
if(one)doSomething();elseothers();


Frédéric LECOINTRE ( gabriel_ ) - 2005-03-24 10:55

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.