oxc/crates/oxc_cli/fixtures/walk_dir/foo.js
2023-12-31 22:15:11 +08:00

3 lines
37 B
JavaScript

function foo() {
return 'foo';
}