Phase-0 exports are available because those were the only kind of
exports when syntax properties were originally added to a `module`
expansion.
I almost added information for other phases when I recently added the
'module-body-inside-context and 'module-direct-for-meta-requires
properties. In the end, I skipped that addition; unlike the other
information, it seemed relatively easy enough to reconstruct exports
from a module's expansion.
So, I can fill out provided-identifier information if it seems
important, but it's somewhat tedious to add, and I'd prefer to leave it
out.