Skip to content

Commit 3c74e0b

Browse files
committed
Add missing '@flow' and unify comments style
1 parent 56c2e42 commit 3c74e0b

File tree

7 files changed

+7
-9
lines changed

7 files changed

+7
-9
lines changed

src/execution/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* @flow */
12
/**
23
* Copyright (c) 2015, Facebook, Inc.
34
* All rights reserved.

src/language/lexer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* @flow /
1+
/* @flow */
22
/**
33
* Copyright (c) 2015, Facebook, Inc.
44
* All rights reserved.

src/subscription/asyncIteratorReject.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1+
/* @flow */
12
/**
23
* Copyright (c) 2017, Facebook, Inc.
34
* All rights reserved.
45
*
56
* This source code is licensed under the BSD-style license found in the
67
* LICENSE file in the root directory of this source tree. An additional grant
78
* of patent rights can be found in the PATENTS file in the same directory.
8-
*
9-
* @flow
109
*/
1110

1211
import { $$asyncIterator } from 'iterall';

src/subscription/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1+
/* @flow */
12
/**
23
* Copyright (c) 2017, Facebook, Inc.
34
* All rights reserved.
45
*
56
* This source code is licensed under the BSD-style license found in the
67
* LICENSE file in the root directory of this source tree. An additional grant
78
* of patent rights can be found in the PATENTS file in the same directory.
8-
*
9-
* @flow
109
*/
1110

1211
export { subscribe, createSourceEventStream } from './subscribe';

src/subscription/mapAsyncIterator.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1+
/* @flow */
12
/**
23
* Copyright (c) 2017, Facebook, Inc.
34
* All rights reserved.
45
*
56
* This source code is licensed under the BSD-style license found in the
67
* LICENSE file in the root directory of this source tree. An additional grant
78
* of patent rights can be found in the PATENTS file in the same directory.
8-
*
9-
* @flow
109
*/
1110

1211
import { $$asyncIterator, getAsyncIterator } from 'iterall';

src/subscription/subscribe.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1+
/* @flow */
12
/**
23
* Copyright (c) 2017, Facebook, Inc.
34
* All rights reserved.
45
*
56
* This source code is licensed under the BSD-style license found in the
67
* LICENSE file in the root directory of this source tree. An additional grant
78
* of patent rights can be found in the PATENTS file in the same directory.
8-
*
9-
* @flow
109
*/
1110

1211
import { isAsyncIterable } from 'iterall';

src/validation/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* @flow */
12
/**
23
* Copyright (c) 2015, Facebook, Inc.
34
* All rights reserved.

0 commit comments

Comments
 (0)