Commit Graph

3 Commits

Author SHA1 Message Date
Alexander Akait
f383836bad
chore(css/lexer): Fix typo (#6588) 2022-12-07 00:59:29 +00:00
Donny/강동윤
64796701e4
perf(css/parser): Reduce clones and allocations (#6585)
**Description:**

 - We use `(BytePos, BytePos)` instead of `Box<Span>`.
 - We use `Cow` for `Input`.
2022-12-06 14:27:45 +00:00
Alexander Akait
327969d0d9
perf(css/parser): Improve performance of lexer (#4921) 2022-06-11 14:47:08 +00:00