coffee2ls
coffee2ls copied to clipboard
Unhandled syntax
The following, when passed through ls2ls.org, yields an error:
witch (item.itemType) {
case 'bookSection':
case 'conferencePaper':
case 'dictionaryEntry':
ref.add({name: 'booktitle', value: item.publicationTitle, protect: true});
break;
}
(Anything with 2 or more fallthroughs triggers an error)
coffee2ls is a bit dead.