Marcelo Shima
Marcelo Shima
> However, TS won't be the holy grail. It can make things a bit more understandable but we need conventions for the whole project (for instance interfaces, what actually qualifies...
> @mshima Which part of JDL are you talking about exactly? The entire jdl folder. > There are many files related to JDL. That would be probably too much to...
@emilpaw I’ve managed to use mocha + `@esbuild-kit/esm-loader`. It works pretty well, I couldn’t see any performance drop. Have problems when updating inline snapshots, but IMO is worth it.
This is partially done. Refer to https://github.com/jhipster/generator-jhipster/pull/18939#issuecomment-1167262967. Blocked on https://github.com/liquibase/liquibase/issues/2306.
@atomfrede new need to check if reactive implementation matches imperative.
v7.9.0 was unusually big with a lot of bugs, I agree to release another version, maybe with [spring boot v2.7.3](https://github.com/spring-projects/spring-boot/milestone/268) due in 3 days.
There are 4 png files at test-integration/samples/jdl-entities. We should add .gitignore, but the bug is at jdl plugin that generates png files without open the jdl.
Please remove async from the arrow function. If there is no await, async is not required. By returning a Promise (async function call) the method is implicitly async. Can you...