onflow/flow-js-testing

Use Cadence parser instead of regex

bluesign opened this issue · 0 comments

I think it would be better to use cadence parser instead of regex. while parsing imports, parameters etc.

It just has something like less than 3M overhead when complied with gopherJS [0]

Also same applies to cadet I guess

[0] onflow/cadence#1802