Skip to content

Commit

Permalink
Add keep_numbers option. Closes #1208
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiosantoscode committed Jun 9, 2022
1 parent f745ac7 commit c558e12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/terser.d.ts
Expand Up @@ -145,6 +145,7 @@ export interface FormatOptions {
}) => boolean );
ecma?: ECMA;
ie8?: boolean;
keep_numbers?: boolean;
indent_level?: number;
indent_start?: number;
inline_script?: boolean;
Expand Down

0 comments on commit c558e12

Please sign in to comment.