Skip to content

Commit

Permalink
Undeprecate options (for a while)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Mar 5, 2021
1 parent 709d854 commit 1e5f679
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ecmascript/minifier/src/option.rs
Expand Up @@ -84,7 +84,6 @@ pub struct CompressOptions {
// ecma : 5,
#[serde(default = "true_by_default")]
#[serde(alias = "evaluate")]
#[deprecated = "Not used. Exists only for api compatibility with terser."]
pub evaluate: bool,

// expression : false,
Expand Down Expand Up @@ -124,7 +123,6 @@ pub struct CompressOptions {
// pure_funcs : null,
#[serde(default)]
#[serde(alias = "reduce_funcs")]
#[deprecated = "Not used. Exists only for api compatibility with terser."]
pub reduce_fns: bool,
#[serde(default)]
#[serde(alias = "reduce_vars")]
Expand Down

0 comments on commit 1e5f679

Please sign in to comment.