mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 05:12:29 +00:00
Add missing type
This commit is contained in:
5
packages/bun-types/jsc.d.ts
vendored
5
packages/bun-types/jsc.d.ts
vendored
@@ -57,4 +57,9 @@ declare module "bun:jsc" {
|
||||
* This is untested. May not be supported yet on macOS
|
||||
*/
|
||||
export function startRemoteDebugger(host?: string, port?: number): void;
|
||||
|
||||
/**
|
||||
* Run JavaScriptCore's sampling profiler
|
||||
*/
|
||||
export function startSamplingProfiler(optionalDirectory?: string): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user