Import performance object from perf_hooks (#729)

This commit is contained in:
Koen
2024-08-15 22:37:46 +08:00
committed by GitHub
parent ebc8daeec9
commit f03247d420
4 changed files with 16 additions and 4 deletions
+1
View File
@@ -1,3 +1,4 @@
import { performance } from 'node:perf_hooks'
import { toPromise, RenderError, LiquidErrors, LiquidError } from '../util'
import { Context } from '../context'
import { Template } from '../template'