-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
This package is generating very random code that can be very synthetic.
It will be nice to have an option that will produce more real-world js code.
For example:
- the variable should be declared before usage
- valid strings and regexps
- valid code structures: no
use strictin the middle of code, only common patterns to organize the code
I need this for fuzz testing of my package, that is working with the AST-tree, but currently, most of the code that is generated by eslump just break my package at the parse (espree)
Metadata
Metadata
Assignees
Labels
No labels