oxc-zed 0.4.7

Oxc Zed Extension
Documentation
1
2
3
function MyButton({ children }) {
  return <button className="rounded bg-blue-500">{children}</button>;
}