This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
serenity
Watch
1
Star
0
Fork
You've already forked serenity
0
mirror of
https://github.com/SerenityOS/serenity.git
synced
2025-01-23 09:51:57 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
761c16d873
serenity
/
.prettierignore
4 lines
74 B
Text
Raw
Normal View
History
Unescape
Escape
Meta: Add lint-prettier.sh This is a script similar to the clang-format one to ensure prettier formatting of most JavaScript files.
2020-12-27 15:36:04 +01:00
Base/home/anon/Source/js
LibJS: Correct behaviour of direct vs. indirect eval eval only has direct access to the local scope when accessed through the name eval. This includes locals named eval, because of course it does.
2021-06-19 20:13:53 -07:00
Userland/Libraries/LibJS/Tests/eval-aliasing.js
Reference in a new issue
Copy permalink