I can't find a source code repo, but I managed to track down a [slidedeck](https://www.slideserve.com/stamos/gradual-typing-embedded-securely-in-javascript) and a (broken) [tutorial](https://rise4fun.com/FStar/tutorial/tsStar) with some code samples.
Thread
Stories related to "TS*: Gradual Typing Embedded Securely in JavaScript [2014]" across the full archive.
I can't find a source code repo, but I managed to track down a [slidedeck](https://www.slideserve.com/stamos/gradual-typing-embedded-securely-in-javascript) and a (broken) [tutorial](https://rise4fun.com/FStar/tutorial/tsStar) with some code samples.
DRYing up your JavaScript Jasmine tests with the data provider pattern - JP's blog
(blog.jphpsf.com)
A quick tip where I show a technique to eliminate redundancy Jasmine tests.
"a new project to implement a lightweight high-performance JavaScript runtime in Java"
(mail.openjdk.java.net)
On November 15 at the Saint Louis JavaScript Meetup (STLJS), Perrin Westrich (a.k.a @CrytpicSwarm) presented an impressive demo of a “code walking” tool, which leverages some source transformation wizardry of his own devising.