-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Labels
awaiting submitterneeds a reproduction, or clarificationneeds a reproduction, or clarificationbugfeature request
Milestone
Description
There are several things we would like to have exposed in stats
. The idea is to keep this list updated as new things arise.
- All the
export
ed stuff on the component - and whether each is a module or an instance export - and whether each is alet
or aconst
/function
- What variables have been implicitly declared by the framework (
$store
stuff, maybe other stuff as well later), and whether each one should be writable in user code. (Maybe we don't need to say whether each is writable, if we will have it be a compiler error from Svelte itself to try and write to them?) - Which top-level variables are implicitly used without being referenced in the script blocks. (This could mean mentioned in the template, or it could be mentioned via a
$store
auto-subscription, or maybe other things)
Metadata
Metadata
Assignees
Labels
awaiting submitterneeds a reproduction, or clarificationneeds a reproduction, or clarificationbugfeature request