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
JSON file is huge due to garbage being thrown in by LuaDoc. Things we don't ever parse in HTML or JSON, such as 'comment' and 'code' segments.
Current JSON file is 1.7M, this can be reduced to about 580K from current testing.
The docgen code is very 'messy', and I have an existing method for removing code and comment blocks, but it still does the processing for them as it's very coupled with other functionality. Not exactly ideal, but it works.
The text was updated successfully, but these errors were encountered:
JSON file is huge due to garbage being thrown in by LuaDoc. Things we don't ever parse in HTML or JSON, such as 'comment' and 'code' segments.
Current JSON file is 1.7M, this can be reduced to about 580K from current testing.
The docgen code is very 'messy', and I have an existing method for removing code and comment blocks, but it still does the processing for them as it's very coupled with other functionality. Not exactly ideal, but it works.
The text was updated successfully, but these errors were encountered: