52
## Error
53
54
```
55
-Found 25 errors:
55
+Found 22 errors:
56
57
Todo: Important source location missing in generated code
58
302
303
Todo: Important source location missing in generated code
304
305
-Source location for ReturnStatement is missing in the generated output. This can cause coverage instrumentation to fail to track this code properly, resulting in inaccurate coverage reports..
306
-
307
-error.todo-missing-source-locations.ts:33:4
308
- 31 |
309
- 32 | const foo = useCallback(() => {
310
-> 33 | return a + b;
311
- | ^^^^^^^^^^^^^
312
- 34 | }, [a, b]);
313
- 35 |
314
- 36 | function bar() {
315
-
316
-Todo: Important source location missing in generated code
317
-
305
Source location for Identifier is missing in the generated output. This can cause coverage instrumentation to fail to track this code properly, resulting in inaccurate coverage reports..
306
307
error.todo-missing-source-locations.ts:34:6
328
329
Todo: Important source location missing in generated code
330
344
-Source location for ReturnStatement is missing in the generated output. This can cause coverage instrumentation to fail to track this code properly, resulting in inaccurate coverage reports..
345
-
346
-error.todo-missing-source-locations.ts:37:4
347
- 35 |
348
- 36 | function bar() {
349
-> 37 | return (c + d) * 2;
350
- | ^^^^^^^^^^^^^^^^^^^
351
- 38 | }
352
- 39 |
353
- 40 | console.log('Hello, world!');
354
-
355
-Todo: Important source location missing in generated code
356
-
331
Source location for ExpressionStatement is missing in the generated output. This can cause coverage instrumentation to fail to track this code properly, resulting in inaccurate coverage reports..
332
333
error.todo-missing-source-locations.ts:40:2
351
41 |
352
42 | return [y, foo, bar];
353
43 | }
380
-
381
-Todo: Important source location missing in generated code
382
-
383
-Source location for ReturnStatement is missing in the generated output. This can cause coverage instrumentation to fail to track this code properly, resulting in inaccurate coverage reports..
384
-
385
-error.todo-missing-source-locations.ts:42:2
386
- 40 | console.log('Hello, world!');
387
- 41 |
388
-> 42 | return [y, foo, bar];
389
- | ^^^^^^^^^^^^^^^^^^^^^
390
- 43 | }
391
- 44 |
354
```
355
356
\ No newline at end of file