TypeScript/tests/baselines/reference/emitBOM.js

13 lines
275 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]
// JS and d.ts output should have a BOM but not the sourcemap
var x;
2014-08-06 23:33:06 +02:00
//# sourceMappingURL=emitBOM.js.map
//// [emitBOM.d.ts]
declare var x: any;