Currently storing ES6 `moduleId` in `SRCINFO->moduleID`. For example, in `SourceTextModuleRecord::ParseSource()`: ```C++ this->parser = (Parser*)AllocatorNew(ArenaAllocator, allocator, Parser, scriptContext); srcInfo->moduleID = moduleId; ``` This may not be appropriate and needs investigation.