File: sourceMapValidationDestructuringVariableStatementArrayBindingPattern6.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 (59 lines) | stat: -rw-r--r-- 2,502 bytes parent folder | download | duplicates (4)
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
===================================================================
JsFile: sourceMapValidationDestructuringVariableStatementArrayBindingPattern6.js
mapUrl: sourceMapValidationDestructuringVariableStatementArrayBindingPattern6.js.map
sourceRoot: 
sources: sourceMapValidationDestructuringVariableStatementArrayBindingPattern6.ts
===================================================================
-------------------------------------------------------------------
emittedFile:tests/cases/compiler/sourceMapValidationDestructuringVariableStatementArrayBindingPattern6.js
sourceFile:sourceMapValidationDestructuringVariableStatementArrayBindingPattern6.ts
-------------------------------------------------------------------
>>>var _a = [1, 2][0], x = _a === void 0 ? 20 : _a;
1 >
2 >^^^^
3 >    ^^^^^
4 >         ^
5 >          ^
6 >           ^^
7 >             ^
8 >              ^
9 >               ^^^
10>                  ^^
11>                    ^
12>                     ^^^^^^^^^^^^^^^^^^^
13>                                        ^^
14>                                          ^^^^^
15>                                               ^
16>                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1 >var [
2 >
3 >    x = 20] = 
4 >         [
5 >          1
6 >           , 
7 >             2
8 >              ]
9 >               
10>                  
11>                    x
12>                      = 
13>                                        20
14>                                          
15>                                               ] = [1, 2];
1 >Emitted(1, 1) Source(1, 6) + SourceIndex(0)
2 >Emitted(1, 5) Source(1, 6) + SourceIndex(0)
3 >Emitted(1, 10) Source(1, 16) + SourceIndex(0)
4 >Emitted(1, 11) Source(1, 17) + SourceIndex(0)
5 >Emitted(1, 12) Source(1, 18) + SourceIndex(0)
6 >Emitted(1, 14) Source(1, 20) + SourceIndex(0)
7 >Emitted(1, 15) Source(1, 21) + SourceIndex(0)
8 >Emitted(1, 16) Source(1, 22) + SourceIndex(0)
9 >Emitted(1, 19) Source(1, 12) + SourceIndex(0)
10>Emitted(1, 21) Source(1, 6) + SourceIndex(0)
11>Emitted(1, 22) Source(1, 7) + SourceIndex(0)
12>Emitted(1, 41) Source(1, 10) + SourceIndex(0)
13>Emitted(1, 43) Source(1, 12) + SourceIndex(0)
14>Emitted(1, 48) Source(1, 12) + SourceIndex(0)
15>Emitted(1, 49) Source(1, 23) + SourceIndex(0)
---
>>>//# sourceMappingURL=sourceMapValidationDestructuringVariableStatementArrayBindingPattern6.js.map