We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e438685 commit 9742b72Copy full SHA for 9742b72
src/_implementation/mutation_observer.ts
@@ -12,9 +12,9 @@
12
* http://polymer.github.io/PATENTS.txt
13
*/
14
15
-import {hydrateShadowRoots} from './default_implementation';
+import {hydrateShadowRoots} from './default_implementation.js';
16
17
-import {hasNativeDeclarativeShadowRoots} from './feature_detect';
+import {hasNativeDeclarativeShadowRoots} from './feature_detect.js';
18
19
export function transformShadowRoots(within: Node = document) {
20
if (hasNativeDeclarativeShadowRoots()) {
0 commit comments