Files
bun.sh/test/bun.js/inline.macro.js
2022-06-22 23:21:48 -07:00

4 lines
58 B
JavaScript

export function whatDidIPass(expr, ctx) {
return ctx;
}