Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit cce5611

Browse files
committed
include spec comment for #193
1 parent ae40618 commit cce5611

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/loader.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ function logloads(loads) {
170170
step: options.address ? 'fetch' : 'locate',
171171
loader: loader,
172172
moduleName: name,
173+
// allow metadata for import https://bugs.ecmascript.org/show_bug.cgi?id=3091
173174
moduleMetadata: options && options.metadata || {},
174175
moduleSource: options.source,
175176
moduleAddress: options.address

0 commit comments

Comments
 (0)