Skip to content

Commit 9742b72

Browse files
committed
Add missing file extensions.
1 parent e438685 commit 9742b72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/_implementation/mutation_observer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
* http://polymer.github.io/PATENTS.txt
1313
*/
1414

15-
import {hydrateShadowRoots} from './default_implementation';
15+
import {hydrateShadowRoots} from './default_implementation.js';
1616

17-
import {hasNativeDeclarativeShadowRoots} from './feature_detect';
17+
import {hasNativeDeclarativeShadowRoots} from './feature_detect.js';
1818

1919
export function transformShadowRoots(within: Node = document) {
2020
if (hasNativeDeclarativeShadowRoots()) {

0 commit comments

Comments
 (0)