mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-20 06:50:47 -07:00
fix: support for NodeJS 15, fixes #732
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
const polyfill = {
|
||||
now: () => Date.now()
|
||||
}
|
||||
|
||||
export const performance = typeof window === 'object' && window.performance || polyfill
|
||||
Reference in New Issue
Block a user