Skip to content

Commit

Permalink
fix(playground): syntax check does not work (#2412)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunqing authored Feb 15, 2024
1 parent 28ba28f commit 3ff3495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc_wasm/src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ impl OxcRunOptions {

#[wasm_bindgen(getter)]
pub fn syntax(&self) -> bool {
self.format
self.syntax
}

#[wasm_bindgen(setter)]
Expand Down

0 comments on commit 3ff3495

Please sign in to comment.