summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/ParserError.cpp
AgeCommit message (Expand)Author
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-23LibJS: Make Parser::Error a standalone ParserError classAndreas Kling