borkshop / kni

An interactive story language in JavaScript inspired by Inkle’s Ink
MIT License
80 stars 10 forks source link

grammar: refactor GetStaticVariable.next control flow #39

Closed jcorbin closed 3 years ago

jcorbin commented 3 years ago

Eliminates a dubiously scoped var, plus flattens control flow.

Done as part of a broader de-var-ification of the grammar module, motivated by eslint:recommended gate towards #15

jcorbin commented 3 years ago

Eh, going to just merge this one on account of "isomorphic refactor" and "larger PR stacked behind this one that's more worth looking at"