JSTQL-JS-Transform/output_testing/1185error.gating-use-before-decl.js

4 lines
89 B
JavaScript
Raw Normal View History

// @gating
import { memo } from "react";
export default Foo |> memo(%);
function Foo() {}