|
| 1 | +// flow-typed signature: 59bc9b0d34e45eb52deaf978c46a711d |
| 2 | +// flow-typed version: <<STUB>>/@babel/core_v^7.4.5/flow_v0.100.0 |
| 3 | + |
| 4 | +/** |
| 5 | + * This is an autogenerated libdef stub for: |
| 6 | + * |
| 7 | + * '@babel/core' |
| 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/core' { |
| 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/core/lib/config/caching' { |
| 26 | + declare module.exports: any; |
| 27 | +} |
| 28 | + |
| 29 | +declare module '@babel/core/lib/config/config-chain' { |
| 30 | + declare module.exports: any; |
| 31 | +} |
| 32 | + |
| 33 | +declare module '@babel/core/lib/config/config-descriptors' { |
| 34 | + declare module.exports: any; |
| 35 | +} |
| 36 | + |
| 37 | +declare module '@babel/core/lib/config/files/configuration' { |
| 38 | + declare module.exports: any; |
| 39 | +} |
| 40 | + |
| 41 | +declare module '@babel/core/lib/config/files/index-browser' { |
| 42 | + declare module.exports: any; |
| 43 | +} |
| 44 | + |
| 45 | +declare module '@babel/core/lib/config/files/index' { |
| 46 | + declare module.exports: any; |
| 47 | +} |
| 48 | + |
| 49 | +declare module '@babel/core/lib/config/files/package' { |
| 50 | + declare module.exports: any; |
| 51 | +} |
| 52 | + |
| 53 | +declare module '@babel/core/lib/config/files/plugins' { |
| 54 | + declare module.exports: any; |
| 55 | +} |
| 56 | + |
| 57 | +declare module '@babel/core/lib/config/files/types' { |
| 58 | + declare module.exports: any; |
| 59 | +} |
| 60 | + |
| 61 | +declare module '@babel/core/lib/config/files/utils' { |
| 62 | + declare module.exports: any; |
| 63 | +} |
| 64 | + |
| 65 | +declare module '@babel/core/lib/config/full' { |
| 66 | + declare module.exports: any; |
| 67 | +} |
| 68 | + |
| 69 | +declare module '@babel/core/lib/config/helpers/config-api' { |
| 70 | + declare module.exports: any; |
| 71 | +} |
| 72 | + |
| 73 | +declare module '@babel/core/lib/config/helpers/environment' { |
| 74 | + declare module.exports: any; |
| 75 | +} |
| 76 | + |
| 77 | +declare module '@babel/core/lib/config/index' { |
| 78 | + declare module.exports: any; |
| 79 | +} |
| 80 | + |
| 81 | +declare module '@babel/core/lib/config/item' { |
| 82 | + declare module.exports: any; |
| 83 | +} |
| 84 | + |
| 85 | +declare module '@babel/core/lib/config/partial' { |
| 86 | + declare module.exports: any; |
| 87 | +} |
| 88 | + |
| 89 | +declare module '@babel/core/lib/config/pattern-to-regex' { |
| 90 | + declare module.exports: any; |
| 91 | +} |
| 92 | + |
| 93 | +declare module '@babel/core/lib/config/plugin' { |
| 94 | + declare module.exports: any; |
| 95 | +} |
| 96 | + |
| 97 | +declare module '@babel/core/lib/config/util' { |
| 98 | + declare module.exports: any; |
| 99 | +} |
| 100 | + |
| 101 | +declare module '@babel/core/lib/config/validation/option-assertions' { |
| 102 | + declare module.exports: any; |
| 103 | +} |
| 104 | + |
| 105 | +declare module '@babel/core/lib/config/validation/options' { |
| 106 | + declare module.exports: any; |
| 107 | +} |
| 108 | + |
| 109 | +declare module '@babel/core/lib/config/validation/plugins' { |
| 110 | + declare module.exports: any; |
| 111 | +} |
| 112 | + |
| 113 | +declare module '@babel/core/lib/config/validation/removed' { |
| 114 | + declare module.exports: any; |
| 115 | +} |
| 116 | + |
| 117 | +declare module '@babel/core/lib/index' { |
| 118 | + declare module.exports: any; |
| 119 | +} |
| 120 | + |
| 121 | +declare module '@babel/core/lib/parse' { |
| 122 | + declare module.exports: any; |
| 123 | +} |
| 124 | + |
| 125 | +declare module '@babel/core/lib/tools/build-external-helpers' { |
| 126 | + declare module.exports: any; |
| 127 | +} |
| 128 | + |
| 129 | +declare module '@babel/core/lib/transform-ast' { |
| 130 | + declare module.exports: any; |
| 131 | +} |
| 132 | + |
| 133 | +declare module '@babel/core/lib/transform-file-browser' { |
| 134 | + declare module.exports: any; |
| 135 | +} |
| 136 | + |
| 137 | +declare module '@babel/core/lib/transform-file' { |
| 138 | + declare module.exports: any; |
| 139 | +} |
| 140 | + |
| 141 | +declare module '@babel/core/lib/transform' { |
| 142 | + declare module.exports: any; |
| 143 | +} |
| 144 | + |
| 145 | +declare module '@babel/core/lib/transformation/block-hoist-plugin' { |
| 146 | + declare module.exports: any; |
| 147 | +} |
| 148 | + |
| 149 | +declare module '@babel/core/lib/transformation/file/file' { |
| 150 | + declare module.exports: any; |
| 151 | +} |
| 152 | + |
| 153 | +declare module '@babel/core/lib/transformation/file/generate' { |
| 154 | + declare module.exports: any; |
| 155 | +} |
| 156 | + |
| 157 | +declare module '@babel/core/lib/transformation/file/merge-map' { |
| 158 | + declare module.exports: any; |
| 159 | +} |
| 160 | + |
| 161 | +declare module '@babel/core/lib/transformation/index' { |
| 162 | + declare module.exports: any; |
| 163 | +} |
| 164 | + |
| 165 | +declare module '@babel/core/lib/transformation/normalize-file' { |
| 166 | + declare module.exports: any; |
| 167 | +} |
| 168 | + |
| 169 | +declare module '@babel/core/lib/transformation/normalize-opts' { |
| 170 | + declare module.exports: any; |
| 171 | +} |
| 172 | + |
| 173 | +declare module '@babel/core/lib/transformation/plugin-pass' { |
| 174 | + declare module.exports: any; |
| 175 | +} |
| 176 | + |
| 177 | +declare module '@babel/core/lib/transformation/util/missing-plugin-helper' { |
| 178 | + declare module.exports: any; |
| 179 | +} |
| 180 | + |
| 181 | +// Filename aliases |
| 182 | +declare module '@babel/core/lib/config/caching.js' { |
| 183 | + declare module.exports: $Exports<'@babel/core/lib/config/caching'>; |
| 184 | +} |
| 185 | +declare module '@babel/core/lib/config/config-chain.js' { |
| 186 | + declare module.exports: $Exports<'@babel/core/lib/config/config-chain'>; |
| 187 | +} |
| 188 | +declare module '@babel/core/lib/config/config-descriptors.js' { |
| 189 | + declare module.exports: $Exports<'@babel/core/lib/config/config-descriptors'>; |
| 190 | +} |
| 191 | +declare module '@babel/core/lib/config/files/configuration.js' { |
| 192 | + declare module.exports: $Exports<'@babel/core/lib/config/files/configuration'>; |
| 193 | +} |
| 194 | +declare module '@babel/core/lib/config/files/index-browser.js' { |
| 195 | + declare module.exports: $Exports<'@babel/core/lib/config/files/index-browser'>; |
| 196 | +} |
| 197 | +declare module '@babel/core/lib/config/files/index.js' { |
| 198 | + declare module.exports: $Exports<'@babel/core/lib/config/files/index'>; |
| 199 | +} |
| 200 | +declare module '@babel/core/lib/config/files/package.js' { |
| 201 | + declare module.exports: $Exports<'@babel/core/lib/config/files/package'>; |
| 202 | +} |
| 203 | +declare module '@babel/core/lib/config/files/plugins.js' { |
| 204 | + declare module.exports: $Exports<'@babel/core/lib/config/files/plugins'>; |
| 205 | +} |
| 206 | +declare module '@babel/core/lib/config/files/types.js' { |
| 207 | + declare module.exports: $Exports<'@babel/core/lib/config/files/types'>; |
| 208 | +} |
| 209 | +declare module '@babel/core/lib/config/files/utils.js' { |
| 210 | + declare module.exports: $Exports<'@babel/core/lib/config/files/utils'>; |
| 211 | +} |
| 212 | +declare module '@babel/core/lib/config/full.js' { |
| 213 | + declare module.exports: $Exports<'@babel/core/lib/config/full'>; |
| 214 | +} |
| 215 | +declare module '@babel/core/lib/config/helpers/config-api.js' { |
| 216 | + declare module.exports: $Exports<'@babel/core/lib/config/helpers/config-api'>; |
| 217 | +} |
| 218 | +declare module '@babel/core/lib/config/helpers/environment.js' { |
| 219 | + declare module.exports: $Exports<'@babel/core/lib/config/helpers/environment'>; |
| 220 | +} |
| 221 | +declare module '@babel/core/lib/config/index.js' { |
| 222 | + declare module.exports: $Exports<'@babel/core/lib/config/index'>; |
| 223 | +} |
| 224 | +declare module '@babel/core/lib/config/item.js' { |
| 225 | + declare module.exports: $Exports<'@babel/core/lib/config/item'>; |
| 226 | +} |
| 227 | +declare module '@babel/core/lib/config/partial.js' { |
| 228 | + declare module.exports: $Exports<'@babel/core/lib/config/partial'>; |
| 229 | +} |
| 230 | +declare module '@babel/core/lib/config/pattern-to-regex.js' { |
| 231 | + declare module.exports: $Exports<'@babel/core/lib/config/pattern-to-regex'>; |
| 232 | +} |
| 233 | +declare module '@babel/core/lib/config/plugin.js' { |
| 234 | + declare module.exports: $Exports<'@babel/core/lib/config/plugin'>; |
| 235 | +} |
| 236 | +declare module '@babel/core/lib/config/util.js' { |
| 237 | + declare module.exports: $Exports<'@babel/core/lib/config/util'>; |
| 238 | +} |
| 239 | +declare module '@babel/core/lib/config/validation/option-assertions.js' { |
| 240 | + declare module.exports: $Exports<'@babel/core/lib/config/validation/option-assertions'>; |
| 241 | +} |
| 242 | +declare module '@babel/core/lib/config/validation/options.js' { |
| 243 | + declare module.exports: $Exports<'@babel/core/lib/config/validation/options'>; |
| 244 | +} |
| 245 | +declare module '@babel/core/lib/config/validation/plugins.js' { |
| 246 | + declare module.exports: $Exports<'@babel/core/lib/config/validation/plugins'>; |
| 247 | +} |
| 248 | +declare module '@babel/core/lib/config/validation/removed.js' { |
| 249 | + declare module.exports: $Exports<'@babel/core/lib/config/validation/removed'>; |
| 250 | +} |
| 251 | +declare module '@babel/core/lib/index.js' { |
| 252 | + declare module.exports: $Exports<'@babel/core/lib/index'>; |
| 253 | +} |
| 254 | +declare module '@babel/core/lib/parse.js' { |
| 255 | + declare module.exports: $Exports<'@babel/core/lib/parse'>; |
| 256 | +} |
| 257 | +declare module '@babel/core/lib/tools/build-external-helpers.js' { |
| 258 | + declare module.exports: $Exports<'@babel/core/lib/tools/build-external-helpers'>; |
| 259 | +} |
| 260 | +declare module '@babel/core/lib/transform-ast.js' { |
| 261 | + declare module.exports: $Exports<'@babel/core/lib/transform-ast'>; |
| 262 | +} |
| 263 | +declare module '@babel/core/lib/transform-file-browser.js' { |
| 264 | + declare module.exports: $Exports<'@babel/core/lib/transform-file-browser'>; |
| 265 | +} |
| 266 | +declare module '@babel/core/lib/transform-file.js' { |
| 267 | + declare module.exports: $Exports<'@babel/core/lib/transform-file'>; |
| 268 | +} |
| 269 | +declare module '@babel/core/lib/transform.js' { |
| 270 | + declare module.exports: $Exports<'@babel/core/lib/transform'>; |
| 271 | +} |
| 272 | +declare module '@babel/core/lib/transformation/block-hoist-plugin.js' { |
| 273 | + declare module.exports: $Exports<'@babel/core/lib/transformation/block-hoist-plugin'>; |
| 274 | +} |
| 275 | +declare module '@babel/core/lib/transformation/file/file.js' { |
| 276 | + declare module.exports: $Exports<'@babel/core/lib/transformation/file/file'>; |
| 277 | +} |
| 278 | +declare module '@babel/core/lib/transformation/file/generate.js' { |
| 279 | + declare module.exports: $Exports<'@babel/core/lib/transformation/file/generate'>; |
| 280 | +} |
| 281 | +declare module '@babel/core/lib/transformation/file/merge-map.js' { |
| 282 | + declare module.exports: $Exports<'@babel/core/lib/transformation/file/merge-map'>; |
| 283 | +} |
| 284 | +declare module '@babel/core/lib/transformation/index.js' { |
| 285 | + declare module.exports: $Exports<'@babel/core/lib/transformation/index'>; |
| 286 | +} |
| 287 | +declare module '@babel/core/lib/transformation/normalize-file.js' { |
| 288 | + declare module.exports: $Exports<'@babel/core/lib/transformation/normalize-file'>; |
| 289 | +} |
| 290 | +declare module '@babel/core/lib/transformation/normalize-opts.js' { |
| 291 | + declare module.exports: $Exports<'@babel/core/lib/transformation/normalize-opts'>; |
| 292 | +} |
| 293 | +declare module '@babel/core/lib/transformation/plugin-pass.js' { |
| 294 | + declare module.exports: $Exports<'@babel/core/lib/transformation/plugin-pass'>; |
| 295 | +} |
| 296 | +declare module '@babel/core/lib/transformation/util/missing-plugin-helper.js' { |
| 297 | + declare module.exports: $Exports<'@babel/core/lib/transformation/util/missing-plugin-helper'>; |
| 298 | +} |
0 commit comments