mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 00:29:15 +00:00
LibJS: Add BigInt
This commit is contained in:
parent
40829b849a
commit
0ff9d7e189
Notes:
sideshowbarker
2024-07-19 05:46:23 +09:00
Author: https://github.com/linusg
Commit: 0ff9d7e189
Pull-request: https://github.com/SerenityOS/serenity/pull/2509
Reviewed-by: https://github.com/alimpfard
32 changed files with 1910 additions and 636 deletions
|
@ -217,6 +217,7 @@ MarkupGenerator::StyleType MarkupGenerator::style_type_for_token(Token token)
|
|||
case TokenType::UnterminatedTemplateLiteral:
|
||||
return StyleType::Invalid;
|
||||
case TokenType::NumericLiteral:
|
||||
case TokenType::BigIntLiteral:
|
||||
return StyleType::Number;
|
||||
case TokenType::StringLiteral:
|
||||
case TokenType::TemplateLiteralStart:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue