Skip to content

Commit 92b2a8e

Browse files
committed
chore: unignore flow-typed
1 parent 4d516c2 commit 92b2a8e

26 files changed

+4112
-222
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ node_modules
77
*.js
88
*.js.flow
99
*.ts
10+
!/flow-typed/**/*.js
1011
!/src/**/*.js
1112
!/src/**/*.ts
1213
!/test/**/*.js
13-
!/.babelrc.js
14+
!/.babelrc.js
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
// flow-typed signature: 4c4d15d7be5e11edd59bb9e69070cf20
2+
// flow-typed version: <<STUB>>/@babel/cli_v^7.12.10/flow_v0.143.1
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* '@babel/cli'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module '@babel/cli' {
17+
declare module.exports: any
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
declare module '@babel/cli/bin/babel-external-helpers' {
26+
declare module.exports: any
27+
}
28+
29+
declare module '@babel/cli/bin/babel' {
30+
declare module.exports: any
31+
}
32+
33+
declare module '@babel/cli/lib/babel-external-helpers' {
34+
declare module.exports: any
35+
}
36+
37+
declare module '@babel/cli/lib/babel/dir' {
38+
declare module.exports: any
39+
}
40+
41+
declare module '@babel/cli/lib/babel/file' {
42+
declare module.exports: any
43+
}
44+
45+
declare module '@babel/cli/lib/babel' {
46+
declare module.exports: any
47+
}
48+
49+
declare module '@babel/cli/lib/babel/options' {
50+
declare module.exports: any
51+
}
52+
53+
declare module '@babel/cli/lib/babel/util' {
54+
declare module.exports: any
55+
}
56+
57+
// Filename aliases
58+
declare module '@babel/cli/bin/babel-external-helpers.js' {
59+
declare module.exports: $Exports<'@babel/cli/bin/babel-external-helpers'>
60+
}
61+
declare module '@babel/cli/bin/babel.js' {
62+
declare module.exports: $Exports<'@babel/cli/bin/babel'>
63+
}
64+
declare module '@babel/cli/index' {
65+
declare module.exports: $Exports<'@babel/cli'>
66+
}
67+
declare module '@babel/cli/index.js' {
68+
declare module.exports: $Exports<'@babel/cli'>
69+
}
70+
declare module '@babel/cli/lib/babel-external-helpers.js' {
71+
declare module.exports: $Exports<'@babel/cli/lib/babel-external-helpers'>
72+
}
73+
declare module '@babel/cli/lib/babel/dir.js' {
74+
declare module.exports: $Exports<'@babel/cli/lib/babel/dir'>
75+
}
76+
declare module '@babel/cli/lib/babel/file.js' {
77+
declare module.exports: $Exports<'@babel/cli/lib/babel/file'>
78+
}
79+
declare module '@babel/cli/lib/babel/index' {
80+
declare module.exports: $Exports<'@babel/cli/lib/babel'>
81+
}
82+
declare module '@babel/cli/lib/babel/index.js' {
83+
declare module.exports: $Exports<'@babel/cli/lib/babel'>
84+
}
85+
declare module '@babel/cli/lib/babel/options.js' {
86+
declare module.exports: $Exports<'@babel/cli/lib/babel/options'>
87+
}
88+
declare module '@babel/cli/lib/babel/util.js' {
89+
declare module.exports: $Exports<'@babel/cli/lib/babel/util'>
90+
}

0 commit comments

Comments
 (0)