master
fix(core): throw on circular factories and custom providers
chore(core): add index.ts in folder errorsexceptions and update imports
fix(core): identify decorator type in invalid-class-module error
feat(core) add error message to improve DX (get vs resolve)
feature(core) instantiate class dynamically (ModuleRef)
refactor(@nestjs) rename directories, add script, fix tests
refactor(nestjs) fix invalid imports, refactor messages
fix(core): include received value type in invalid-module error
refactor(): minor style improvements
build: use strict null checks part 2
Update packages/core/errors/exceptions/undefined-forwardref.exception.ts
fix(core): improve error message when imported module is nil
fix(core): circular structure error (jest) #11303
feat(core): add instance links, introspection and expose request provider
fix(core): improve typings for unknown export exception
feat(core): display module's name on `.select(module)` errors
Update packages/core/errors/exceptions/unknown-request-mapping.exception.ts