JSTQL-JS-Transform/output_testing/1164error.dont-hoist-inline-reference.js

9 lines
180 B
JavaScript
Raw Normal View History

import { identity } from "shared-runtime";
function useInvalid() {
const x = x |> identity(%);
return x;
}
export const FIXTURE_ENTRYPOINT = {
fn: useInvalid,
params: []
};