This website requires JavaScript.
Explore
Help
Sign in
beenull
/
ladybird
Watch
1
Star
0
Fork
You've already forked ladybird
0
mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced
2024-11-22 23:50:19 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6
dd37d0a327
ladybird
/
.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 14:36:04 +00: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-20 03:13:53 +00:00
Userland/Libraries/LibJS/Tests/eval-aliasing.js
Reference in a new issue
Copy permalink