Skip to content

Commit daacd80

Browse files
committed
Accepting new baselines
1 parent 689112f commit daacd80

File tree

1,293 files changed

+14998
-33706
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,293 files changed

+14998
-33706
lines changed

tests/baselines/reference/computedPropertyNamesSourceMap1_ES5.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/baselines/reference/computedPropertyNamesSourceMap1_ES5.sourcemap.txt

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,38 +10,27 @@ sourceFile:computedPropertyNamesSourceMap1_ES5.ts
1010
-------------------------------------------------------------------
1111
>>>var C = (function () {
1212
1 >
13-
2 >^^^^
14-
3 > ^
15-
4 > ^^^^^^^^^^^^^^->
13+
2 >^^^^^^^^^^^^^^^^^^^->
1614
1 >
17-
2 >class
18-
3 > C
1915
1 >Emitted(1, 1) Source(1, 1) + SourceIndex(0)
20-
2 >Emitted(1, 5) Source(1, 7) + SourceIndex(0)
21-
3 >Emitted(1, 6) Source(1, 8) + SourceIndex(0)
2216
---
2317
>>> function C() {
2418
1->^^^^
25-
2 > ^^^^^^^^^
26-
3 > ^
19+
2 > ^^->
2720
1->
28-
2 > class
29-
3 > C
3021
1->Emitted(2, 5) Source(1, 1) + SourceIndex(0) name (C)
31-
2 >Emitted(2, 14) Source(1, 7) + SourceIndex(0) name (C)
32-
3 >Emitted(2, 15) Source(1, 8) + SourceIndex(0) name (C)
3322
---
3423
>>> }
35-
1 >^^^^
24+
1->^^^^
3625
2 > ^
3726
3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^->
38-
1 > {
27+
1->class C {
3928
> ["hello"]() {
4029
> debugger;
4130
> }
4231
>
4332
2 > }
44-
1 >Emitted(3, 5) Source(5, 1) + SourceIndex(0) name (C.constructor)
33+
1->Emitted(3, 5) Source(5, 1) + SourceIndex(0) name (C.constructor)
4534
2 >Emitted(3, 6) Source(5, 2) + SourceIndex(0) name (C.constructor)
4635
---
4736
>>> C.prototype["hello"] = function () {

tests/baselines/reference/computedPropertyNamesSourceMap1_ES6.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/baselines/reference/computedPropertyNamesSourceMap1_ES6.sourcemap.txt

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,38 +10,27 @@ sourceFile:computedPropertyNamesSourceMap1_ES6.ts
1010
-------------------------------------------------------------------
1111
>>>var C = (function () {
1212
1 >
13-
2 >^^^^
14-
3 > ^
15-
4 > ^^^^^^^^^^^^^^->
13+
2 >^^^^^^^^^^^^^^^^^^^->
1614
1 >
17-
2 >class
18-
3 > C
1915
1 >Emitted(1, 1) Source(1, 1) + SourceIndex(0)
20-
2 >Emitted(1, 5) Source(1, 7) + SourceIndex(0)
21-
3 >Emitted(1, 6) Source(1, 8) + SourceIndex(0)
2216
---
2317
>>> function C() {
2418
1->^^^^
25-
2 > ^^^^^^^^^
26-
3 > ^
19+
2 > ^^->
2720
1->
28-
2 > class
29-
3 > C
3021
1->Emitted(2, 5) Source(1, 1) + SourceIndex(0) name (C)
31-
2 >Emitted(2, 14) Source(1, 7) + SourceIndex(0) name (C)
32-
3 >Emitted(2, 15) Source(1, 8) + SourceIndex(0) name (C)
3322
---
3423
>>> }
35-
1 >^^^^
24+
1->^^^^
3625
2 > ^
3726
3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^->
38-
1 > {
27+
1->class C {
3928
> ["hello"]() {
4029
> debugger;
4130
> }
4231
>
4332
2 > }
44-
1 >Emitted(3, 5) Source(5, 1) + SourceIndex(0) name (C.constructor)
33+
1->Emitted(3, 5) Source(5, 1) + SourceIndex(0) name (C.constructor)
4534
2 >Emitted(3, 6) Source(5, 2) + SourceIndex(0) name (C.constructor)
4635
---
4736
>>> C.prototype["hello"] = function () {

tests/baselines/reference/contextualTyping.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)