===================================================================
JsFile: test.js
mapUrl: test.js.map
sourceRoot: 
sources: test.tsx
===================================================================
-------------------------------------------------------------------
emittedFile:tests/cases/compiler/test.js
sourceFile:test.tsx
-------------------------------------------------------------------
>>>"use strict";
>>>Object.defineProperty(exports, "__esModule", { value: true });
>>>class AppComponent {
1 >
2 >^^^^^^^^^^^^^^^->
1 >declare module JSX {
  >    interface IntrinsicElements {
  >        [s: string]: any;
  >    }
  >}
  >
  >
1 >Emitted(3, 1) Source(7, 1) + SourceIndex(0)
---
>>>    render() {
1->^^^^
2 >    ^^^^^^
3 >          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1->export class AppComponent {
  >    
2 >    render
1->Emitted(4, 5) Source(8, 5) + SourceIndex(0)
2 >Emitted(4, 11) Source(8, 11) + SourceIndex(0)
---
>>>        return createElement("div", null);
1->^^^^^^^^
2 >        ^^^^^^
3 >              ^
4 >               ^^^^^^^^^^^^^^^^^^^^^^^^^^
5 >                                         ^
1->() {
  >        
2 >        return
3 >               
4 >               <div />
5 >                                         ;
1->Emitted(5, 9) Source(9, 9) + SourceIndex(0)
2 >Emitted(5, 15) Source(9, 15) + SourceIndex(0)
3 >Emitted(5, 16) Source(9, 16) + SourceIndex(0)
4 >Emitted(5, 42) Source(9, 23) + SourceIndex(0)
5 >Emitted(5, 43) Source(9, 24) + SourceIndex(0)
---
>>>    }
1 >^^^^
2 >    ^
1 >
  >    
2 >    }
1 >Emitted(6, 5) Source(10, 5) + SourceIndex(0)
2 >Emitted(6, 6) Source(10, 6) + SourceIndex(0)
---
>>>}
1 >^
2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1 >
  >}
1 >Emitted(7, 2) Source(11, 2) + SourceIndex(0)
---
>>>exports.AppComponent = AppComponent;
1->
2 >^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1->
2 >export class AppComponent {
  >    render() {
  >        return <div />;
  >    }
  >}
1->Emitted(8, 1) Source(7, 1) + SourceIndex(0)
2 >Emitted(8, 37) Source(11, 2) + SourceIndex(0)
---
>>>//# sourceMappingURL=test.js.map