prettier/tests/insert-pragma/module-with-late-docblock.js

9 lines
126 B
JavaScript

function foo(bar) {
return bar + 3 + 4;
}
/**
* Some notes that should not be appended to
*/
const fruit = 'tomatoes';