I’m not sure about a point in the cross-compiler: IFAIK, all uninitiated properties in typed ActionScript Classes are null. In Javascript, uninitiated properties are undefined.
If I’m using strict comparison in cross-compiled ActionScript “myObj.someProp === null”, will that cross-compile correctly to Javascript? Harbs