1
1
// Vitest Snapshot v1
2
2
3
- exports [` functional:parser > should create ast for abstract class declaration 1` ] = `
3
+ exports [` functional:attacher > should create ast for abstract class declaration 1` ] = `
4
4
[1mroot[22m[2m[[22m[33m6[39m[2m][22m
5
5
[2m├─0[22m [1mcomment[22m[2m[[22m[33m2[39m[2m][22m [2m([22m1:1-4:4, 0-61[2m)[22m
6
6
[2m│[22m [2m│[22m data[2m:[22m { " symbol" :null ," value" :" /**\\ n * @file Fixtures - Person\\ n * @module fixtures/Person\\ n */" }
@@ -52,7 +52,7 @@ exports[`functional:parser > should create ast for abstract class declaration 1`
52
52
data[2m:[22m { " tag" :" @return" ," text" :" {string} String representation of \` this\` " ," value" :" @return {string} String representation of \` this\` " }
53
53
` ;
54
54
55
- exports [` functional:parser > should create ast for async function declaration 1` ] = `
55
+ exports [` functional:attacher > should create ast for async function declaration 1` ] = `
56
56
[1mroot[22m[2m[[22m[33m7[39m[2m][22m
57
57
[2m├─0[22m [1mcomment[22m[2m[[22m[33m3[39m[2m][22m [2m([22m1:1-5:4, 0-126[2m)[22m
58
58
[2m│[22m [2m│[22m data[2m:[22m { " symbol" :null ," value" :" /**\\ n * @file Fixtures - dblLinear\\ n * @module fixtures/dblLinear\\ n * @see https://codewars.com/kata/5672682212c8ecf83e000050\\ n */" }
@@ -106,7 +106,7 @@ exports[`functional:parser > should create ast for async function declaration 1`
106
106
data[2m:[22m { " tag" :" @const" ," text" :" {number} z - \` z\` " ," value" :" @const {number} z - \` z\` " }
107
107
` ;
108
108
109
- exports [` functional:parser > should create ast for async function* declaration 1` ] = `
109
+ exports [` functional:attacher > should create ast for async function* declaration 1` ] = `
110
110
[1mroot[22m[2m[[22m[33m4[39m[2m][22m
111
111
[2m├─0[22m [1mcomment[22m[2m[[22m[33m2[39m[2m][22m [2m([22m1:1-4:4, 0-67[2m)[22m
112
112
[2m│[22m [2m│[22m data[2m:[22m { " symbol" :null ," value" :" /**\\ n * @file Fixtures - fibonacci\\ n * @module fixtures/fibonacci\\ n */" }
@@ -144,7 +144,7 @@ exports[`functional:parser > should create ast for async function* declaration 1
144
144
data[2m:[22m { " tag" :" @var" ," text" :" {IteratorResult<number, number>} curr - Current sequence value" ," value" :" @var {IteratorResult<number, number>} curr - Current sequence value" }
145
145
` ;
146
146
147
- exports [` functional:parser > should create ast for class declaration 1` ] = `
147
+ exports [` functional:attacher > should create ast for class declaration 1` ] = `
148
148
[1mroot[22m[2m[[22m[33m9[39m[2m][22m
149
149
[2m├─0[22m [1mcomment[22m[2m[[22m[33m3[39m[2m][22m [2m([22m1:1-5:4, 0-142[2m)[22m
150
150
[2m│[22m [2m│[22m data[2m:[22m { " symbol" :null ," value" :" /**\\ n * @file Fixtures - FibonacciSequence\\ n * @module fixtures/FibonacciSequence\\ n * @see https://codewars.com/kata/55695bc4f75bbaea5100016b\\ n */" }
@@ -216,7 +216,7 @@ exports[`functional:parser > should create ast for class declaration 1`] = `
216
216
data[2m:[22m { " tag" :" @const" ," text" :" {number} value - Temporary sequence value" ," value" :" @const {number} value - Temporary sequence value" }
217
217
` ;
218
218
219
- exports [` functional:parser > should create ast for const enum declaration 1` ] = `
219
+ exports [` functional:attacher > should create ast for const enum declaration 1` ] = `
220
220
[1mroot[22m[2m[[22m[33m2[39m[2m][22m
221
221
[2m├─0[22m [1mcomment[22m[2m[[22m[33m2[39m[2m][22m [2m([22m1:1-4:4, 0-65[2m)[22m
222
222
[2m│[22m [2m│[22m data[2m:[22m { " symbol" :null ," value" :" /**\\ n * @file Fixtures - LogLevel\\ n * @module fixtures/LogLevel\\ n */" }
@@ -232,7 +232,7 @@ exports[`functional:parser > should create ast for const enum declaration 1`] =
232
232
data[2m:[22m { " tag" :" @enum" ," text" :" {number}" ," value" :" @enum {number}" }
233
233
` ;
234
234
235
- exports [` functional:parser > should create ast for default function declaration 1` ] = `
235
+ exports [` functional:attacher > should create ast for default function declaration 1` ] = `
236
236
[1mroot[22m[2m[[22m[33m4[39m[2m][22m
237
237
[2m├─0[22m [1mcomment[22m[2m[[22m[33m3[39m[2m][22m [2m([22m1:1-5:4, 0-136[2m)[22m
238
238
[2m│[22m [2m│[22m data[2m:[22m { " symbol" :null ," value" :" /**\\ n * @file Fixtures - sumOfIntervals\\ n * @module fixtures/sumOfIntervals\\ n * @see https://codewars.com/kata/52b7ed099cdc285c300001cd\\ n */" }
@@ -268,7 +268,7 @@ exports[`functional:parser > should create ast for default function declaration
268
268
data[2m:[22m { " tag" :" @const" ," text" :" {[number, number] | undefined} prev - Previous interval" ," value" :" @const {[number, number] | undefined} prev - Previous interval" }
269
269
` ;
270
270
271
- exports [` functional:parser > should create ast for default variable declaration 1` ] = `
271
+ exports [` functional:attacher > should create ast for default variable declaration 1` ] = `
272
272
[1mroot[22m[2m[[22m[33m5[39m[2m][22m
273
273
[2m├─0[22m [1mcomment[22m[2m[[22m[33m3[39m[2m][22m [2m([22m1:1-5:4, 0-136[2m)[22m
274
274
[2m│[22m [2m│[22m data[2m:[22m { " symbol" :null ," value" :" /**\\ n * @file Fixtures - miniStringFuck\\ n * @module fixtures/miniStringFuck\\ n * @see https://codewars.com/kata/586dd26a69b6fd46dd0000c0\\ n */" }
@@ -300,7 +300,7 @@ exports[`functional:parser > should create ast for default variable declaration
300
300
data[2m:[22m { " tag" :" @var" ," text" :" {string} output - Program output" ," value" :" @var {string} output - Program output" }
301
301
` ;
302
302
303
- exports [` functional:parser > should create ast for enum declaration 1` ] = `
303
+ exports [` functional:attacher > should create ast for enum declaration 1` ] = `
304
304
[1mroot[22m[2m[[22m[33m6[39m[2m][22m
305
305
[2m├─0[22m [1mcomment[22m[2m[[22m[33m2[39m[2m][22m [2m([22m1:1-4:4, 0-53[2m)[22m
306
306
[2m│[22m [2m│[22m data[2m:[22m { " symbol" :null ," value" :" /**\\ n * @file Fixtures - Op\\ n * @module fixtures/Op\\ n */" }
@@ -332,7 +332,7 @@ exports[`functional:parser > should create ast for enum declaration 1`] = `
332
332
data[2m:[22m { " value" :" Subtraction operator." }
333
333
` ;
334
334
335
- exports [` functional:parser > should create ast for function declaration 1` ] = `
335
+ exports [` functional:attacher > should create ast for function declaration 1` ] = `
336
336
[1mroot[22m[2m[[22m[33m8[39m[2m][22m
337
337
[2m├─0[22m [1mcomment[22m[2m[[22m[33m3[39m[2m][22m [2m([22m1:1-5:4, 0-126[2m)[22m
338
338
[2m│[22m [2m│[22m data[2m:[22m { " symbol" :null ," value" :" /**\\ n * @file Fixtures - calculate\\ n * @module fixtures/calculate\\ n * @see https://codewars.com/kata/581bc0629ad9ff9873000316\\ n */" }
@@ -394,7 +394,7 @@ exports[`functional:parser > should create ast for function declaration 1`] = `
394
394
data[2m:[22m { " tag" :" @var" ," text" :" {number} result - Result of calculating two-term expression" ," value" :" @var {number} result - Result of calculating two-term expression" }
395
395
` ;
396
396
397
- exports [` functional:parser > should create ast for function* declaration 1` ] = `
397
+ exports [` functional:attacher > should create ast for function* declaration 1` ] = `
398
398
[1mroot[22m[2m[[22m[33m2[39m[2m][22m
399
399
[2m├─0[22m [1mcomment[22m[2m[[22m[33m2[39m[2m][22m [2m([22m1:1-4:4, 0-65[2m)[22m
400
400
[2m│[22m [2m│[22m data[2m:[22m { " symbol" :null ," value" :" /**\\ n * @file Fixtures - alphabet\\ n * @module fixtures/alphabet\\ n */" }
@@ -416,7 +416,7 @@ exports[`functional:parser > should create ast for function* declaration 1`] = `
416
416
data[2m:[22m { " tag" :" @return" ," text" :" {Generator<string, void, void>} Alphabet generator" ," value" :" @return {Generator<string, void, void>} Alphabet generator" }
417
417
` ;
418
418
419
- exports [` functional:parser > should create ast for interface declaration 1` ] = `
419
+ exports [` functional:attacher > should create ast for interface declaration 1` ] = `
420
420
[1mroot[22m[2m[[22m[33m4[39m[2m][22m
421
421
[2m├─0[22m [1mcomment[22m[2m[[22m[33m2[39m[2m][22m [2m([22m1:1-4:4, 0-77[2m)[22m
422
422
[2m│[22m [2m│[22m data[2m:[22m { " symbol" :null ," value" :" /**\\ n * @file Fixtures - CoordinatePair\\ n * @module fixtures/CoordinatePair\\ n */" }
@@ -438,7 +438,7 @@ exports[`functional:parser > should create ast for interface declaration 1`] = `
438
438
data[2m:[22m { " value" :" y-coordinate." }
439
439
` ;
440
440
441
- exports [` functional:parser > should create ast for namespace declaration 1` ] = `
441
+ exports [` functional:attacher > should create ast for namespace declaration 1` ] = `
442
442
[1mroot[22m[2m[[22m[33m4[39m[2m][22m
443
443
[2m├─0[22m [1mcomment[22m[2m[[22m[33m2[39m[2m][22m [2m([22m1:1-4:4, 0-71[2m)[22m
444
444
[2m│[22m [2m│[22m data[2m:[22m { " symbol" :null ," value" :" /**\\ n * @file Fixtures - StringUtils\\ n * @module fixtures/StringUtils\\ n */" }
@@ -470,7 +470,7 @@ exports[`functional:parser > should create ast for namespace declaration 1`] = `
470
470
data[2m:[22m { " tag" :" @template" ," text" :" D - String delimiter" ," value" :" @template D - String delimiter" }
471
471
` ;
472
472
473
- exports [` functional:parser > should create ast for type declaration 1` ] = `
473
+ exports [` functional:attacher > should create ast for type declaration 1` ] = `
474
474
[1mroot[22m[2m[[22m[33m2[39m[2m][22m
475
475
[2m├─0[22m [1mcomment[22m[2m[[22m[33m2[39m[2m][22m [2m([22m1:1-4:4, 0-69[2m)[22m
476
476
[2m│[22m [2m│[22m data[2m:[22m { " symbol" :null ," value" :" /**\\ n * @file Fixtures - Coordinate\\ n * @module fixtures/Coordinate\\ n */" }
@@ -484,7 +484,7 @@ exports[`functional:parser > should create ast for type declaration 1`] = `
484
484
data[2m:[22m { " value" :" One member in a pair of numbers that represent a single point on a\\ ntwo-dimensional grid." }
485
485
` ;
486
486
487
- exports [` functional:parser > should create ast for variable declaration 1` ] = `
487
+ exports [` functional:attacher > should create ast for variable declaration 1` ] = `
488
488
[1mroot[22m[2m[[22m[33m3[39m[2m][22m
489
489
[2m├─0[22m [1mcomment[22m[2m[[22m[33m2[39m[2m][22m [2m([22m1:1-4:4, 0-57[2m)[22m
490
490
[2m│[22m [2m│[22m data[2m:[22m { " symbol" :null ," value" :" /**\\ n * @file Fixtures - psum\\ n * @module fixtures/psum\\ n */" }
0 commit comments