Skip to content
This repository was archived by the owner on Feb 16, 2021. It is now read-only.

v0.2.1

Choose a tag to compare

@gcanti gcanti released this 23 Jan 08:14
· 18 commits to master since this release
  • changed the default namespace from f to _f to avoid likely name conflicts
  • added a visitProgram to visitor.js. It adds var _f = require("flowcheck/assert"); at the beginning of the file, fix #4
  • added a boolean option skipImport (default false). If set to true, skips the visitProgram visitor (useful for tests or if you want to import by hand the module flowcheck/assert as a global)
  • added to visitProgram a namespace.indexOf('require') === -1 check in order to not break flowcheck-loader (temporary)