This repository was archived by the owner on Feb 16, 2021. It is now read-only.
v0.2.1
- changed the default namespace from
fto_fto avoid likely name conflicts - added a
visitProgramtovisitor.js. It addsvar _f = require("flowcheck/assert");at the beginning of the file, fix #4 - added a boolean option
skipImport(defaultfalse). If set totrue, skips thevisitProgramvisitor (useful for tests or if you want to import by hand the module flowcheck/assert as a global) - added to
visitProgramanamespace.indexOf('require') === -1check in order to not break flowcheck-loader (temporary)