The common module from the fuzz tests should be moved to its own crate so that others may depend on the generation of arbitrary javascript in other contexts as this would be very powerful for testing other javascript engines or parsers.
Creating an issue for this because I have no idea if this is desirable for the developers and, if so, how it would be completed. :slightly_smiling_face:
boa's fuzz source generation has proven to be useful for testing other projects: https://github.com/kaleidawave/ezno/pull/3
The
common
module from the fuzz tests should be moved to its own crate so that others may depend on the generation of arbitrary javascript in other contexts as this would be very powerful for testing other javascript engines or parsers.