flow-js-testing
flow-js-testing copied to clipboard
Use Cadence parser instead of regex
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] https://github.com/onflow/cadence/issues/1802