Marc J. Schmidt
Marc J. Schmidt
Can confirm this is a bug. It seems not related to export as the following is wrongly computed. ```typescript enum StatEnginePowerUnit { Hp = 'hp', } enum StatWeightUnit { Lbs...
oh, wrong issue. This was meant for https://github.com/deepkit/deepkit-framework/issues/317
Tried to replicate it in https://github.com/deepkit/deepkit-framework/commit/8b347fc7e862ce81e5c5be4bbfb7f52fb4075c3a, but wasn't able to do so. Maybe `data/stat-weight-unit.ts` and the other do not contain the type information. You can try to transpile the files...
ah, I see, thanks for the explanation. I think we have to adjust export statements in the compiler to fix that, so that ```typescript export { StatWeightUnit } from './stat-weight-unit';...
@danfma ok, cool! You might be interested in https://github.com/hanayashiki/deepkit-openapi
That looks vey cool, thank you @JumpLink! If tests are green, I'm going to merge that. > This worked very well, we could also build a small lint script with...
I guess we have to exclude files in `/tests/*` + frontend packages framework-debug-ui, api-console-gui, and orm-browser-gui
@JumpLink what do you mean?
oh, I'm sorry🤣 approved
> E.g. When I tried to install the package `resolve-typescript-plugin` in `@deepkit/framework-debug-gui` NPM has told me that `"@deepkit/ui-library": "^1.0.1-alpha.56"` cannot be found on the NPM registry. So I did it...