We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
case
default
switch
/*END*/switch (null) { /*START*/case null: break; }
/*END*/switch (null) { /*START*/default: break; }
Those should work.
The following should not have issues.
export /*a*/default {}
export default { /*a*/case } /*b*/default; /*c*/case 42;