Nested consts without a full namespace path are transpiled as-is, but they should be recursively resolved.
This seems to happen in both v0.69.* and v1. Relevant slack conversation: https://rokudevelopers.slack.com/archives/CKF1QQGTY/p1745222320238079
const AD_BREAK_START = { a: aa.bb.FLAG_A, b: FLAG_B }