Skip to content
#

flow-typed

Here are 36 public repositories matching this topic...

JavaScript Enhancements is a plugin for Sublime Text 3. It offers not only a smart javascript autocomplete but also a lot of features about creating, developing and managing javascript projects (real-time errors, code refactoring, etc.).

  • Updated Sep 30, 2020
  • Python
sobolevn
sobolevn commented Jun 11, 2018

We need to tests that types are working. For this specific case there's such a thing as flow type-testing: https://github.com/flowtype/flow-typed/blob/master/definitions/npm/axios_v0.18.x/test_axios_v0.18.x.js

We need to cover existing libs with tests. That's how I see it:
0. We implement a required .flowconfig file with the correct settings (it can be copied from flow-typed

  1. The sour

Improve this page

Add a description, image, and links to the flow-typed 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 flow-typed topic, visit your repo's landing page and select "manage topics."

Learn more