summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Token.h
AgeCommit message (Expand)Author
2023-01-26LibJS: Remove DeprecatedString usage from TokenEvan Smal
2023-01-09AK+Everywhere: Rename FlyString to DeprecatedFlyStringTimothy Flynn
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-13LibJS: Add Token::flystring_value() to produce FlyString directlyAndreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-10-20LibJS: Lex private identifiers, identifiers prefixed with a '#'davidot
2021-09-21Libraries: Use AK::Variant default initialization where appropriateBen Wiederhake
2021-09-06LibJS: Clean up token constructor and use method instead for identifiersdavidot
2021-09-06LibJS: Fix that windows style line endings were not ignored or converteddavidot
2021-08-24LibJS: Disallow yield expression correctly in formal parametersdavidot
2021-08-24LibJS: Fix some small remaining issues with parsing unicode escapesdavidot
2021-08-19LibJS: Allow Unicode escape sequences in identifiersTimothy Flynn
2021-08-16LibJS: Correctly handle Unicode characters in JS source textdavidot
2021-07-11LibJS: Implement parsing and evaluation for AssignmentPatternsAli Mohammad Pur
2021-05-29Everywhere: Use s.unverwerth@serenityos.org :^)Stephan Unverwerth
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-01LibJS: Keep track of file names, lines and columns inside the ASTJean-Baptiste Boric
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling