Skip to content

Commit 3295cda

Browse files
committed
rename test
1 parent 9222711 commit 3295cda

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

tests/baselines/reference/emitBOM.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
//// [emitBOM.ts]
2+
3+
// JS and d.ts output should have a BOM but not the sourcemap
4+
var x;
5+
6+
//// [emitBOM.js]
7+
var x;
8+
//# sourceMappingURL=emitBOM.js.map
9+
10+
//// [emitBOM.d.ts]
11+
declare var x: any;

tests/baselines/reference/emitBOM.js.map

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
===================================================================
2-
JsFile: generateBOM.js
3-
mapUrl: generateBOM.js.map
2+
JsFile: emitBOM.js
3+
mapUrl: emitBOM.js.map
44
sourceRoot:
5-
sources: generateBOM.ts
5+
sources: emitBOM.ts
66
===================================================================
77
-------------------------------------------------------------------
8-
emittedFile:tests/cases/compiler/generateBOM.js
9-
sourceFile:generateBOM.ts
8+
emittedFile:tests/cases/compiler/emitBOM.js
9+
sourceFile:emitBOM.ts
1010
-------------------------------------------------------------------
1111
>>>var x;
1212
1 >
1313
2 >^^^^
1414
3 > ^
1515
4 > ^
16-
5 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^->
16+
5 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1717
1 >
1818
>// JS and d.ts output should have a BOM but not the sourcemap
1919
>
@@ -25,4 +25,4 @@ sourceFile:generateBOM.ts
2525
3 >Emitted(1, 6) Source(3, 6) + SourceIndex(0)
2626
4 >Emitted(1, 7) Source(3, 7) + SourceIndex(0)
2727
---
28-
>>>//# sourceMappingURL=generateBOM.js.map
28+
>>>//# sourceMappingURL=emitBOM.js.map

tests/baselines/reference/generateBOM.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

tests/baselines/reference/generateBOM.js.map

Lines changed: 0 additions & 2 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)