David

Results 4 issues of David

**Describe the bug** Using `console.log` on the `arguments` object inside a function produces a type error > Uncaught "TypeError": "cannot convert object to primitive value" **To Reproduce** This JavaScript code...

bug
technical debt

### Current Behavior ![nrwl_workspace_to_nx_workspace_error](https://github.com/nrwl/nx/assets/36610621/61ab2c2a-f6a5-448b-8a1c-bfdd72dbfe11) Starting from an Angular Nx repository on `15.9.4`, then running `nx migrate @nrwl/[email protected]` and `nx migrate --run-migrations --create-commits`, the errors above occur. **Note that these errors...

type: bug
scope: devkit

### Describe the bug In the example code below, the hover definition for `forkJoin` displays a description about the `any` type, even when the `any` type is not used. >...

# Bug Report ### 🔎 Search Terms * Tagged union * Discriminated union * Confusing/unclear error message ### 🕗 Version & Regression Information This issue occurs on the oldest TS...

Suggestion
Experience Enhancement