Serhii
Results
1
issues of
Serhii
What about data caching? example: ``` javascript let result = tsTypeInfo.getInfoFromFiles([filePath], {}); // get json scheme let resultJson = result.toJSON(); // cache the scheme someStorage.set('tsTypeInfoData', resultJson); // next use let...
suggestion