Does Python have a ternary conditional operator?David Blaikie
TypeScript*) support transpiling to ECMAScript 3-compatible code (ExtendScript is ECMAScript 3 based). * There are some cases where ExtendScript blows up on transpiled code (probably due to very old bugs with ternary operator handling) so your mileage may vary... I...
I tracked this down. The bug isn't with ternary operator handling, but rather the fact thatExtendScript's handling of thecontinuestatement is broken when used withinswitchstatements. If Adobe fixes this bug, then TypeScript transpilation would be an even more viable too...