angular/packages/core/test/render3/util
Payam Valadkhan f12e1ef479 refactor(core): add a new stringifier for runtime errors which includes debug info such as the file path and line number (#51919)
The current error stringifier only includes the class name. In this change a new stringifier is added which returns a more helpful string which includes the file path and line number. Note that this is only the case with components, and for other class types (directive, pipes) it will fallback to the current stringifier. Subsequent changes can cover the case of directive and pipes as well.

PR Close #51919
2023-10-09 15:57:03 -07:00
..
attr_util_spec.ts test: clean up internal testing utilities (#42177) 2021-05-26 20:07:25 +00:00
stringify_util_spec.ts refactor(core): add a new stringifier for runtime errors which includes debug info such as the file path and line number (#51919) 2023-10-09 15:57:03 -07:00