noita-tools icon indicating copy to clipboard operation
noita-tools copied to clipboard

BUG - Objectify<...> is super slow

Open TwoAbove opened this issue 2 years ago • 0 comments

Currently, we use Objectify<json object> to get typings for data like perks.json etc.

This works, but is super slow for development (intellisense lags because of this).

The proposal is to either craft typing declarations for jsons by hand, or look into something like app.quicktype.io, although preliminary results were lackluster.

TwoAbove avatar Jul 05 '22 16:07 TwoAbove