1 | {"version":3,"file":"emitter.js","sourceRoot":"","sources":["../src/emitter.ts"],"names":[],"mappings":"","sourcesContent":["import * as ts from 'typescript';\n\n/**\n * An object that is capable of emitting stuff.\n */\nexport interface Emitter {\n /**\n * Attempts to emit stuff.\n *\n * @return the result of attempting to emit stuff.\n */\n emit(): ts.EmitResult;\n}\n"]} |
\ | No newline at end of file |