harttle/liquidjs

Usage of global `performance` breaks on Node <16

vrugtehagel opened this issue · 2 comments

This is a bug report originating from an issue from 11ty/eleventy.

LiquidJS uses the performance global in a few places, but to support Node versions before 16 it should be imported from the built-in 'perf_hooks' module.

Ahah we should have been in better communication. I've just opened #728!

Ah, haha! All good, will close this in favor of #728