Changelog
v0.2.7
Changelog
v0.2.4
visitProgram
causing wrong bad sourceMapsChangelog
v0.2.1
f
to _f
to avoid likely name conflictsvisitProgram
to visitor.js
. It adds var _f = require("flowcheck/assert");
at the beginning of the file, fix #4visitProgram
a namespace.indexOf('require') === -1
check in order to not break flowcheck-loader (temporary)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)