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
1.1.30
Darwin 23.6.0 x86_64 i386
Hi,
I would like to report that Bun strict mode is not effective at function-level. It can be reproduced by running the following code example:
var global = this; function f() { "use strict"; console.log(gNonStrict()); } function gNonStrict() { return gNonStrict.caller.name; } f.apply(global);
Thanks,
AH
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of Bun is running?
1.1.30
What platform is your computer?
Darwin 23.6.0 x86_64 i386
What steps can reproduce the bug?
Hi,
I would like to report that Bun strict mode is not effective at function-level. It can be reproduced by running the following code example:
Thanks,
AH
What is the expected behavior?
No response
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: