===================================================================
JsFile: restParameterWithBindingPattern1.js
mapUrl: restParameterWithBindingPattern1.js.map
sourceRoot: 
sources: restParameterWithBindingPattern1.ts
===================================================================
-------------------------------------------------------------------
emittedFile:restParameterWithBindingPattern1.js
sourceFile:restParameterWithBindingPattern1.ts
-------------------------------------------------------------------
>>>"use strict";
>>>function a(...{ a, b }) { }
1 >
2 >^^^^^^^^^
3 >         ^
4 >          ^
5 >           ^^^
6 >              ^^
7 >                ^
8 >                 ^^
9 >                   ^
10>                    ^^
11>                      ^^^^
12>                          ^
13>                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1 >
2 >function 
3 >         a
4 >          (
5 >           ...
6 >              {
7 >                a
8 >                 , 
9 >                   b
10>                    }
11>                      ) { 
12>                          }
1 >Emitted(2, 1) Source(1, 1) + SourceIndex(0)
2 >Emitted(2, 10) Source(1, 10) + SourceIndex(0)
3 >Emitted(2, 11) Source(1, 11) + SourceIndex(0)
4 >Emitted(2, 12) Source(1, 12) + SourceIndex(0)
5 >Emitted(2, 15) Source(1, 15) + SourceIndex(0)
6 >Emitted(2, 17) Source(1, 16) + SourceIndex(0)
7 >Emitted(2, 18) Source(1, 17) + SourceIndex(0)
8 >Emitted(2, 20) Source(1, 19) + SourceIndex(0)
9 >Emitted(2, 21) Source(1, 20) + SourceIndex(0)
10>Emitted(2, 23) Source(1, 21) + SourceIndex(0)
11>Emitted(2, 27) Source(1, 25) + SourceIndex(0)
12>Emitted(2, 28) Source(1, 26) + SourceIndex(0)
---
>>>//# sourceMappingURL=restParameterWithBindingPattern1.js.map