prettier/tests/comments/assignment-pattern.js

4 lines
71 B
JavaScript

const { a /* comment */ = 1 } = b;
const { c = 1 /* comment */ } = d;