-
-
Notifications
You must be signed in to change notification settings - Fork 931
Craftscript types support #2968
Copy link
Copy link
Open
Labels
status:acceptedWill be fixed / added to WorldEdit, eventuallyWill be fixed / added to WorldEdit, eventuallytype:feature-requestRequest for something newRequest for something new
Metadata
Metadata
Assignees
Labels
status:acceptedWill be fixed / added to WorldEdit, eventuallyWill be fixed / added to WorldEdit, eventuallytype:feature-requestRequest for something newRequest for something new
Type
Fields
Give feedbackNo fields configured for issues without a type.
The Problem
I'm using Craftscript. Right now, it has no types, so discovering the api is painful.
A Solution
I (using AI) wrote a script that generates types based on
javapoutput. I've saved it as a gist here. If it is acceptable (I'm using it now and find it works), please integrate it! Or publish an official npm @types/craftscripts file with the types generated.Alternatives
No response
Anything Else?
No response