mirror of
https://github.com/facebookarchive/prepack.git
synced 2024-11-10 14:09:42 +03:00
17 lines
295 B
Plaintext
17 lines
295 B
Plaintext
[ignore]
|
|
.*/node_modules/babel.*
|
|
.*/test262/.*
|
|
.*/node_modules/.*\.json
|
|
.*/lib/.*
|
|
.*/test/serializer/.*
|
|
|
|
[include]
|
|
|
|
[libs]
|
|
|
|
[options]
|
|
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
|
|
esproposal.class_static_fields=enable
|
|
esproposal.class_instance_fields=enable
|
|
unsafe.enable_getters_and_setters=true
|