TypeScript/tests/baselines/reference/emitBOM.js

12 lines
212 B
JavaScript
Raw Normal View History

2014-08-06 23:33:06 +02:00
//// [emitBOM.ts]
// JS and d.ts output should have a BOM but not the sourcemap
var x;
//// [emitBOM.js]
var x;
//# sourceMappingURL=emitBOM.js.map
//// [emitBOM.d.ts]
declare var x: any;