prepack/.flowconfig
Wuhan Zhou ec37d26b64 Set up flow-libs
Summary:
Release notes: none

- Add defined flow libs
- Starting with vscode-debugadapter and vscode-debugprotocol
    - vscode-debugprotocol obtained from public Nuclide open source
    - vscode-debugadapter generated using https://github.com/joarwilk/flowgen and modified

 Test Plan:
`yarn flow`
Closes https://github.com/facebook/prepack/pull/1095

Differential Revision: D6106213

Pulled By: JWZ2018

fbshipit-source-id: f1a50c835ed36dd43326d6c273ea73ec80d3c0cc
2017-10-19 17:12:49 -07:00

20 lines
366 B
Plaintext

[ignore]
.*/node_modules/babel.*
.*/test262/.*
.*/node_modules/.*\.json
.*/lib/.*
.*/test/serializer/.*
.*/scripts/prettier.js
[include]
[libs]
flow-libs
[options]
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
esproposal.class_static_fields=enable
esproposal.class_instance_fields=enable
unsafe.enable_getters_and_setters=true
module.name_mapper='/lib/' -> '/src/'