fix: remove `untrack` circular dependency (#17910)

Closes #17899 by importing `untrack` from the actual file instead of the
`index-client.js`. Verified by packing the library and launching a build
with it.
pull/17912/head
Paolo Ricciuti 5 days ago committed by GitHub
parent 58f161dee2
commit e4e089310d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,5 @@
---
'svelte': patch
---
fix: remove `untrack` circular dependency

@ -1,5 +1,5 @@
/** @import { Readable } from './public' */
import { untrack } from '../index-client.js';
import { untrack } from '../internal/client/runtime.js';
import { noop } from '../internal/shared/utils.js';
/**

Loading…
Cancel
Save