Juan Castaneda

Results 11 comments of Juan Castaneda

Yes I have installed @deepkit/type-compiler. Do I need an additional library to enable reflection in tsconfig?

I have both `"@deepkit/type": "^1.0.1-alpha.143",` and `"@deepkit/type-compiler": "^1.0.1-alpha.143",` installed. The error I got is happening here: ![image](https://github.com/deepkit/deepkit-framework/assets/6800070/f3407e34-964c-4bb0-849e-b0ecb2c95e83)

I created an isolated project with some basic configuration and basically the same as the main project, and I got the same error, please find attached zip file. [test_deepkit.zip](https://github.com/deepkit/deepkit-framework/files/14827495/test_deepkit.zip)

This is really odd. I removed all external dependencies and left a very simple class, and still seeing the error. Just run it using: npx ts-node .\DeepKit\Run.ts Thanks a lot...

I don't understand at this point what could be different on my side ![image](https://github.com/deepkit/deepkit-framework/assets/6800070/2f3c573d-63c4-4753-9518-aa7f8903eefd)

Hi, thanks for all your help so far. I was wondering if there is a replace for @f.type(MyClass) and @f.asName('')