gecko-dev/devtools/client/debugger/.flowconfig

19 строки
424 B
Plaintext

[ignore]
.*node_modules/.*
<PROJECT_ROOT>/firefox/.*
.*flow-coverage-report/.*
.*custom_format_broken.json
<PROJECT_ROOT>/webpack-stats/.*
[include]
./node_modules/source-map/source-map.js
[libs]
./src/global-types.js
[options]
suppress_comment=\\(.\\|\n\\)*\\$FlowIgnore
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe
module.name_mapper='^debugger-html$' -> '<PROJECT_ROOT>/src/types.js'
esproposal.optional_chaining=enable