MIRROR: javascript for ๐Ÿœ's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

add TOK_CLASS to allowed words

+1
+1
src/ant.c
··· 5455 5455 case TOK_IDENTIFIER: 5456 5456 case TOK_CATCH: 5457 5457 case TOK_TRY: 5458 + case TOK_CLASS: 5458 5459 case TOK_FINALLY: return mkcoderef((jsoff_t) js->toff, (jsoff_t) js->tlen); 5459 5460 5460 5461 default: return js_mkerr_typed(js, JS_ERR_SYNTAX, "bad expr");