Giter VIP home page Giter VIP logo

Comments (6)

SamChou19815 avatar SamChou19815 commented on September 27, 2024 1

For functions parameters, you will need contra-variance -. Note that ({...}) => mixed doesn't admit ({foo: string}) => mixed, since a function that calls f: ({...}) => mixed cannot be passed a callback that can only handle {foo: string} objects.

from flow.

SamChou19815 avatar SamChou19815 commented on September 27, 2024

Before we would just use {} (or {...}) but that's now gone

What do you mean by this? {...} is a good upper bound for all objects, if you want to include interfaces as well as objects, you can use interface {}

This page contains information you can find to specify the top types: https://flow.org/en/docs/lang/type-hierarchy/

from flow.

ayroblu avatar ayroblu commented on September 27, 2024

try flow

from flow.

SamChou19815 avatar SamChou19815 commented on September 27, 2024

Arrays are invariantly typed, so you need to use $ReadOnlyArray instead

from flow.

ayroblu avatar ayroblu commented on September 27, 2024

Invariants don't let you type function inputs though?

try flow

Or functions generally:

try flow

from flow.

SamChou19815 avatar SamChou19815 commented on September 27, 2024

The unclear-type error is there because these types are just any, which is inherently unsafe. It's conceptually the same as this lint rules, except that it's built in the checker itself. If you are unhappy with it, you can disable the lint

from flow.

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.