Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run Eval removing codeshift #1171

Merged

Commits on Apr 8, 2022

  1. Run Eval removing codeshift

    Remove all the places where code is built as a string and then evaled to
    make a function. This improves compatability with runtimes where eval is
    banned.
    The codeshift does the minial set of changes to make this work, and I
    have manually fixed a couple of things after running the codeshift.
    * Fix the DEFNODE function for the new param order.
    * Remove the map/mkshallow functions.
    
    Fixes terser#925
    sgoo committed Apr 8, 2022
    Copy the full SHA
    32faf91 View commit details
    Browse the repository at this point in the history