cherow-do-expressions-plugin
v0.0.2
Published
Cherow do-expression (stage 1) plugin
Downloads
29
Maintainers
Readme
Cherow DoExpression plugin
A ECMAScript Stage 1 plugin
Usage:
cherow.parseScript(`let x = do {
if (foo()) { f() }
else if (bar()) { g() }
else { h() }
}; `, {
raw: true,
plugins: [DoExpressions]
});