added flow support for everything except tests

This commit is contained in:
Kevin Jahns
2015-11-30 15:02:34 +01:00
parent 0ebfae6997
commit eff6fb1cc5
8 changed files with 78 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
/* @flow */
'use strict'
module.exports = function (Y/* :YGlobal */) {
module.exports = function (Y/* :any */) {
class AbstractConnector {
/* ::
y: YConfig;