Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoykov committed Jul 15, 2024
1 parent 4519ed2 commit fc4b4b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/modules/gomodule.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ func (gmi *goModuleInstance) getDefaultExport() sobek.Value {
o := gmi.rt.NewObject()
gmi.defaultExport = o
for name, value := range exports.Named {
// TODO:maybe do something slightly smarter
_ = o.Set(name, value)
}

Expand Down

0 comments on commit fc4b4b1

Please sign in to comment.