commite related issue note

This commit is contained in:
Umur Ozkul 2022-04-25 18:35:15 +02:00
parent 6878523186
commit 7d4e3072b8

View File

@ -53,6 +53,10 @@ let callInternal = (call: functionCall): result<'b, errorValue> => {
value->Ok value->Ok
} }
/*
NOTE: This function is cancelled. The related issue is
https://github.com/webpack/webpack/issues/13435
*/
let inspectPerformance = (value: expressionValue, label: string) => { let inspectPerformance = (value: expressionValue, label: string) => {
// let _ = %raw("{performance} = require('perf_hooks')") // let _ = %raw("{performance} = require('perf_hooks')")
// let start = %raw(`performance.now()`) // let start = %raw(`performance.now()`)