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 67a6753 commit 926331fCopy full SHA for 926331f
packages/svelte/src/internal/client/dev/validation.js
@@ -1,4 +1,4 @@
1
-import { invalid_snippet_arguments } from '../../shared/errors';
+import { invalid_snippet_arguments } from '../../shared/errors.js';
2
/**
3
* @param {Node} anchor
4
* @param {...(()=>any)[]} args
packages/svelte/src/internal/server/dev.js
@@ -5,7 +5,7 @@ import {
5
is_tag_valid_with_parent
6
} from '../../html-tree-validation.js';
7
import { current_component } from './context.js';
8
-import { invalid_snippet_arguments } from '../shared/errors';
+import { invalid_snippet_arguments } from '../shared/errors.js';
9
10
11
* @typedef {{
0 commit comments