|
| 1 | +=================================================================== |
| 2 | +JsFile: other.d.ts |
| 3 | +mapUrl: other.d.ts.map |
| 4 | +sourceRoot: |
| 5 | +sources: other.ts |
| 6 | +=================================================================== |
| 7 | +------------------------------------------------------------------- |
| 8 | +emittedFile:/other.d.ts |
| 9 | +sourceFile:other.ts |
| 10 | +------------------------------------------------------------------- |
| 11 | +>>>/** |
| 12 | +1 > |
| 13 | +2 >^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> |
| 14 | +1 > |
| 15 | +1 >Emitted(1, 1) Source(1, 1) + SourceIndex(0) |
| 16 | +--- |
| 17 | +>>> * Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris eu aliquet lectus, nec rhoncus metus. Donec dapibus consectetur risus vitae porta. Aenean nisi neque, dignissim quis varius vel, volutpat vel tellus. Praesent lacinia molestie est, vel convallis odio ornare id. Pellentesque quis purus ante. Morbi a nisl justo. Etiam malesuada ipsum sem, fringilla rhoncus turpis ullamcorper et. Aenean laoreet, nisl id tempus pellentesque, elit elit congue felis, sit amet luctus nulla orci sit amet velit. Praesent non tincidunt nisi, at tempor eros. Quisque tincidunt euismod posuere. Ut blandit mauris elit, a porttitor orci aliquam ac. Duis imperdiet gravida ultrices. In. |
| 18 | +>>> */ |
| 19 | +1->^^^ |
| 20 | +2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> |
| 21 | +1->/** |
| 22 | + > * Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris eu aliquet lectus, nec rhoncus metus. Donec dapibus consectetur risus vitae porta. Aenean nisi neque, dignissim quis varius vel, volutpat vel tellus. Praesent lacinia molestie est, vel convallis odio ornare id. Pellentesque quis purus ante. Morbi a nisl justo. Etiam malesuada ipsum sem, fringilla rhoncus turpis ullamcorper et. Aenean laoreet, nisl id tempus pellentesque, elit elit congue felis, sit amet luctus nulla orci sit amet velit. Praesent non tincidunt nisi, at tempor eros. Quisque tincidunt euismod posuere. Ut blandit mauris elit, a porttitor orci aliquam ac. Duis imperdiet gravida ultrices. In. |
| 23 | + > */ |
| 24 | +1->Emitted(3, 4) Source(3, 4) + SourceIndex(0) |
| 25 | +--- |
| 26 | +>>>export declare function foo(): ({ a, b }: { |
| 27 | +1-> |
| 28 | +2 >^^^^^^^^^^^^^^^^^^^^^^^^ |
| 29 | +3 > ^^^ |
| 30 | +4 > ^^^^ |
| 31 | +5 > ^ |
| 32 | +6 > ^^ |
| 33 | +7 > ^ |
| 34 | +8 > ^^ |
| 35 | +9 > ^ |
| 36 | +10> ^^ |
| 37 | +11> ^^ |
| 38 | +1-> |
| 39 | + > |
| 40 | + > |
| 41 | +2 >export function |
| 42 | +3 > foo |
| 43 | +4 > (): |
| 44 | +5 > ( |
| 45 | +6 > { |
| 46 | +7 > a |
| 47 | +8 > , |
| 48 | +9 > b |
| 49 | +10> } |
| 50 | +11> : |
| 51 | +1->Emitted(4, 1) Source(5, 1) + SourceIndex(0) |
| 52 | +2 >Emitted(4, 25) Source(5, 17) + SourceIndex(0) |
| 53 | +3 >Emitted(4, 28) Source(5, 20) + SourceIndex(0) |
| 54 | +4 >Emitted(4, 32) Source(5, 24) + SourceIndex(0) |
| 55 | +5 >Emitted(4, 33) Source(5, 25) + SourceIndex(0) |
| 56 | +6 >Emitted(4, 35) Source(5, 27) + SourceIndex(0) |
| 57 | +7 >Emitted(4, 36) Source(5, 28) + SourceIndex(0) |
| 58 | +8 >Emitted(4, 38) Source(5, 30) + SourceIndex(0) |
| 59 | +9 >Emitted(4, 39) Source(5, 31) + SourceIndex(0) |
| 60 | +10>Emitted(4, 41) Source(5, 33) + SourceIndex(0) |
| 61 | +11>Emitted(4, 43) Source(5, 35) + SourceIndex(0) |
| 62 | +--- |
| 63 | +>>> a: string; |
| 64 | +1 >^^^^ |
| 65 | +2 > ^ |
| 66 | +3 > ^^ |
| 67 | +4 > ^^^^^^ |
| 68 | +5 > ^ |
| 69 | +6 > ^-> |
| 70 | +1 >{ |
| 71 | +2 > a |
| 72 | +3 > : |
| 73 | +4 > string |
| 74 | +5 > , |
| 75 | +1 >Emitted(5, 5) Source(5, 37) + SourceIndex(0) |
| 76 | +2 >Emitted(5, 6) Source(5, 38) + SourceIndex(0) |
| 77 | +3 >Emitted(5, 8) Source(5, 40) + SourceIndex(0) |
| 78 | +4 >Emitted(5, 14) Source(5, 46) + SourceIndex(0) |
| 79 | +5 >Emitted(5, 15) Source(5, 47) + SourceIndex(0) |
| 80 | +--- |
| 81 | +>>> b: string; |
| 82 | +1->^^^^ |
| 83 | +2 > ^ |
| 84 | +3 > ^^ |
| 85 | +4 > ^^^^^^ |
| 86 | +5 > ^ |
| 87 | +1-> |
| 88 | +2 > b |
| 89 | +3 > : |
| 90 | +4 > string |
| 91 | +5 > |
| 92 | +1->Emitted(6, 5) Source(5, 48) + SourceIndex(0) |
| 93 | +2 >Emitted(6, 6) Source(5, 49) + SourceIndex(0) |
| 94 | +3 >Emitted(6, 8) Source(5, 51) + SourceIndex(0) |
| 95 | +4 >Emitted(6, 14) Source(5, 57) + SourceIndex(0) |
| 96 | +5 >Emitted(6, 15) Source(5, 57) + SourceIndex(0) |
| 97 | +--- |
| 98 | +>>>}) => void; |
| 99 | +1 >^ |
| 100 | +2 > ^^^^^ |
| 101 | +3 > ^^^^ |
| 102 | +4 > ^ |
| 103 | +5 > ^^^^^^^^^^^^^^^^^^^^^^^-> |
| 104 | +1 > } |
| 105 | +2 > ) => |
| 106 | +3 > void |
| 107 | +4 > { |
| 108 | + > return () => {} |
| 109 | + > } |
| 110 | +1 >Emitted(7, 2) Source(5, 59) + SourceIndex(0) |
| 111 | +2 >Emitted(7, 7) Source(5, 64) + SourceIndex(0) |
| 112 | +3 >Emitted(7, 11) Source(5, 68) + SourceIndex(0) |
| 113 | +4 >Emitted(7, 12) Source(7, 2) + SourceIndex(0) |
| 114 | +--- |
| 115 | +>>>//# sourceMappingURL=other.d.ts.map=================================================================== |
| 116 | +JsFile: index.d.ts |
| 117 | +mapUrl: index.d.ts.map |
| 118 | +sourceRoot: |
| 119 | +sources: index.ts |
| 120 | +=================================================================== |
| 121 | +------------------------------------------------------------------- |
| 122 | +emittedFile:/index.d.ts |
| 123 | +sourceFile:index.ts |
| 124 | +------------------------------------------------------------------- |
| 125 | +>>>export declare class Foo { |
| 126 | +1 > |
| 127 | +2 >^^^^^^^^^^^^^^^^^^^^^ |
| 128 | +3 > ^^^ |
| 129 | +1 >import { foo } from './other'; |
| 130 | + > |
| 131 | +2 >export class |
| 132 | +3 > Foo |
| 133 | +1 >Emitted(1, 1) Source(2, 1) + SourceIndex(0) |
| 134 | +2 >Emitted(1, 22) Source(2, 14) + SourceIndex(0) |
| 135 | +3 >Emitted(1, 25) Source(2, 17) + SourceIndex(0) |
| 136 | +--- |
| 137 | +>>> bar: ({ a, b }: { |
| 138 | +1 >^^^^ |
| 139 | +2 > ^^^ |
| 140 | +3 > ^^^^^^^^^^^^-> |
| 141 | +1 > { |
| 142 | + > public |
| 143 | +2 > bar |
| 144 | +1 >Emitted(2, 5) Source(3, 12) + SourceIndex(0) |
| 145 | +2 >Emitted(2, 8) Source(3, 15) + SourceIndex(0) |
| 146 | +--- |
| 147 | +>>> a: string; |
| 148 | +>>> b: string; |
| 149 | +>>> }) => void; |
| 150 | +1->^^^^^^^^^^^^^^^ |
| 151 | +1-> = foo(); |
| 152 | +1->Emitted(5, 16) Source(3, 24) + SourceIndex(0) |
| 153 | +--- |
| 154 | +>>>} |
| 155 | +1 >^ |
| 156 | +2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> |
| 157 | +1 > |
| 158 | + >} |
| 159 | +1 >Emitted(6, 2) Source(4, 2) + SourceIndex(0) |
| 160 | +--- |
| 161 | +>>>//# sourceMappingURL=index.d.ts.map |
0 commit comments