flow-js-testing icon indicating copy to clipboard operation
flow-js-testing copied to clipboard

Use Cadence parser instead of regex

Open bluesign opened this issue 3 years ago • 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] https://github.com/onflow/cadence/issues/1802

bluesign avatar Jul 11 '22 08:07 bluesign