-
-
Notifications
You must be signed in to change notification settings - Fork 187
Closed as not planned
Labels
Description
Describe the problem
Svelte's REPL often lacks in features that let the dev interact with the actual result or read logs. It makes it difficult to read console logs that aren't easily stringifiable values, and impossible if you're using the REPL on a mobile device. It also seems rather clunky for the REPL to say to open Devtools to read the log.
Describe the proposed solution
I've noticed in SolidJS's playground that they use Chii to embed Chrome's Devtools in the REPL. I think adding this feature would add a lot more functionality to the REPL.
Importance
nice to have
knd775