Skip to content

Stats TODOs #1891

@Conduitry

Description

@Conduitry

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 exported stuff on the component - and whether each is a module or an instance export - and whether each is a let or a const/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

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions