GitXplorerGitXplorer
s

vue-flow-typed

public
10 stars
2 forks
10 issues

Commits

List of commits on branch master.
Verified
2aa4173f88b387c9d3d5435a8584862b7630ca2b

Create FUNDING.yml

ssobolevn committed 5 years ago
Verified
1f62d0a8c6e2225c42cb0cc49ea801112cef5547

Merge pull request #27 from purumpum/master

ssobolevn committed 6 years ago
Unverified
384cf397b4e18e56b14ac718b745b12786b9ecfc

fix #26: remove blank line to make the Travis CI happy

ppurumpum committed 6 years ago
Unverified
6ed358cd32c895b1d404f7f97da6abc70e60fc5a

fix #26:add definitions for helpers without namespaces and clarify helpers map param

ppurumpum committed 6 years ago
Unverified
552081287002c625da391f5c384c834277e184d7

fix #26: declare map*() and install exports as functions not types

ppurumpum committed 6 years ago
Verified
7bcfa8305752fb1e5c2ce18ad4ea0e3e084ee239

Publish

ssobolevn committed 6 years ago

README

The README file for this repository.

vue-flow-typed

Build Status

flow typings for Vue packages.

Packages

Installation

You need to install every package independently. They are all published under @vue-flow-typed organization.

Check out this project template if you don't know how to start.

Known problems

There are some problems we can not fix for now:

  1. flow does not allow to extend existing library definitions. So we can not extend Vue instances to have $store when vuex is installed
  2. flow does not allow to annotate this. So, we can not specify some types for some Vue internals, like $nextTick and others
  3. This typing are not yet good enough to be submitted to flow-typed. However, we will do it one day

See issues for other known problems.

Contributing

Please, read CONTRIBUTING.md before starting.

License

MIT.