Also switched modules from exporting classes full of static methods to
exporting collections of loose functions because <type>.length was
giving me way too many problems! (It’s apparently a default, readonly
property of all classes.)
In any case, we seem to be working everywhere now! All tests pass, and
built files work well in the browser. :)