Applies values to an object.
The object to apply the values to.
The values to apply.
The object with the applied values.
Returns a value as array.
The value.
The value as array.
Clones an object / value deep.
The value / object to clone.
The cloned value / object.
Compares two values for a sort operation.
The left value.
The right value.
The "sort value".
Compares values by using a selector.
The left value.
The right value.
The selector.
The "sort value".
Compares two versions.
The current value.
The other value.
The sort value.
Creates a quick pick for deploying a single file.
The file to deploy.
The target to deploy to.
The zero based index.
The new item.
Creates a quick pick for a package.
The package.
The zero based index.
The new item.
Creates a simple 'completed' callback for a promise.
The 'succeeded' callback.
The 'error' callback.
The created action.
Creates a quick pick for a target.
The target.
The zero based index.
The new item.
Deploys files.
The files to deploy.
The targets to deploy to.
The promise.
Tries to detect the MIME type of a file.
The Filename.
The default value.
The MIME type.
Removes duplicate entries from an array.
The input array.
The filtered array.
Checks if a file path does match by any pattern.
The path to check.
The filter to use.
Does match or not.
Filters "conditional" items.
The filtered items.
Filters items by platform.
The items to filter.
The new list of filtered items.
Formats a string.
The value that represents the format string.
The formated string.
Formats a string.
The value that represents the format string.
The formated string.
Returns the list of files by a filter that should be deployed.
The filter.
Also check directory patterns, like in .gitignore files, or not.
The list of files.
Returns the list of files by a filter that should be deployed.
The filter.
Also check directory patterns, like in .gitignore files, or not.
The promise.
Returns the list of files of a package that should be deployed.
The package.
Also check directory patterns, like in .gitignore files, or not.
The list of files.
Loads the body from a HTTP response.
The response.
The promise.
Returns the sort value from a sortable.
The sortable object.
The sort value.
Returns the color for a status bar item based an operation result.
The error.
The number of successed operations.
The number of failed operations.
The color.
Returns the value from a "parameter" object.
The object.
The name of the parameter.
The value of the parameter (if found).
Checks if data is binary or text content.
The data to check.
The promise.
Checks if the string representation of a value is empty or contains whitespaces only.
The value to check.
Is empty or not.
Checks if a file (or directory) path is ignored.
One or more (glob) pattern to use.
Also check directory patterns, like in .gitignore files, or not.
Is ignored or not.
Checks if a value is (null) or (undefined).
The value to check.
Is (null)/(undefined) or not.
Checks if a value is (null), (undefined) or an empty string.
The value to check.
Is (null)/(undefined)/empty string or not.
Loads base settings for object from files.
The objects.
The values to use for the file path(s).
Clone objects or not.
The new list.
Loads a "data transformer" module.
The path of the module's file.
Use cache or not.
The loaded module.
Loads a module for a deploy operation.
The path of the module's file.
Use cache or not.
The loaded module.
Loads data from a source.
The path or URL to the source.
The promise.
Loads a module.
The path of the module's file.
Use cache or not.
The loaded module.
Loads a script based command module.
The path of the module's file.
Use cache or not.
The loaded module.
Loads a "validator" module.
The path of the module's file.
Use cache or not.
The loaded module.
Logs a message.
The message to log.
Creates a storage of nvironment variables for a process object.
The object from where to create the storage from.
The created storage.
Merge inheritable objects.
The objects to merge.
The new and normalized list of merged objects.
Normalizes a value as string so that is comparable.
The value to convert.
The normalized value.
Opens a target.
The target to open.
Opens a HTML document in a new tab for a document storage.
The storage to open for.
The HTML document (source code).
The promise.
Parse a value to use as "target type" value.
The output value.
Reads the content of the HTTP request body.
The HTTP message with the body.
The promise.
Reads a number of bytes from a socket.
The socket.
The amount of bytes to read.
The promise.
Replaces all occurrences of a string.
The input string.
The value to search for.
The value to replace 'searchValue' with.
The output string.
Sorts a list of packages.
The input list.
The sorted list.
Sorts a list of targets.
The input list.
The sorted list.
Returns an array like object as new array.
The input object.
The input object as array.
Converts a value to a boolean.
The value to convert.
The value to return if 'val' is (null) or (undefined).
The converted value.
Keeps sure to return a "data transformer" that is NOT (null) or (undefined).
The input value.
The output value.
Tries to convert a file path to a relative path.
The path to convert.
The relative path or (false) if not possible.
Tries to convert a file path to a relative path by using the mappings of a target.
The path to convert.
The target.
The relative path or (false) if not possible.
Tries to convert a file path to a relative path by using the mappings of a target and placeholders / values.
The path to convert.
The target.
The values to use.
The relative path or (false) if not possible.
Converts a value to a string that is NOT (null) or (undefined).
The input value.
The default value.
The output value.
Keeps sure to return a "validator" that is NOT (null) or (undefined).
The input value.
The output value.
Tries to clear a timeout.
The timeout (ID).
Operation was successful or not.
Tries to dispose an object.
The object to dispose.
Operation was successful or not.
Extracts the query parameters of an URI to an object.
The URI.
The parameters of the URI as object.
Generated using TypeDoc
Describes a simple 'completed' action.
The occurred error.
The result.