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

8 lines
150 B
JavaScript

export function keepSecondArgument(bacon1234) {
return bacon1234.arguments[1];
}
export function bacon(heloooo) {
return heloooo.arguments[1];
}