My Compiler demo Basic babel principe exercise demo. Transforms let o = x?.y; to let o = x && x.y;. Inspired by: The Super Tiny Compiler