Source position: jswriter.pp line 162
type TWriteOption = (
woCompact,
woTabIndent,
woEmptyStatementAsComment,
woQuoteElementNames,
woCompactArrayLiterals,
woCompactObjectLiterals,
woCompactArguments
);