Cherry: ClojureScript to ES6 Compiler
Experimental ClojureScript to ES6 module compiler. Contribute to squint-cljs/cherry development by creating an account on GitHub. (more…)
Read more »In this article we’ll take a look at regular expressions in and after ES6. There’s a couple of regular expressions flags which were introduced in ES6: the /y or sticky flag, and the /u or Unicode flag. Then we’ll discuss five proposals which are making th… Read more