mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 11:29:02 +00:00
[bun:jsc] Add export for getProtectedObjects
This commit is contained in:
@@ -21,5 +21,6 @@ export const reoptimizationRetryCount = jsc.reoptimizationRetryCount;
|
||||
export const setRandomSeed = jsc.setRandomSeed;
|
||||
export const startRemoteDebugger = jsc.startRemoteDebugger;
|
||||
export const totalCompileTime = jsc.totalCompileTime;
|
||||
export const getProtectedObjects = jsc.getProtectedObjects;
|
||||
|
||||
export default jsc;
|
||||
|
||||
Reference in New Issue
Block a user