mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 01:17:04 +03:00
Code refactoring
Flow first look
This commit is contained in:
parent
2f841524cb
commit
e6e0b02849
71 changed files with 2092 additions and 1836 deletions
23
.flowconfig
Normal file
23
.flowconfig
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
|
||||
[ignore]
|
||||
.*/node_modules/.*
|
||||
.*/vendors/.*
|
||||
.*/rainloop/.*
|
||||
.*/plugins/.*
|
||||
.*/build/.*
|
||||
.*/asserts/.*
|
||||
|
||||
[include]
|
||||
|
||||
[libs]
|
||||
./dev/
|
||||
|
||||
[options]
|
||||
module.system=haste
|
||||
|
||||
esproposal.class_static_fields=enable
|
||||
esproposal.class_instance_fields=enable
|
||||
|
||||
experimental.strict_type_args=true
|
||||
|
||||
unsafe.enable_getters_and_setters=true
|
||||
Loading…
Add table
Add a link
Reference in a new issue