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.
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.