use Formatter;
//#[wasm_bindgen]
//pub fn greet(source_code: &str) -> String {
// let config = Config::default();
// Formatter::format_one(source_code, config)
//}
//#[wasm_bindgen]
//pub fn greet(source_code: &str) -> String {
// "hello".to_string()
//}
//#[wasm_bindgen]
//pub fn greet() -> Result<String, JsValue> {
// Ok("hello world!".to_string())
//}