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 be762fe2d7
commit be07df0b17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -157,8 +157,7 @@ declare namespace $log {
export { break_fn as break }; export { break_fn as break };
/** /**
* Deeply tracks and `console.log`s any values passed to the rune and also traces the call-sites * Logs the arguments whenever they change, along with the line of code that initiated the change. Example:
* where state gets mutated. Example:
* *
* ```ts * ```ts
* $log.trace(someValue, someOtherValue) * $log.trace(someValue, someOtherValue)

Loading…
Cancel
Save