Skip to content

Commit

Permalink
Add the 'strict' value to keep_quoted (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArekBartnik authored and fabiosantoscode committed Jan 9, 2020
1 parent 70156e5 commit f3ef28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/terser.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export interface MangleOptions {
export interface ManglePropertiesOptions {
builtins?: boolean;
debug?: boolean;
keep_quoted?: boolean;
keep_quoted?: boolean | 'strict';
regex?: RegExp | string;
reserved?: string[];
}
Expand Down

0 comments on commit f3ef28a

Please sign in to comment.