Skip to content

Commit 167c551

Browse files
committed
lint
1 parent 7009ae7 commit 167c551

File tree

1 file changed

+6
-2
lines changed
  • packages/svelte/src/internal/client/reactivity

1 file changed

+6
-2
lines changed

packages/svelte/src/internal/client/reactivity/props.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** @import { Source } from './types.js' */
1+
/** @import { Derived, Source } from './types.js' */
22
import { DEV } from 'esm-env';
33
import {
44
PROPS_IS_BINDABLE,
@@ -10,7 +10,11 @@ import {
1010
import { get_descriptor, is_function } from '../../shared/utils.js';
1111
import { mutable_source, set, source, update } from './sources.js';
1212
import { derived, derived_safe_equal } from './deriveds.js';
13-
import { get, captured_signals, untrack } from '../runtime.js';
13+
import {
14+
get,
15+
captured_signals,
16+
untrack,
17+
} from '../runtime.js';
1418
import { safe_equals } from './equality.js';
1519
import * as e from '../errors.js';
1620
import { LEGACY_DERIVED_PROP, LEGACY_PROPS, STATE_SYMBOL } from '../constants.js';

0 commit comments

Comments
 (0)