File: isolatedModulesSourceMap.sourcemap.txt

package info (click to toggle)
node-typescript 4.9.5%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 533,908 kB
  • sloc: javascript: 2,018,330; makefile: 7; sh: 1
file content (38 lines) | stat: -rw-r--r-- 1,157 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
===================================================================
JsFile: file1.js
mapUrl: file1.js.map
sourceRoot: 
sources: file1.ts
===================================================================
-------------------------------------------------------------------
emittedFile:tests/cases/compiler/file1.js
sourceFile:file1.ts
-------------------------------------------------------------------
>>>export var x = 1;
1 >
2 >^^^^^^
3 >      ^
4 >       ^^^^
5 >           ^
6 >            ^^^
7 >               ^
8 >                ^
9 >                 ^^^^^^^^^^^^^^^->
1 >
2 >export
3 >       
4 >       var 
5 >           x
6 >             = 
7 >               1
8 >                ;
1 >Emitted(1, 1) Source(1, 1) + SourceIndex(0)
2 >Emitted(1, 7) Source(1, 7) + SourceIndex(0)
3 >Emitted(1, 8) Source(1, 8) + SourceIndex(0)
4 >Emitted(1, 12) Source(1, 12) + SourceIndex(0)
5 >Emitted(1, 13) Source(1, 13) + SourceIndex(0)
6 >Emitted(1, 16) Source(1, 16) + SourceIndex(0)
7 >Emitted(1, 17) Source(1, 17) + SourceIndex(0)
8 >Emitted(1, 18) Source(1, 18) + SourceIndex(0)
---
>>>//# sourceMappingURL=file1.js.map