Skip to content

Commit 63bd04f

Browse files
committed
fix(es/types): add new options types
1 parent 4eab592 commit 63bd04f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/types/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,10 @@ export interface TerserCompressOptions {
295295

296296
unsafe_undefined?: boolean;
297297

298+
unsafe_hoist_static_method_alias?: boolean;
299+
300+
unsafe_hoist_global_objects_alias?: boolean;
301+
298302
unused?: boolean;
299303

300304
const_to_let?: boolean;

0 commit comments

Comments
 (0)