Coder Social home page Coder Social logo

Comments (3)

mrazauskas avatar mrazauskas commented on June 11, 2024 1

I was looking at the issue with ReadonlyDeep. Bisecting tells that the first bad commit is microsoft/TypeScript#54448. Hope that helps.

from type-fest.

gloomweaver avatar gloomweaver commented on June 11, 2024

The issue here is HasMultipleCallSignatures
In 5.2.2 it returned false for Namespace, in current it returns true
You can actually break it 5.2.2 if you provide additional signature in the type

Tried this
HasMultipleCallSignatures<T> extends true ? T & ReadonlyObjectDeep<T> : ((...arguments_: Parameters<T>) => ReturnType<T>) & ReadonlyObjectDeep<T>
But then type of baz is boolean[] & readonly boolean[]
Didn't find a way to pick only signatures from T

from type-fest.

voxpelli avatar voxpelli commented on June 11, 2024

@trevorade I think the issue is that this repo is using an outdated version of tsd and since tsd ships with its own version of typescript this isn't discovered by it. When updating tsd it does error on this: #839

Hence why we probably should move away from tsd as we talked about in #837

from type-fest.

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.