mirror of
https://github.com/RGBCube/serenity
synced 2025-05-21 15:25:07 +00:00
LibJS: Remove already resolved FIXME
We wouldn't want someone to be disappointed when trying to fix this :^).
This commit is contained in:
parent
02a2018ec4
commit
d87676de8a
1 changed files with 0 additions and 1 deletions
|
@ -245,7 +245,6 @@ Result<NonnullGCPtr<SourceTextModule>, Vector<ParserError>> SourceTextModule::pa
|
|||
// [[HostDefined]]: hostDefined, [[ECMAScriptCode]]: body, [[Context]]: empty, [[ImportMeta]]: empty,
|
||||
// [[RequestedModules]]: requestedModules, [[ImportEntries]]: importEntries, [[LocalExportEntries]]: localExportEntries,
|
||||
// [[IndirectExportEntries]]: indirectExportEntries, [[StarExportEntries]]: starExportEntries, [[DFSIndex]]: empty, [[DFSAncestorIndex]]: empty }.
|
||||
// FIXME: Add HostDefined
|
||||
return NonnullGCPtr(*realm.heap().allocate_without_realm<SourceTextModule>(
|
||||
realm,
|
||||
filename,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue