Codex model doesn't yet know JavaScript ESM arrow function rule

The fine-tuned o3 model used by Codex is not yet aware that in JavaScript ESM, an arrow function defined as a const must be defined before it is used. Calling an arrow function before its definition results in a ReferenceError.

First post on this topic, dunno if this is the right place. Thanks for a redirect.