From 0e312568ab85a0f0da7cb8a3c2db938b83a94d5d Mon Sep 17 00:00:00 2001 From: Asia Date: Tue, 27 Feb 2024 13:22:07 +0100 Subject: [PATCH] feat: add compress option to QuickJsOptions --- src/core/modules/impl/HandlerExecutorFactory.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/modules/impl/HandlerExecutorFactory.ts b/src/core/modules/impl/HandlerExecutorFactory.ts index 443e4218..eacf6679 100644 --- a/src/core/modules/impl/HandlerExecutorFactory.ts +++ b/src/core/modules/impl/HandlerExecutorFactory.ts @@ -366,6 +366,7 @@ export interface QuickJsOptions { maxStackSize?: number; interruptCycles?: number; timeout?: number; + compress?: boolean; } export interface QuickJsPluginMessage {