ソースを参照

#226 Remove flow type annotations

Ben Hsieh 8 年 前
コミット
959b8f5b3f
共有10 個のファイルを変更した0 個の追加10 個の削除を含む
  1. 0
    1
      src/android.js
  2. 0
    1
      src/class/RNFetchBlobFile.js
  3. 0
    1
      src/class/RNFetchBlobReadStream.js
  4. 0
    1
      src/class/RNFetchBlobSession.js
  5. 0
    1
      src/class/RNFetchBlobWriteStream.js
  6. 0
    1
      src/class/StatefulPromise.js
  7. 0
    1
      src/fs.js
  8. 0
    1
      src/index.js
  9. 0
    1
      src/ios.js
  10. 0
    1
      src/net.js

+ 0
- 1
src/android.js ファイルの表示

1
 // Copyright 2016 wkh237@github. All rights reserved.
1
 // Copyright 2016 wkh237@github. All rights reserved.
2
 // Use of this source code is governed by a MIT-style license that can be
2
 // Use of this source code is governed by a MIT-style license that can be
3
 // found in the LICENSE file.
3
 // found in the LICENSE file.
4
-// @flow
5
 
4
 
6
 import {
5
 import {
7
   NativeModules,
6
   NativeModules,

+ 0
- 1
src/class/RNFetchBlobFile.js ファイルの表示

1
 // Copyright 2016 wkh237@github. All rights reserved.
1
 // Copyright 2016 wkh237@github. All rights reserved.
2
 // Use of this source code is governed by a MIT-style license that can be
2
 // Use of this source code is governed by a MIT-style license that can be
3
 // found in the LICENSE file.
3
 // found in the LICENSE file.
4
-// @flow
5
 
4
 
6
 
5
 
7
 import {
6
 import {

+ 0
- 1
src/class/RNFetchBlobReadStream.js ファイルの表示

1
 // Copyright 2016 wkh237@github. All rights reserved.
1
 // Copyright 2016 wkh237@github. All rights reserved.
2
 // Use of this source code is governed by a MIT-style license that can be
2
 // Use of this source code is governed by a MIT-style license that can be
3
 // found in the LICENSE file.
3
 // found in the LICENSE file.
4
-// @flow
5
 
4
 
6
 import {
5
 import {
7
   NativeModules,
6
   NativeModules,

+ 0
- 1
src/class/RNFetchBlobSession.js ファイルの表示

1
 // Copyright 2016 wkh237@github. All rights reserved.
1
 // Copyright 2016 wkh237@github. All rights reserved.
2
 // Use of this source code is governed by a MIT-style license that can be
2
 // Use of this source code is governed by a MIT-style license that can be
3
 // found in the LICENSE file.
3
 // found in the LICENSE file.
4
-// @flow
5
 
4
 
6
 import {
5
 import {
7
  NativeModules,
6
  NativeModules,

+ 0
- 1
src/class/RNFetchBlobWriteStream.js ファイルの表示

1
 // Copyright 2016 wkh237@github. All rights reserved.
1
 // Copyright 2016 wkh237@github. All rights reserved.
2
 // Use of this source code is governed by a MIT-style license that can be
2
 // Use of this source code is governed by a MIT-style license that can be
3
 // found in the LICENSE file.
3
 // found in the LICENSE file.
4
-// @flow
5
 
4
 
6
 import {
5
 import {
7
  NativeModules,
6
  NativeModules,

+ 0
- 1
src/class/StatefulPromise.js ファイルの表示

1
 // Copyright 2016 wkh237@github. All rights reserved.
1
 // Copyright 2016 wkh237@github. All rights reserved.
2
 // Use of this source code is governed by a MIT-style license that can be
2
 // Use of this source code is governed by a MIT-style license that can be
3
 // found in the LICENSE file.
3
 // found in the LICENSE file.
4
-// @flow
5
 
4
 
6
 export default class StatefulPromise extends Promise {
5
 export default class StatefulPromise extends Promise {
7
 
6
 

+ 0
- 1
src/fs.js ファイルの表示

1
 // Copyright 2016 wkh237@github. All rights reserved.
1
 // Copyright 2016 wkh237@github. All rights reserved.
2
 // Use of this source code is governed by a MIT-style license that can be
2
 // Use of this source code is governed by a MIT-style license that can be
3
 // found in the LICENSE file.
3
 // found in the LICENSE file.
4
-// @flow
5
 
4
 
6
 import {
5
 import {
7
   NativeModules,
6
   NativeModules,

+ 0
- 1
src/index.js ファイルの表示

1
 // Copyright 2016 wkh237@github. All rights reserved.
1
 // Copyright 2016 wkh237@github. All rights reserved.
2
 // Use of this source code is governed by a MIT-style license that can be
2
 // Use of this source code is governed by a MIT-style license that can be
3
 // found in the LICENSE file.
3
 // found in the LICENSE file.
4
-// @flow
5
 
4
 
6
 import {
5
 import {
7
   NativeModules,
6
   NativeModules,

+ 0
- 1
src/ios.js ファイルの表示

1
 // Copyright 2016 wkh237@github. All rights reserved.
1
 // Copyright 2016 wkh237@github. All rights reserved.
2
 // Use of this source code is governed by a MIT-style license that can be
2
 // Use of this source code is governed by a MIT-style license that can be
3
 // found in the LICENSE file.
3
 // found in the LICENSE file.
4
-// @flow
5
 
4
 
6
 import {
5
 import {
7
   NativeModules,
6
   NativeModules,

+ 0
- 1
src/net.js ファイルの表示

1
 // Copyright 2016 wkh237@github. All rights reserved.
1
 // Copyright 2016 wkh237@github. All rights reserved.
2
 // Use of this source code is governed by a MIT-style license that can be
2
 // Use of this source code is governed by a MIT-style license that can be
3
 // found in the LICENSE file.
3
 // found in the LICENSE file.
4
-// @flow
5
 
4
 
6
 import {
5
 import {
7
   NativeModules,
6
   NativeModules,