//// [emitBOM.ts] // JS and d.ts output should have a BOM but not the sourcemap var x; //// [emitBOM.js] // JS and d.ts output should have a BOM but not the sourcemap var x; //# sourceMappingURL=emitBOM.js.map //// [emitBOM.d.ts] declare var x: any;