You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'Ve seen that your implemenation always loads the entire program source each time a schema is generated (including all the node_modules types)
so in order to decrease the time it takes to generate a schema ive therefore made the follwing class to asycnhronously load new SourceFiles
just ognna drop this here in case it seems useful (PS: it seems getTypeDefinition and reffedDefinitions is private :/ i think protected might be best )
i'Ve seen that your implemenation always loads the entire program source each time a schema is generated (including all the node_modules types)
so in order to decrease the time it takes to generate a schema ive therefore made the follwing class to asycnhronously load new SourceFiles
just ognna drop this here in case it seems useful (PS: it seems getTypeDefinition and reffedDefinitions is private :/ i think protected might be best )
The text was updated successfully, but these errors were encountered: