We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@jsdw hey, are you still maintaining this? Further, does this use eval or any other unsafe primitive that may fail CSP policies?
eval
Thanks.
The text was updated successfully, but these errors were encountered:
Angu is still "alive"; it's just considered finished at the moment, and so I haven't needed to do anything to it for a whle :)
It is used in projects I care about, and I would endeavour to fix any issues that were spotted!
And it does not use eval or any unsafe primitves at all; it is entirely sandboxed and safe.
Sorry, something went wrong.
Hey @jsdw , thanks for the great library.
May I take this chance to ask a question regarding how to implement something? Just some ideas or whether it's possible or not.
How would you implement something to define and use a lookup table? E.g.,
mytable = {1: 'yes', 2:'no'}; myvar = 1; // this is easy return(mytable[myvar])
Thanks!
No branches or pull requests
@jsdw hey, are you still maintaining this? Further, does this use
eval
or any other unsafe primitive that may fail CSP policies?Thanks.
The text was updated successfully, but these errors were encountered: