modified lib-jitsi-meet dev repo
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.flowconfig 1.0KB

1234567891011121314151617181920212223242526272829303132
  1. ; XXX The origin of the source code of this .flowconfig file is the jitsi-meet
  2. ; project. As the NPM package jitsi-meet builds the NPM package lib-jitsi-meet
  3. ; and jitsi-meet's react-native requires specific .flowconfig contents, it is
  4. ; mandatory to keep the .flowconfig files of jitsi-meet and lib-jitsi-meet in
  5. ; sync (e.g. the flow-bin version).
  6. ;
  7. [ignore]
  8. .*/\.git/.*
  9. [include]
  10. [libs]
  11. [options]
  12. emoji=true
  13. module.system=haste
  14. munge_underscores=true
  15. module.name_mapper='^[./a-zA-Z0-9$_-]+\.\(bmp\|gif\|jpg\|jpeg\|png\|psd\|svg\|webp\|m4v\|mov\|mp4\|mpeg\|mpg\|webm\|aac\|aiff\|caf\|m4a\|mp3\|wav\|html\|pdf\)$' -> 'RelativeImageStub'
  16. suppress_type=$FlowIssue
  17. suppress_type=$FlowFixMe
  18. suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)? *\\(site=[a-z,_]*react_native\\(_ios\\)?_\\(oss\\|fb\\)[a-z,_]*\\)?)\\)
  19. suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(<VERSION>\\)? *\\(site=[a-z,_]*react_native\\(_ios\\)?_\\(oss\\|fb\\)[a-z,_]*\\)?)\\)?:? #[0-9]+
  20. suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
  21. [version]
  22. ^0.104.0