An EOF token is needed to attach jsdoc at the end of the file to: ```js /** @typedef {number} A */ var unrelated; /** @typedef {number} B */ ``` Currently, `B` is not parsed because there's no node to attach the jsdoc to.