Home Reference Source Repository

References

Class Summary

Static Public Class Summary
public

Abstract component

public

Abstract configuration manager

public

Abstract cache driver

public

Abstract coverage storage driver

public

Transformer interface

public

AWS security credentials

public

File system cache implementation

public

Cache component

public

Abstract configuration aware component

public

Configuration container

public

Apply transformations to an configuration container

public

Coverage component

public

Abstract dependency aware component

public

Emit component

public

Class representing emited test module

public

Extended Emitter implementation

public

Env

Environment helpers

public

Transformer implementation of 'eval'

public

Cache factory

public

Coverage storage factory

public

Configuration factory

public

Component factory

public

Transformer factory

public

Logger abstraction

public

Overwrites original Module to apply compilers

public

NPM component

public

Abstraction over an NPM module

public

Preprocess component

public

Recink entry point

public

AWS S3 cache driver

public

AWS S3 coverage storage driver

public

AWS S3 (unpacked) cache driver

public

Implements Promise.all() but sequential execution

public

Terminal spinner implementation

public

Test component

public

Apply transformer over a value

public

Unit test runner

public

Void cache driver

public

Volatile coverage storage driver

public

YAML configuration manager

Function Summary

Static Public Function Summary
public

fillString(str: String, length: Number, symbol: String): String

Fill string with symbols

public

findFilesByPattern(dir: String, include: RegExp, exclude: RegExp): Array

Find files by RegExp pattern except dirs

public
public

trimBoth(string: String, symbol: String): String

Remove all prefixes or suffixes from the given string

public

Compare two software version v1 == v2 => 0 v1 < v2 => -1 v1 > v2 => 1

Variable Summary

Static Public Variable Summary
public

events: {}

Cache component events

public

events: {}

Coverage component events

public

events: {}

Emit component events

public

events: {}

NPM component events

public

events: {}

Test component events

public

events: {}

REciNK main events