import * as proc from "https://deno.land/x/proc@0.20.22/mod3.ts";
Classes
Enumerable wrapper for | |
Thrown because the process returned an exit code that indicates an error occurred. By default, this indicates a non-zero exit code but may be overridden. | |
A wrapper for | |
Enumerable which may be substituted when we know we are returning | |
A generic process error. | |
Thrown because the process exited due to a signal. By default, this is thrown for any signal but may be overridden. | |
Thrown to indicate an error occurred upstream and is being passed forward. | |
Invert the normal data flow of an |
Functions
Transformer that conditionally adds buffering to a | |
Fast-concatenate | |
Enumerable factory. | |
Convert JSON-encoded lines into objects. | |
Convert objects into JSON-encoded lines. | |
Lazily produce a range of numbers. | |
f read | Open a file for reading. |
f run | Run a process. |
Sleep for a while. | |
Transform text in "chunk" form into lines. | |
Convert an | |
Converts specific types to | |
Convert an | |
Convert an | |
Convert | |
Convert a |
Interfaces
Options for Enumerable.concurrentMap and Enumerable.concurrentUnorderedMap. | |
Options passed to a process. | |
Command options. | |
Options for a | |
Options for an | |
A writable. |
Type Aliases
T Cmd | The type signature for a command. |
Optionally change or suppress the error before it is thrown. Note that this will only
be called if either one or both of | |
Pipe kinds, matching | |
Optionally handle lines of stderr (passed as text lines), and also
optionally return a value that is passed to your custom |