Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

.flowconfig 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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_type=$FixMe
  23. suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(5[0-6]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
  24. suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(5[0-6]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
  25. suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
  26. suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
  27. unsafe.enable_getters_and_setters=true
  28. [version]
  29. ^0.57.0