加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.flowconfig 885 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dustan Kasten 提交于 2017-02-17 10:10 . Fiber (#22)
[ignore]
# stop checking the stack reconciler in the new world :D
.*/src/index.js
.*/src/stack
# Ignore react and fbjs where there are overlaps, but don't ignore
# anything that react-native relies on
.*/node_modules/fbjs.*
.*/node_modules/babel.*
.*/node_modules/babylon.*
# npm3 and other tooling interop is so fun
.*/examples/.*/node_modules
.*/node_modules/binary-extensions.*
.*/node_modules/builtin-modules.*
.*/node_modules/jasmine-es6.*
.*/node_modules/json5.*
.*/node_modules/resolve.*
.*/node_modules/spdx-exceptions.*
.*/node_modules/spdx-license-ids.*
.*/node_modules/ua-parser-js.*
.*/node_modules/y18n.*
.*/node_modules/iconv-lite.*
.*/node_modules/is-my-json-valid.*
.*/_backup
.*/docs
[include]
[libs]
[options]
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(2[0-0]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\)
esproposal.class_static_fields=enable
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化