[Bun.js] Add support for console.time, console.timeEnd

This commit is contained in:
Jarred Sumner
2021-09-21 00:58:55 -07:00
parent e869cdca9f
commit 4e12a4c013
2 changed files with 38 additions and 2 deletions

View File

@@ -181,6 +181,7 @@ pub const Bun = struct {
return ref;
}
pub fn readFileAsString(
this: void,
ctx: js.JSContextRef,