krwa
Toggle table of contents
0.3.0-rc.9
common
Target filter
common
Switch theme
Search in API
Skip to content
krwa
component-model
/
uk.shusek.krwa.component
/
WitParserLimits
/
WitParserLimits
Wit
Parser
Limits
constructor
(
maxSourceChars
:
Int
=
4 * 1024 * 1024
,
maxTokens
:
Int
,
maxDeclarations
:
Int
,
maxMembersPerDeclaration
:
Int
,
maxTypeNesting
:
Int
=
128
,
maxPackageNesting
:
Int
=
128
,
maxIncludeDepth
:
Int
=
128
,
maxExpandedWorldItems
:
Int
)