Files
babel/packages/babel-traverse/test/fixtures/comments/attachment/input.js
2018-01-09 15:36:42 +01:00

25 lines
308 B
JavaScript

{
/* top */
/* left */willRemove;/* right */
/* bottom */
}
{
hasPrev;
/* top */
/* left */willRemove;/* right */
/* bottom */
}
{
/* top */
/* left */willRemove;/* right */
/* bottom */
hasNext;
}
{
hasPrev;
/* top */
/* left */willRemove;/* right */
/* bottom */
hasNext;
}