Skip to content

Commit

Permalink
ParseOptions.target
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Dec 14, 2019
1 parent 332061f commit 42ad8a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ pub struct ParseOptions {

#[serde(default = "default_is_module")]
pub is_module: bool,

#[serde(default)]
pub target: JscTarget,
}

#[derive(Default, Serialize, Deserialize)]
Expand Down

0 comments on commit 42ad8a9

Please sign in to comment.