-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
add safe eval for browser and eval
option
#185
Merged
Merged
Commits on Dec 23, 2022
-
add safe eval for browser and
evalType
optionupdate test html file to use compiled module update demo html file to include sample & prevent submit
Configuration menu - View commit details
-
Copy full SHA for f34e162 - Browse repository at this point
Copy the full SHA f34e162View commit details
Commits on Dec 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 289afd8 - Browse repository at this point
Copy the full SHA 289afd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f59301 - Browse repository at this point
Copy the full SHA 3f59301View commit details
Commits on Dec 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e988112 - Browse repository at this point
Copy the full SHA e988112View commit details
Commits on Aug 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0230a87 - Browse repository at this point
Copy the full SHA 0230a87View commit details
Commits on Aug 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ebfe01a - Browse repository at this point
Copy the full SHA ebfe01aView commit details
Commits on Aug 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for de0566a - Browse repository at this point
Copy the full SHA de0566aView commit details
Commits on May 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1f9c7a3 - Browse repository at this point
Copy the full SHA 1f9c7a3View commit details -
`ignoreEvalErrors` can be used to supress errors in eval expressions. These errors are common because the expression might be suitable for a particular value but may give error on other values. For such scenarios, we expect it to match the passing values instead of crash entirely
Configuration menu - View commit details
-
Copy full SHA for a224458 - Browse repository at this point
Copy the full SHA a224458View commit details
Commits on May 4, 2024
-
complete test coverage & refactoring; set default value of ignoreEval…
…Error=false to avoid test breaks
Configuration menu - View commit details
-
Copy full SHA for b19b9c4 - Browse repository at this point
Copy the full SHA b19b9c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d34dcce - Browse repository at this point
Copy the full SHA d34dcceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dcf489 - Browse repository at this point
Copy the full SHA 9dcf489View commit details
Commits on May 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 983594b - Browse repository at this point
Copy the full SHA 983594bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cda7567 - Browse repository at this point
Copy the full SHA cda7567View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.