TypeScript/tests/baselines/reference/emitBOM.js
Mohamed Hegazy 3295cdaa19 rename test
2014-08-06 14:33:06 -07:00

12 lines
212 B
JavaScript

//// [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;