Restructure types; Add a use-case specific options parser; Allow (re)creation of specific parser fixtures

This commit is contained in:
dcodeIO
2018-07-03 03:06:01 +02:00
parent 82da2d1f6d
commit 5ca5df3dc7
29 changed files with 486 additions and 279 deletions

View File

@ -1,5 +1,5 @@
var proc = typeof process !== "undefined" && process || {};
var isCI = proc.env && "CI" in proc.env;
var isCI = proc.env && "CI" in proc.env; // doesn't work when bundled because 'process' is a mock
function from(stream, base) {
var colors = base || {};