Skip to content

Commit

Permalink
autocomplete $inspect.trace() (sveltejs#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris authored Dec 16, 2024
1 parent c415524 commit 45a18ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -590,5 +590,6 @@ export const runes = [
{ snippet: '$state.snapshot(${})' },
{ snippet: '$effect.tracking()' },
{ snippet: '$inspect(${});', test: is_statement },
{ snippet: '$inspect.trace(${});', test: is_statement },
{ snippet: '$host()' }
];

0 comments on commit 45a18ab

Please sign in to comment.