inversify / InversifyJS

A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript.
http://inversify.io/
MIT License
11.21k stars 715 forks source link

better stringify key in LAZY_IN_SYNC #1511

Closed paul-marechal closed 11 months ago

paul-marechal commented 1 year ago

Description

This PR adjusts the way the key is stringified by:

Related Issue

https://github.com/inversify/InversifyJS/issues/1510

Motivation and Context

Better error message.

How Has This Been Tested?

Manually called LAZY_IN_SYNC with a symbol using the node REPL.

Types of changes

Checklist: