This repository was archived by the owner on Nov 23, 2024. It is now read-only.
This repository was archived by the owner on Nov 23, 2024. It is now read-only.
Convert the default value in code and documentation into some structured form #21
Open
Description
Is your feature request related to a problem?
Right now, we only know the stringified version of a default value of a parameter after running the api
command. This means that for library constants (#872) we don't know which imports are required.
Desired solution
Store more information about the default value, such as:
- Its type
- Its stringified value
- Any imports that are needed
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Backlog