Update packages/svelte/src/main/ambient.d.ts

Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
log-rune
Dominic Gannaway 10 months ago committed by GitHub
parent 902c168fc7
commit be762fe2d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -144,8 +144,7 @@ declare function $log(): void;
declare namespace $log { declare namespace $log {
/** /**
* Deeply tracks and `console.log`s any values passed to the rune and pauses execution with * Pauses execution with a `debugger` break point whenever the arguments, or the properties they contain, change. Example:
* a debugger break point.
* *
* ```ts * ```ts
* $log.break(someValue, someOtherValue) * $log.break(someValue, someOtherValue)

Loading…
Cancel
Save