JSTQL-JS-Transform/output_testing/1086issue852.js

8 lines
No EOL
92 B
JavaScript

function Component(c) {
let x = {
c
};
x |> mutate(%);
let a = x;
let b = a;
}