JezK
Edit File: event-reporter.js.map
{"version":3,"file":"event-reporter.js","names":["require","EventEmitter","EventReporter","opts","call","type","data","emit","JSONReporter","Object","assign","prototype"],"sourceRoot":"../../src","sources":["reporters/event-reporter.js"],"sourcesContent":["/* @flow */\n\nimport JSONReporter from './json-reporter.js';\n\nconst {EventEmitter} = require('events');\n\nexport default class EventReporter extends JSONReporter {\n emit: (type: string, data: mixed) => void;\n\n constructor(opts: Object) {\n super(opts);\n\n // $FlowFixMe: looks like a flow bug\n EventEmitter.call(this);\n }\n\n _dump(type: string, data: mixed) {\n this.emit(type, data);\n }\n}\n\nObject.assign(EventReporter.prototype, EventEmitter.prototype);\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA;EAAA;EAAA;IAAA;EAAA;EAAA;AAAA;AAA8C;AAAA;AAE9C,eAAuBA,OAAO,CAAC,QAAQ,CAAC;EAAjCC,YAAY,YAAZA,YAAY;AAAsB,IAEpBC,aAAa;EAAA;EAAA;EAGhC,uBAAYC,IAAY,EAAE;IAAA;IAAA;IACxB,0BAAMA,IAAI;;IAEV;IAAA;IACAF,YAAY,CAACG,IAAI,kDAAM;IAAC;EAC1B;EAAC;IAAA;IAAA,OAED,eAAMC,IAAY,EAAEC,IAAW,EAAE;MAC/B,IAAI,CAACC,IAAI,CAACF,IAAI,EAAEC,IAAI,CAAC;IACvB;EAAC;EAAA;AAAA,EAZwCE,0BAAY;AAAA;AAevDC,MAAM,CAACC,MAAM,CAACR,aAAa,CAACS,SAAS,EAAEV,YAAY,CAACU,SAAS,CAAC"}