mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
fix(playground): syntax check does not work (#2412)
This commit is contained in:
parent
28ba28f64c
commit
3ff3495126
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ impl OxcRunOptions {
|
|||
|
||||
#[wasm_bindgen(getter)]
|
||||
pub fn syntax(&self) -> bool {
|
||||
self.format
|
||||
self.syntax
|
||||
}
|
||||
|
||||
#[wasm_bindgen(setter)]
|
||||
|
|
|
|||
Loading…
Reference in a new issue