ballercat / walt

:zap: Walt is a JavaScript-like syntax for WebAssembly text format :zap:

Home Page:https://ballercat.github.io/walt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mixture of es-modules & node modules and flow & non-flow files?

ForsakenHarmony opened this issue · comments

commented

Is this intentional, or are you transitioning from one to the other?

Hi. The mixture(s) are not intentional; it's just tech debt. I'll spare you the(boring) history of how it got this way, and it's only due to different directions the project took over time.

  • I've been slacking on converting everything to flow; it wasn't part of the project initially.
  • Everything should be es6

I would accept PRs for both, but I would want the eslint-flowtype plugin as part of converting everything for flow so that one is a larger effort.

I'm going to close this in favor of #29