Skip to content

Commit 6cbeb82

Browse files
guybedfordeqrion
authored andcommitted
support per-component polyfill fallbacks
1 parent dd601fb commit 6cbeb82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document/js-api/index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ To <dfn>instantiate imported strings</dfn> with module |module| and |importedStr
459459
1. [=map/set|Set=] |builtinOrStringImports|[|importedStringModule|] to |exportsObject|
460460
1. Let |imports| be « ».
461461
1. [=list/iterate|For each=] (|moduleName|, |componentName|, |externtype|) of [=module_imports=](|module|),
462-
1. If |builtinOrStringImports| [=map/exist|contains=] |moduleName|,
462+
1. If |builtinOrStringImports| [=map/exist|contains=] |moduleName| and |builtinOrStringImports|[|moduleName|] [=map/exist|contains=] |componentName|,
463463
1. Let |o| be |builtinOrStringImports|[|moduleName|]
464464
1. Else,
465465
1. Let |o| be [=?=] [$Get$](|importObject|, |moduleName|).

0 commit comments

Comments
 (0)