=================================================================== 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 }); >>>exports.AppComponent = void 0; >>>class AppComponent { 1 > 2 >^^^^^^ 3 > ^^^^^^^^^^^^ 1 >declare module JSX { > interface IntrinsicElements { > [s: string]: any; > } >} > > 2 >export class 3 > AppComponent 1 >Emitted(4, 1) Source(7, 1) + SourceIndex(0) 2 >Emitted(4, 7) Source(7, 14) + SourceIndex(0) 3 >Emitted(4, 19) Source(7, 26) + SourceIndex(0) --- >>> render() { 1 >^^^^ 2 > ^^^^^^ 3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 > { > 2 > render 1 >Emitted(5, 5) Source(8, 5) + SourceIndex(0) 2 >Emitted(5, 11) Source(8, 11) + SourceIndex(0) --- >>> return createElement("div", null); 1->^^^^^^^^ 2 > ^^^^^^^ 3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^ 4 > ^ 1->() { > 2 > return 3 >
4 > ; 1->Emitted(6, 9) Source(9, 9) + SourceIndex(0) 2 >Emitted(6, 16) Source(9, 16) + SourceIndex(0) 3 >Emitted(6, 42) Source(9, 23) + SourceIndex(0) 4 >Emitted(6, 43) Source(9, 24) + SourceIndex(0) --- >>> } 1 >^^^^ 2 > ^ 1 > > 2 > } 1 >Emitted(7, 5) Source(10, 5) + SourceIndex(0) 2 >Emitted(7, 6) Source(10, 6) + SourceIndex(0) --- >>>} 1 >^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 > >} 1 >Emitted(8, 2) Source(11, 2) + SourceIndex(0) --- >>>exports.AppComponent = AppComponent; 1-> 2 >^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 1-> 2 >export class AppComponent { > render() { > return ; > } >} 1->Emitted(9, 1) Source(7, 1) + SourceIndex(0) 2 >Emitted(9, 37) Source(11, 2) + SourceIndex(0) --- >>>//# sourceMappingURL=test.js.map