TypeScript/tests/baselines/reference/emitBOM.js
2014-08-27 16:58:31 -07:00

12 lines
275 B
JavaScript

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