mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Instead of aborting when finding an if-statement with unkown statements in the ancestors of any node, ignore that if-statement. This way the linter will cover more code. Assumes the code never mixes locus checks with other expressions.