benkeen / generatedata

A powerful, feature-rich, random test data generator.
https://generatedata.com
2.21k stars 611 forks source link

Find solution for Data Type generation code to work in both web workers + node #798

Closed benkeen closed 1 year ago

benkeen commented 1 year ago
benkeen commented 1 year ago

Turns out this is pretty straightforward. Just need the worker files to pass the global utils worker content to a separate re-usable generate method in each plugin. That can then be re-used by the node code.