JezK
Edit File: format.js.map
{"version":3,"file":"format.js","names":["formatFunction","strs","join","defaultFormatter","bold","dim","italic","underline","inverse","strikethrough","black","red","green","yellow","blue","magenta","cyan","white","gray","grey","stripColor"],"sourceRoot":"../../src","sources":["reporters/format.js"],"sourcesContent":["/* @flow */\n\nfunction formatFunction(...strs: Array<string>): string {\n return strs.join(' ');\n}\n\nexport const defaultFormatter = {\n bold: formatFunction,\n dim: formatFunction,\n italic: formatFunction,\n underline: formatFunction,\n inverse: formatFunction,\n strikethrough: formatFunction,\n black: formatFunction,\n red: formatFunction,\n green: formatFunction,\n yellow: formatFunction,\n blue: formatFunction,\n magenta: formatFunction,\n cyan: formatFunction,\n white: formatFunction,\n gray: formatFunction,\n grey: formatFunction,\n stripColor: formatFunction,\n};\n\ntype FormatFunction = (...strs: Array<string>) => string;\n\nexport type FormatKeys = $Keys<typeof defaultFormatter>;\n\nexport type Formatter = {\n bold: FormatFunction,\n dim: FormatFunction,\n italic: FormatFunction,\n underline: FormatFunction,\n inverse: FormatFunction,\n strikethrough: FormatFunction,\n black: FormatFunction,\n red: FormatFunction,\n green: FormatFunction,\n yellow: FormatFunction,\n blue: FormatFunction,\n magenta: FormatFunction,\n cyan: FormatFunction,\n white: FormatFunction,\n gray: FormatFunction,\n grey: FormatFunction,\n stripColor: FormatFunction,\n};\n"],"mappings":";;;;;;AAEA,SAASA,cAAc,GAAiC;EAAA,kCAA7BC,IAAI;IAAJA,IAAI;EAAA;EAC7B,OAAOA,IAAI,CAACC,IAAI,CAAC,GAAG,CAAC;AACvB;AAEO,IAAMC,gBAAgB,GAAG;EAC9BC,IAAI,EAAEJ,cAAc;EACpBK,GAAG,EAAEL,cAAc;EACnBM,MAAM,EAAEN,cAAc;EACtBO,SAAS,EAAEP,cAAc;EACzBQ,OAAO,EAAER,cAAc;EACvBS,aAAa,EAAET,cAAc;EAC7BU,KAAK,EAAEV,cAAc;EACrBW,GAAG,EAAEX,cAAc;EACnBY,KAAK,EAAEZ,cAAc;EACrBa,MAAM,EAAEb,cAAc;EACtBc,IAAI,EAAEd,cAAc;EACpBe,OAAO,EAAEf,cAAc;EACvBgB,IAAI,EAAEhB,cAAc;EACpBiB,KAAK,EAAEjB,cAAc;EACrBkB,IAAI,EAAElB,cAAc;EACpBmB,IAAI,EAAEnB,cAAc;EACpBoB,UAAU,EAAEpB;AACd,CAAC;AAAC"}