posts/ladybird_attempt: align numbers
This commit is contained in:
parent
2ee319ba23
commit
e2dc0f98f4
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,7 @@ Next is making it actually work in the JS engine
|
||||||
|
|
||||||
Pattern matching candidates:
|
Pattern matching candidates:
|
||||||
|
|
||||||
|
```
|
||||||
❯ rg -l JS_DEFINE_ALLOCATOR | grep -i css | xargs wc -l | sort -n
|
❯ rg -l JS_DEFINE_ALLOCATOR | grep -i css | xargs wc -l | sort -n
|
||||||
35 Userland/Libraries/LibWeb/CSS/MediaQueryListEvent.cpp
|
35 Userland/Libraries/LibWeb/CSS/MediaQueryListEvent.cpp
|
||||||
39 Userland/Libraries/LibWeb/CSS/AnimationEvent.cpp
|
39 Userland/Libraries/LibWeb/CSS/AnimationEvent.cpp
|
||||||
|
@ -72,6 +73,7 @@ Pattern matching candidates:
|
||||||
541 Userland/Libraries/LibWeb/CSS/CSSStyleDeclaration.cpp
|
541 Userland/Libraries/LibWeb/CSS/CSSStyleDeclaration.cpp
|
||||||
659 Userland/Libraries/LibWeb/CSS/ResolvedCSSStyleDeclaration.cpp
|
659 Userland/Libraries/LibWeb/CSS/ResolvedCSSStyleDeclaration.cpp
|
||||||
4729 total
|
4729 total
|
||||||
|
```
|
||||||
|
|
||||||
Userland/Libraries/LibWeb/CSS/CSSAnimation.idl looks very good
|
Userland/Libraries/LibWeb/CSS/CSSAnimation.idl looks very good
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue