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
Usage:
Jscex.compileBlock(options /* or name */, function () { /* code block */ });
The name would be used in "//@ sourceURL".
Assign a better name for generated function:
myFunc: eval(...)
var myFunc = eval(...)
myFunc = eval(...)
a.myFunc = eval(...)
The text was updated successfully, but these errors were encountered:
JeffreyZhao
No branches or pull requests
Usage:
The name would be used in "//@ sourceURL".
Assign a better name for generated function:
myFunc: eval(...)
var myFunc = eval(...)
ormyFunc = eval(...)
a.myFunc = eval(...)
The text was updated successfully, but these errors were encountered: