Files
liquid/lib
Charles-P. Clermont 185ad2e510 Fixup parsing of range lookup for weird types
Had a NoMethodError bubble up in the theme-check-language-server because
of a unit test I ran for the prettier plugin.

(true..false) was crashing.

We have a helper... right there for this. So I used it here to turn the
error into an ArgumentError instead. Which should get caught
2022-08-11 11:12:06 -04:00
..