Skip to content
#

flowtype

Here are 427 public repositories matching this topic...

shall-git
shall-git commented Nov 15, 2018
const {links, history} = this.props

Expected: No error.

Actual: ESlint: missing variable type annotation. (flowtype-/require-variable-type)

Maybe I'm missing something, but I can't figure out a valid configuration for this case

"flowtype/require-variable-type": [
  2,
  {
    "excludeVariableMatch": "^map", // mapStateToProps & mapDispatchT
gajus
gajus commented Jul 17, 2019

Currently, this monorepo consists of:

  • babel-plugin-flow-prepack
  • babel-plugin-flow-runtime
  • flow-config-parser
  • flow-runtime-cli
  • flow-runtime-docs
  • flow-runtime-mobx
  • flow-runtime-validators
  • flow-runtime

A subset of these provide the core functionality of flow-runtime:

  • flow-runtime-validators
  • flow-runtime
  • flow-runtime-cli
  • babel-plugin-flow-runtime

Meanwhile

Arteneko
Arteneko commented Aug 3, 2019

Currently, we can debug a page on the Servo project using Firefox, after tweaking a bit the dev tools to connect to a remote host.

Connecting to servo's exposed dev server from Firefox opens a developer tools window.

It'd be nice, just like we start servo using command line arguments, to be able to run a standalone dev tools instance, directly wired to said servo instan

Improve this page

Add a description, image, and links to the flowtype topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the flowtype topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.