Skip to content

Commit 926331f

Browse files
committed
fix
1 parent 67a6753 commit 926331f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/svelte/src/internal/client/dev/validation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { invalid_snippet_arguments } from '../../shared/errors';
1+
import { invalid_snippet_arguments } from '../../shared/errors.js';
22
/**
33
* @param {Node} anchor
44
* @param {...(()=>any)[]} args

packages/svelte/src/internal/server/dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
is_tag_valid_with_parent
66
} from '../../html-tree-validation.js';
77
import { current_component } from './context.js';
8-
import { invalid_snippet_arguments } from '../shared/errors';
8+
import { invalid_snippet_arguments } from '../shared/errors.js';
99

1010
/**
1111
* @typedef {{

0 commit comments

Comments
 (0)