MCPcopy Create free account

hub / github.com/sindresorhus/execa / functions

Functions1,333 in github.com/sindresorhus/execa

↓ 1 callersFunctionendDifferentWritable
(t, stream, secondStream, subprocess, fdNumber = 0, secondFdNumber = 3)
test/convert/concurrent.js:34
↓ 1 callersFunctionendSendMessage
({outgoingMessages, outgoingMessage})
lib/ipc/outgoing.js:21
↓ 1 callersFunctionerrorArrayFromAsync
(t, cause, asyncIterable, lines = [])
test/convert/iterable.js:26
↓ 1 callersFunctionescapeArgument
(rawArgument, doubleEscape)
lib/arguments/command-file.js:141
↓ 1 callersFunctionescapeControlCharacter
lib/arguments/escape.js:22
↓ 1 callersFunctionescapeWindowsCommand
lib/arguments/command-file.js:29
↓ 1 callersFunctionescapedCall
test/methods/template.js:8
↓ 1 callersFunctionexecaCoreAsync
(rawFile, rawArguments, rawOptions, createNested)
lib/methods/main-async.js:27
↓ 1 callersFunctionexecaCoreSync
(rawFile, rawArguments, rawOptions)
lib/methods/main-sync.js:16
↓ 1 callersFunctionfilter
()
test/ipc/get-one.js:32
↓ 1 callersFunctionfilterDuplicates
lib/stdio/duplicate.js:10
↓ 1 callersFunctionfindEpipeError
test/ipc/send.js:87
↓ 1 callersFunctionfixCwdError
(originalMessage, cwd)
lib/arguments/cwd.js:22
↓ 1 callersFunctionforbiddenNativeIfSync
({optionName, value})
lib/stdio/handle-sync.js:13
↓ 1 callersFunctionforwardAll
(promise, destination)
lib/pipe/setup.js:68
↓ 1 callersFunctionforwardDestinationMethods
(promise, destination, pipeFailureSignal)
lib/pipe/setup.js:40
↓ 1 callersFunctionforwardEvents
({ipcEmitter, anyProcess, channel, isSubprocess})
lib/ipc/forward.js:32
↓ 1 callersFunctionforwardIpcMethods
(promise, destination, pipeFailureSignal)
lib/pipe/setup.js:109
↓ 1 callersFunctionforwardReadableMethods
(promise, destination)
lib/pipe/setup.js:49
↓ 1 callersFunctionforwardStdio
lib/stdio/handle.js:236
↓ 1 callersFunctiongetAbortDisconnectError
()
lib/ipc/validation.js:53
↓ 1 callersFunctiongetAllMixed
({stdout, stderr}, all)
lib/resolve/all-async.js:43
↓ 1 callersFunctiongetAllOutput
({stdoutOutput, stderrOutput, encoding, objectMode, lines})
test/transform/generator-all.js:46
↓ 1 callersFunctiongetAllStdioOption
(stdioOption, encoding, objectMode)
test/transform/generator-all.js:16
↓ 1 callersFunctiongetAllStream
({stdout, stderr}, all, [, bufferStdout, bufferStderr])
lib/resolve/all-async.js:22
↓ 1 callersFunctiongetAllSync
([, stdout, stderr], options)
lib/resolve/all-sync.js:5
↓ 1 callersFunctiongetAppendNewlineGenerator
({binary, preserveNewlines, readableObjectMode, state})
lib/transform/split.js:75
↓ 1 callersFunctiongetAsyncResult
({errorInfo, exitCode, signal, stdio, all, ipcOutput, context, options, command, escapedCommand, startTime})
lib/methods/main-async.js:208
↓ 1 callersFunctiongetAvailableSignalIntegers
()
lib/terminate/signal.js:65
↓ 1 callersFunctiongetAvailableSignalNames
()
lib/terminate/signal.js:60
↓ 1 callersFunctiongetBufferedData
lib/io/contents.js:105
↓ 1 callersFunctiongetBufferedIpcOutput
(ipcOutputPromise, ipcOutput)
lib/ipc/buffer-messages.js:44
↓ 1 callersFunctiongetCommandId
lib/verbose/info.js:15
↓ 1 callersFunctiongetCorrectEncoding
lib/arguments/encoding-option.js:22
↓ 1 callersFunctiongetCorrectEncodingMessage
test/arguments/encoding-option.js:15
↓ 1 callersFunctiongetDestinationStream
(boundOptions, createNested, pipeArguments)
lib/pipe/pipe-arguments.js:32
↓ 1 callersFunctiongetDuplexType
(value, optionName)
lib/stdio/type.js:66
↓ 1 callersFunctiongetDuplicateStream
({stdioItem: {type, value, optionName}, direction, fileDescriptors, isSync})
lib/stdio/duplicate.js:21
↓ 1 callersFunctiongetEnv
({env: envOption, extendEnv, preferLocal, node, localDirectory, nodePath})
lib/arguments/options.js:88
↓ 1 callersFunctiongetEpipeError
()
test/ipc/send.js:97
↓ 1 callersFunctiongetErrorPrefix
({ originalError, timedOut, timeout, isMaxBuffer, maxBuffer, errorCode, signal, signalDescription, ex
lib/return/message.js:64
↓ 1 callersFunctiongetErrorProperties
({ error, command, escapedCommand, startTime, timedOut, isCanceled, isGracefullyCanceled, isMaxBuffer,
lib/return/result.js:132
↓ 1 callersFunctiongetExitResultSync
({error, status: exitCode, signal, output}, {maxBuffer})
lib/resolve/exit-sync.js:6
↓ 1 callersFunctiongetFd3InputMessage
test/io/input-sync.js:8
↓ 1 callersFunctiongetFdGenericVerbose
lib/verbose/values.js:27
↓ 1 callersFunctiongetFdNameOrder
lib/arguments/specific.js:46
↓ 1 callersFunctiongetFdObjectMode
(stdioItems, direction)
lib/transform/object-mode.js:32
↓ 1 callersFunctiongetFileDescriptor
({stdioOption, fdNumber, options, isSync})
lib/stdio/handle.js:39
↓ 1 callersFunctiongetFinalError
(originalError, message, isSync)
lib/return/final-error.js:3
↓ 1 callersFunctiongetFinalFileDescriptor
({ fileDescriptor: {direction, objectMode, stdioItems}, fileDescriptors, addProperties, options, isSync,
lib/stdio/handle.js:183
↓ 1 callersFunctiongetFinalFileDescriptors
({initialFileDescriptors, addProperties, options, isSync})
lib/stdio/handle.js:162
↓ 1 callersFunctiongetForcefulSuffix
(isForcefullyTerminated, forceKillAfterDelay)
lib/return/message.js:123
↓ 1 callersFunctiongetGeneratorObjectType
({transform, final, binary, objectMode}, optionName)
lib/stdio/type.js:88
↓ 1 callersFunctiongetGenerators
({binary, shouldEncode, encoding, shouldSplit, preserveNewlines})
lib/io/iterate.js:107
↓ 1 callersFunctiongetInputFdNumbers
lib/io/input-sync.js:12
↓ 1 callersFunctiongetInputFileType
lib/stdio/input-option.js:44
↓ 1 callersFunctiongetInputObjectModes
(objectMode, index, newTransforms)
lib/transform/object-mode.js:23
↓ 1 callersFunctiongetInputType
lib/stdio/input-option.js:21
↓ 1 callersFunctiongetInvalidFdCode
()
test/stdio/native-fd.js:60
↓ 1 callersFunctiongetInvalidStdioOption
(fdNumber, {stdin, stdout, stderr, stdio})
lib/arguments/fd-options.js:81
↓ 1 callersFunctiongetIpcExport
()
lib/ipc/methods.js:13
↓ 1 callersFunctiongetJoinLength
lib/utils/uint-array.js:62
↓ 1 callersFunctiongetMaxBufferInfo
(error, maxBuffer)
lib/io/max-buffer.js:55
↓ 1 callersFunctiongetMaxBufferMessage
(error, maxBuffer)
lib/io/max-buffer.js:50
↓ 1 callersFunctiongetMaxBufferUnit
(readableObjectMode, lines, encoding)
lib/io/max-buffer.js:22
↓ 1 callersFunctiongetMessage
(ipcEmitter, filter, {signal})
lib/ipc/get-one.js:71
↓ 1 callersFunctiongetMinListenerCount
lib/ipc/outgoing.js:48
↓ 1 callersFunctiongetNamespaceName
lib/ipc/validation.js:100
↓ 1 callersFunctiongetNewlineLength
(chunk, end, preserveNewlines, state)
lib/transform/split.js:58
↓ 1 callersFunctiongetOneMessageAsync
({anyProcess, channel, isSubprocess, filter, reference, signal})
lib/ipc/get-one.js:35
↓ 1 callersFunctiongetOptions
lib/ipc/outgoing.js:53
↓ 1 callersFunctiongetOptions
()
test/fixtures/nested/writable.js:3
↓ 1 callersFunctiongetOriginalMessage
(originalError, cwd)
lib/return/message.js:127
↓ 1 callersFunctiongetOtherStdioItems
(fileDescriptors, type)
lib/stdio/duplicate.js:59
↓ 1 callersFunctiongetOutputObjectModes
(objectMode, index, newTransforms)
lib/transform/object-mode.js:17
↓ 1 callersFunctiongetOutputWebTransform
(input, outerObjectMode)
test/helpers/web-transform.js:22
↓ 1 callersFunctiongetOutputsAsyncGenerator
test/helpers/generator.js:46
↓ 1 callersFunctiongetPathWithoutCommand
test/arguments/local.js:16
↓ 1 callersFunctiongetPipeArgumentsError
({sourceStream, sourceError, destinationStream, destinationError})
lib/pipe/throw.js:31
↓ 1 callersFunctiongetPipeMessages
test/pipe/methods.js:38
↓ 1 callersFunctiongetPrematureCloseError
(subprocess, error)
lib/convert/readable.js:103
↓ 1 callersFunctiongetPrintedLine
lib/verbose/log.js:41
↓ 1 callersFunctiongetPrintedLines
(verboseMessage, verboseObject)
lib/verbose/log.js:37
↓ 1 callersFunctiongetReason
({reason})
lib/terminate/graceful.js:60
↓ 1 callersFunctiongetRequestedDirection
({type, value, direction, optionName})
lib/stdio/direction.js:29
↓ 1 callersFunctiongetResultError
(error, exitCode, signal)
lib/resolve/exit-sync.js:19
↓ 1 callersFunctiongetScriptStdinOption
({input, inputFile, stdio})
lib/methods/script.js:16
↓ 1 callersFunctiongetSendMethod
lib/ipc/send.js:81
↓ 1 callersFunctiongetSignalRejection
(signal, listenerSignal)
lib/pipe/setup.js:129
↓ 1 callersFunctiongetSignalsIntegerToName
()
lib/terminate/signal.js:39
↓ 1 callersFunctiongetSourceStream
(source, from)
lib/pipe/pipe-arguments.js:84
↓ 1 callersFunctiongetSpawnOptions
lib/terminate/kill-descendants.js:12
↓ 1 callersFunctiongetSpecialCharRegExp
()
lib/arguments/escape.js:41
↓ 1 callersFunctiongetStandardStream
(fdNumber, value, optionName)
lib/stdio/native.js:98
↓ 1 callersFunctiongetStandardStreamDirection
lib/stdio/direction.js:75
↓ 1 callersFunctiongetStandardStreamListeners
test/io/output-async.js:14
↓ 1 callersFunctiongetStandardStreamsListeners
()
test/io/output-async.js:15
↓ 1 callersFunctiongetStdioArray
(stdio, options)
lib/stdio/stdio-option.js:39
↓ 1 callersFunctiongetStdioInput
(fdNumberOrName, file)
test/stdio/file-path-main.js:21
↓ 1 callersFunctiongetStdioItemDirection
(stdioItem, fdNumber)
lib/stdio/direction.js:25
← previousnext →301–400 of 1,333, ranked by callers