JSTQL-JS-Transform/output_testing/992codegen-emit-make-read-only.js

10 lines
168 B
JavaScript
Raw Normal View History

// @enableEmitFreeze true
function MyComponentName(props) {
let x = {};
x |> foo(%, props.a);
x |> foo(%, props.b);
let y = [];
x |> y.push(%);
return y;
}