Giter Club home page Giter Club logo

Comments (6)

kpervin avatar kpervin commented on June 1, 2024

Closing due to realizing that the ref option was required. Was under the impression that it would have been picked up by TsMorphMetadataProvider.

from mikro-orm.

B4nan avatar B4nan commented on June 1, 2024

Let's keep this open, I want to review it first (probably this evening). ts-morph should pick this up, and it might be failing because you use it with the Opt type intersection. Note that your repro does not use ts-morph.

from mikro-orm.

kpervin avatar kpervin commented on June 1, 2024

Yes, I saw that before I closed the issue. Required a bit of refactoring for it to work. It has now been added.

from mikro-orm.

B4nan avatar B4nan commented on June 1, 2024

Yeah, this is surely something to fix, it's about the Opt type intersection. Note that in your repro you test whether the value is true - it never will be the value itself with the Ref wrapper, it is always the Reference class (in this case ScalarReference), which wraps the value.

from mikro-orm.

B4nan avatar B4nan commented on June 1, 2024

So the problem here is that the TS compiler API returns the type for hasBarPost as any for some reason. If you use hasBarPost!: Opt<Ref<boolean>> it does work fine though.

edit: Damn, I again forget that the compiler API likes to give any in the ORM test suite while it works outside of it. So the type name actually resolves to (import("/Users/adamek/htdocs/mikro-orm/reproduction/node_modules/@mikro-orm/sqlite/index").ScalarReference<false> | import("/Users/adamek/htdocs/mikro-orm/reproduction/node_modules/@mikro-orm/sqlite/index").ScalarReference<true>) & { [__optional]?: 1 | undefined; }, and we fail to process that properly. Uh and why the hell it expands boolean to true | false.

from mikro-orm.

kpervin avatar kpervin commented on June 1, 2024

Wow, what a simple fix for such a weird issue haha

from mikro-orm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.