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 c1d05a9 commit 4c0b723Copy full SHA for 4c0b723
packages/svelte/src/internal/server/index.js
@@ -1,13 +1,13 @@
1
import { is_promise, noop } from '../shared/utils.js';
2
import { subscribe_to_store } from '../../store/utils.js';
3
import {
4
+ UNINITIALIZED,
5
DOMBooleanAttributes,
6
disallowed_paragraph_contents,
7
interactive_elements,
8
is_tag_valid_with_parent
9
} from '../../constants.js';
10
import { DEV } from 'esm-env';
-import { UNINITIALIZED } from '../../constants.js';
11
import { current_component, pop, push } from './context.js';
12
13
/**
0 commit comments