/** * Binary operator expression emitter — facade re-export. * * Implementations live in: * - binary-dispatch.ts * - binary-helpers.ts * - binary-special-ops.ts */ export { emitBinary } from "./binary-dispatch.js"; //# sourceMappingURL=binary-emitter.d.ts.map