File: sourceMapValidationDestructuringVariableStatementArrayBindingPattern5.sourcemap.txt

package info (click to toggle)
node-typescript 2.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 203,952 kB
  • ctags: 52,987
  • sloc: sh: 11; makefile: 5
file content (55 lines) | stat: -rw-r--r-- 2,177 bytes parent folder | download | duplicates (2)
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
===================================================================
JsFile: sourceMapValidationDestructuringVariableStatementArrayBindingPattern5.js
mapUrl: sourceMapValidationDestructuringVariableStatementArrayBindingPattern5.js.map
sourceRoot: 
sources: sourceMapValidationDestructuringVariableStatementArrayBindingPattern5.ts
===================================================================
-------------------------------------------------------------------
emittedFile:tests/cases/compiler/sourceMapValidationDestructuringVariableStatementArrayBindingPattern5.js
sourceFile:sourceMapValidationDestructuringVariableStatementArrayBindingPattern5.ts
-------------------------------------------------------------------
>>>var x = [1, 2][0];
1 >
2 >^^^^
3 >    ^^^^^^^^^^^^^
4 >                 ^
5 >                  ^^^^^^^^^^^^^^^^^^^^^->
1 >
  >var [
2 >
3 >    x
4 >                 ] = [1, 2];
1 >Emitted(1, 1) Source(2, 6) + SourceIndex(0)
2 >Emitted(1, 5) Source(2, 6) + SourceIndex(0)
3 >Emitted(1, 18) Source(2, 7) + SourceIndex(0)
4 >Emitted(1, 19) Source(2, 18) + SourceIndex(0)
---
>>>var _a = [1, 2], y = _a[0], z = _a[1];
1->
2 >^^^^
3 >    ^^^^^^^^^^^
4 >               ^^
5 >                 ^^^^^^^^^
6 >                          ^^
7 >                            ^^^^^^^^^
8 >                                     ^
9 >                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1->
  >var 
2 >
3 >    [y, z] = [1, 2]
4 >               
5 >                 y
6 >                          , 
7 >                            z
8 >                                     ] = [1, 2];
1->Emitted(2, 1) Source(3, 5) + SourceIndex(0)
2 >Emitted(2, 5) Source(3, 5) + SourceIndex(0)
3 >Emitted(2, 16) Source(3, 20) + SourceIndex(0)
4 >Emitted(2, 18) Source(3, 6) + SourceIndex(0)
5 >Emitted(2, 27) Source(3, 7) + SourceIndex(0)
6 >Emitted(2, 29) Source(3, 9) + SourceIndex(0)
7 >Emitted(2, 38) Source(3, 10) + SourceIndex(0)
8 >Emitted(2, 39) Source(3, 21) + SourceIndex(0)
---
>>>//# sourceMappingURL=sourceMapValidationDestructuringVariableStatementArrayBindingPattern5.js.map