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

10 lines
No EOL
168 B
JavaScript

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