regexp-tree icon indicating copy to clipboard operation
regexp-tree copied to clipboard

Development: Add Flow types for static types safety

Open DmitrySoshnikov opened this issue 7 years ago • 0 comments

Currently the code base is not statically type checked, we can use Flow type checker to validate it.

(actually, this will require another build step with transpiling JS code -- the flow type annotations should be stripped)

DmitrySoshnikov avatar Apr 03 '17 04:04 DmitrySoshnikov