[Pas2js] external class with property modifier - feature request
warleyalex
warleyalex at yahoo.com.br
Mon Aug 19 01:33:23 CEST 2019
This definition code works in pas2js
=========
function END_RCDATA: JSValue; external name '});' property;
=========
hum, pas2js accepts the modifier property!
but when I use this:
END_RCDATA;
the pas2js emits this
});();
of couse, it would be cool if pas2js would just emit this:
});
just because there is the modifier "property".
--
Sent from: http://pas2js.38893.n8.nabble.com/
More information about the Pas2js
mailing list