Commit graph

2 commits

Author SHA1 Message Date
David Majda d162fe1cfc Replace arrays.every with Array.prototype.every
See #441.
2016-08-27 16:33:47 +02:00
David Majda 67d85f2de8 Align names of compiler passes that detect infinite loops
Rename compiler passes as follows:

  reportLeftRecursion -> reportInfiniteRecursion
  reportInfiniteLoops -> reportInfiniteRepetition

This reflects the fact that both passes detect different ways of causing
the same problem (possible infinite loop when parsing).
2016-07-29 18:06:16 +02:00
Renamed from lib/compiler/passes/report-left-recursion.js (Browse further)