-
Notifications
You must be signed in to change notification settings - Fork 307
Open
Labels
🐛 Bug🤷♂️ Needs More Infowaiting for more information from author of the issuewaiting for more information from author of the issueConfirmedBug is confirmedBug is confirmed
Description
Version
12.2.6 & 13.0.0-next.0
Steps to reproduce
- Clone this repo
- Install the dependencies for examples/example-app-v14
- Set break points in node_modules/@angular/forms/festm2020/forms.mjs, f.e. BaseControlValueAccessor.setProperty
- Debug the demo.testbed.spec.ts and try to run through the forms code.
Expected behavior
It should be possible to debug also the angular source code.
Actual behavior
The source code mapping points to different lines:
Additional context
It could be possible this bug belongs to ts-jest or other library. I think it is related to the transition of commonjs to esm of angular library. I haven't tested it with other esm libraries.
Environment
System:
OS: Windows 10 10.0.19045
CPU: (12) x64 AMD Ryzen 5 5600G with Radeon Graphics
Binaries:
Node: 16.15.0 - C:\nodejs\node.EXE
npm: 8.5.5 - C:\nodejs\npm.CMD
npmPackages:
jest: ^29.4.1 => 29.4.1Metadata
Metadata
Assignees
Labels
🐛 Bug🤷♂️ Needs More Infowaiting for more information from author of the issuewaiting for more information from author of the issueConfirmedBug is confirmedBug is confirmed


