Ver código fonte

flow-typed

dev1
Lyubo Marinov 8 anos atrás
pai
commit
3f4c916066
2 arquivos alterados com 3 adições e 4 exclusões
  1. 1
    0
      .eslintignore
  2. 2
    4
      flow-typed/npm/flow-bin_v0.x.x.js

+ 1
- 0
.eslintignore Ver arquivo

7
 # Third-party source code which we (1) do not want to modify or (2) try to
7
 # Third-party source code which we (1) do not want to modify or (2) try to
8
 # modify as little as possible.
8
 # modify as little as possible.
9
 doc/example/libs/*
9
 doc/example/libs/*
10
+flow-typed/*
10
 modules/RTC/adapter.screenshare.js
11
 modules/RTC/adapter.screenshare.js
11
 
12
 
12
 # ESLint will by default ignore its own configuration file. However, there does
13
 # ESLint will by default ignore its own configuration file. However, there does

+ 2
- 4
flow-typed/npm/flow-bin_v0.x.x.js Ver arquivo

1
-/* @flow */
2
-
3
 // flow-typed signature: 6a5610678d4b01e13bbfbbc62bdaf583
1
 // flow-typed signature: 6a5610678d4b01e13bbfbbc62bdaf583
4
 // flow-typed version: 3817bc6980/flow-bin_v0.x.x/flow_>=v0.25.x
2
 // flow-typed version: 3817bc6980/flow-bin_v0.x.x/flow_>=v0.25.x
5
 
3
 
6
-declare module 'flow-bin' {
7
-    declare module.exports: string;
4
+declare module "flow-bin" {
5
+  declare module.exports: string;
8
 }
6
 }

Carregando…
Cancelar
Salvar