===================================================================
JsFile: sourceMapValidationClassWithDefaultConstructor.js
mapUrl: sourceMapValidationClassWithDefaultConstructor.js.map
sourceRoot: 
sources: sourceMapValidationClassWithDefaultConstructor.ts
===================================================================
-------------------------------------------------------------------
emittedFile:sourceMapValidationClassWithDefaultConstructor.js
sourceFile:sourceMapValidationClassWithDefaultConstructor.ts
-------------------------------------------------------------------
>>>"use strict";
>>>class Greeter {
1 >
2 >^^^^^^
3 >      ^^^^^^^
4 >             ^^^^^^^->
1 >
2 >class 
3 >      Greeter
1 >Emitted(2, 1) Source(1, 1) + SourceIndex(0)
2 >Emitted(2, 7) Source(1, 7) + SourceIndex(0)
3 >Emitted(2, 14) Source(1, 14) + SourceIndex(0)
---
>>>    constructor() {
1->^^^^
2 >    ^^^^^^^^^^^^^^^^^->
1->
1->Emitted(3, 5) Source(1, 1) + SourceIndex(0)
---
>>>        this.a = 10;
1->^^^^^^^^
2 >        ^^^^^^
3 >              ^^^
4 >                 ^^
5 >                   ^
6 >                    ^^^^^^^^->
1->class Greeter {
  >    public 
2 >        a
3 >               = 
4 >                 10
5 >                   ;
1->Emitted(4, 9) Source(2, 12) + SourceIndex(0)
2 >Emitted(4, 15) Source(2, 13) + SourceIndex(0)
3 >Emitted(4, 18) Source(2, 16) + SourceIndex(0)
4 >Emitted(4, 20) Source(2, 18) + SourceIndex(0)
5 >Emitted(4, 21) Source(2, 19) + SourceIndex(0)
---
>>>        this.nameA = "Ten";
1->^^^^^^^^
2 >        ^^^^^^^^^^
3 >                  ^^^
4 >                     ^^^^^
5 >                          ^
1->
  >    public 
2 >        nameA
3 >                   = 
4 >                     "Ten"
5 >                          ;
1->Emitted(5, 9) Source(3, 12) + SourceIndex(0)
2 >Emitted(5, 19) Source(3, 17) + SourceIndex(0)
3 >Emitted(5, 22) Source(3, 20) + SourceIndex(0)
4 >Emitted(5, 27) Source(3, 25) + SourceIndex(0)
5 >Emitted(5, 28) Source(3, 26) + SourceIndex(0)
---
>>>    }
1 >^^^^
2 >    ^
1 >
  >
2 >    }
1 >Emitted(6, 5) Source(4, 1) + SourceIndex(0)
2 >Emitted(6, 6) Source(4, 2) + SourceIndex(0)
---
>>>}
1 >^
2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1 >
1 >Emitted(7, 2) Source(4, 2) + SourceIndex(0)
---
>>>//# sourceMappingURL=sourceMapValidationClassWithDefaultConstructor.js.map