github.com/jbendotnet/noms@v0.0.0-20190904222105-c43e4293ea92/cmd/noms/splore/.flowconfig (about)

     1  [ignore]
     2  ; We fork some components by platform
     3  .*/*[.]android.js
     4  
     5  ; Ignore "BUCK" generated dirs
     6  <PROJECT_ROOT>/\.buckd/
     7  
     8  ; Ignore unexpected extra "@providesModule"
     9  .*/node_modules/.*/node_modules/fbjs/.*
    10  
    11  ; Ignore duplicate module providers
    12  ; For RN Apps installed via npm, "Libraries" folder is inside
    13  ; "node_modules/react-native" but in the source repo it is in the root
    14  .*/Libraries/react-native/React.js
    15  .*/Libraries/react-native/ReactNative.js
    16  
    17  [include]
    18  
    19  [libs]
    20  node_modules/react-native/Libraries/react-native/react-native-interface.js
    21  node_modules/react-native/flow
    22  flow/
    23  flow-typed/
    24  
    25  [options]
    26  emoji=true
    27  
    28  module.file_ext=.ios.js
    29  module.file_ext=.android.js
    30  module.file_ext=.js
    31  module.file_ext=.json
    32  
    33  module.system=haste
    34  
    35  esproposal.class_static_fields=enable
    36  esproposal.class_instance_fields=enable
    37  
    38  experimental.strict_type_args=true
    39  
    40  munge_underscores=true
    41  
    42  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'
    43  
    44  suppress_type=$FlowIssue
    45  suppress_type=$FlowFixMe
    46  suppress_type=$FixMe
    47  
    48  suppress_comment=\\(.\\|\n\\)*\\$FlowIssue: .+
    49  
    50  suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(4[0-5]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
    51  suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(4[0-5]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
    52  suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
    53  suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
    54  
    55  unsafe.enable_getters_and_setters=true
    56  
    57  [version]
    58  ^0.45.0