During the 97th TC39 meeting a discussion about bikeshedding the source keyword came up.
@syg has brought up that some folks were confused by the source keyword, expecting it to return unparsed, uncompiled source code.
This keyword represents the second phase of the five stage loading process:

It represents early exiting from the module loader right after the module has been fetched, parsed, (and compiled)
Some alternative keywords that have been suggested:
instantiable
handle
parsed
compiled
You can vote here: #54
Please keep discussion in this issue.
This issue will be collecting feedback on alternative names until 21 Jul 2023 at 00:00 UTC. If no consensus on an alternative name is reached by then, the proposal goes to Stage 3 with the name source.
During the 97th TC39 meeting a discussion about bikeshedding the
sourcekeyword came up.@syg has brought up that some folks were confused by the
sourcekeyword, expecting it to return unparsed, uncompiled source code.This keyword represents the second phase of the five stage loading process:

It represents early exiting from the module loader right after the module has been fetched, parsed, (and compiled)
Some alternative keywords that have been suggested:
instantiablehandleparsedcompiledYou can vote here: #54
Please keep discussion in this issue.
This issue will be collecting feedback on alternative names until 21 Jul 2023 at 00:00 UTC. If no consensus on an alternative name is reached by then, the proposal goes to Stage 3 with the name
source.