Micael Levi L. Cavalcante

Results 443 comments of Micael Levi L. Cavalcante

@Apidcloud from what I tested, yes. Having a function like `importEsmPackage` is the only way due to how the typescript project is configured.

What is that _flat file_? 🤔 I never saw this expression before sorry

@Byron2016 would you like to create a PR to address this? It should be done at https://github.com/nestjs/schematics/blob/master/src/lib/application/files/ts/package.json and related files in that directory

@shvamabps we got a bunch of PRs open to address that. Those semver ranges are updates by the Renovate bot from time to time

We will upgrade that config file in the next major release. I guess we should downgrade eslint to v8 in the meantime

![image](https://github.com/user-attachments/assets/946227c9-3cd6-4c9e-8ad4-cef486f92758)

we should expose a `.forRoot`/`.forRootAsync` static method instead of changing the `.register`. See https://docs.nestjs.com/fundamentals/dynamic-modules#community-guidelines

yeah, I think so. But `global` must be `true` and a `.forRootAsync` as well

fair enough @EcksDy I agree that the changes here are _not_ aligned with the 'sync' vs 'async' dynamic modules. Also, double-reading the changes, I found a bit weird that the...