Source position: pas2jscompiler.pp line 149
type TP2jsCompilerOptions = set of ( |
coSkipDefaultConfigs, |
coBuildAll, |
coShowLogo, |
coShowErrors, |
coShowWarnings, |
coShowNotes, |
coShowHints, |
coShowInfos, |
coShowLineNumbers, |
coShowTriedUsedFiles, |
coShowConditionals, |
coShowUsedTools, |
coShowDebug, |
coShowMessageNumbers, |
coOverflowChecks, |
coRangeChecks, |
coObjectChecks, |
coAssertions, |
coAllowCAssignments, |
coAllowMacros, |
coWriteableConst, |
coLowerCase, |
coUseStrict, |
coWriteDebugLog, |
coWriteMsgToStdErr, |
coPrecompile, |
coEnumValuesAsNumbers, |
coKeepNotUsedPrivates, |
coKeepNotUsedDeclarationsWPO, |
coShortRefGlobals, |
coObfuscateLocalIdentifiers, |
coSourceMapCreate, |
coSourceMapInclude, |
coSourceMapFilenamesAbsolute, |
coSourceMapXSSIHeader |
); |