Currently supplying an empty string to [@@bs.new] will compile correctly. `external new_rectangle : unit -> rectangleJs.t = "" [@@bs.new] [@@bs.module "@Rectangle"]` `let rect = new_rectangle` will compile to `var rect = new Rectangle.()`