Searched refs:hasArgument (Results 1 – 9 of 9) sorted by relevance
34 const syntaxOnly = hasArgument("--syntaxOnly");64 allowLocalPluginLoads: hasArgument("--allowLocalPluginLoads"),65 useSingleInferredProject: hasArgument("--useSingleInferredProject"),66 useInferredProjectPerProjectRoot: hasArgument("--useInferredProjectPerProjectRoot"),67 suppressDiagnosticEvents: hasArgument("--suppressDiagnosticEvents"),68 noGetErrOnBackgroundUpdate: hasArgument("--noGetErrOnBackgroundUpdate"),
797 const validateDefaultNpmLocation = hasArgument(Arguments.ValidateDefaultNpmLocation);798 … const disableAutomaticTypingAcquisition = hasArgument("--disableAutomaticTypingAcquisition");799 const useNodeIpc = hasArgument("--useNodeIpc");800 const telemetryEnabled = hasArgument(Arguments.EnableTelemetry);
54 int hasArgument) { in create() argument55 return new UOption(aLongName, aShortName, hasArgument); in create()64 int hasArgument) { in DEF() argument65 return create(aLongName, aShortName, hasArgument); in DEF()265 int hasArgument) { in UOption() argument268 hasArg = hasArgument; in UOption()
44 export function hasArgument(argumentName: string) { function
233 const validateDefaultNpmLocation = hasArgument(Arguments.ValidateDefaultNpmLocation);
658 bool hasArgument(const Value *Arg) const { in hasArgument() function
1290 bool hasArgument(const Value *V) const {
131271 function hasArgument(argumentName) { function131274 server.hasArgument = hasArgument;132330 … var validateDefaultNpmLocation = server.hasArgument(server.Arguments.ValidateDefaultNpmLocation);
22778 …var hasArgument = !this.match(";") && !this.match("}") && !this.hasLineTerminator && this.lookahea…22779 var argument = hasArgument ? this.parseExpression() : null;