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.1KB

12345678910111213141516171819202122232425262728293031323334353637
  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. ; Ignore polyfills
  9. +.*/Libraries/polyfills/.*
  10. .*/\.git/.*
  11. [include]
  12. [libs]
  13. [options]
  14. emoji=true
  15. module.system=haste
  16. munge_underscores=true
  17. 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'
  18. suppress_type=$FlowIssue
  19. suppress_type=$FlowFixMe
  20. suppress_type=$FlowFixMeProps
  21. suppress_type=$FlowFixMeState
  22. suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
  23. suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(<VERSION>\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
  24. suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
  25. suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
  26. [version]
  27. ^0.67.0