MCPcopy
hub / github.com/prettier/prettier / bar2

Function bar2

tests/format/js/unary-expression/comments.js:270–285  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

268}
269
270async function bar2() {
271 !(await x);
272 !(await x /* foo */);
273 !(/* foo */ await x);
274 !(
275 /* foo */
276 await x
277 );
278 !(
279 await x
280 /* foo */
281 );
282 !(
283 await x // foo
284 );
285}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…