121 lines
2.9 KiB
Text
Generated
121 lines
2.9 KiB
Text
Generated
'' Text
|
|
'// Node.js REPL Session' Comment.Single
|
|
'\n' Text.Whitespace
|
|
|
|
'>' Generic.Prompt
|
|
' ' Text.Whitespace
|
|
'let' Keyword.Declaration
|
|
' ' Text.Whitespace
|
|
'a' Name.Other
|
|
' ' Text.Whitespace
|
|
'=' Operator
|
|
' ' Text.Whitespace
|
|
'3' Literal.Number.Float
|
|
'\n' Text.Whitespace
|
|
|
|
'undefined' Keyword.Constant
|
|
'\n' Text.Whitespace
|
|
|
|
'>' Generic.Prompt
|
|
' ' Text.Whitespace
|
|
'a' Name.Other
|
|
'\n' Text.Whitespace
|
|
|
|
'3' Literal.Number.Float
|
|
'\n' Text.Whitespace
|
|
|
|
'>' Generic.Prompt
|
|
' ' Text.Whitespace
|
|
'let' Keyword.Declaration
|
|
' ' Text.Whitespace
|
|
'b' Name.Other
|
|
' ' Text.Whitespace
|
|
'=' Operator
|
|
' ' Text.Whitespace
|
|
"'4'" Literal.String.Single
|
|
'\n' Text.Whitespace
|
|
|
|
'undefined' Keyword.Constant
|
|
'\n' Text.Whitespace
|
|
|
|
'>' Generic.Prompt
|
|
' ' Text.Whitespace
|
|
'b' Name.Other
|
|
'\n' Text.Whitespace
|
|
|
|
"'4'" Literal.String.Single
|
|
'\n' Text.Whitespace
|
|
|
|
'>' Generic.Prompt
|
|
' ' Text.Whitespace
|
|
'b' Name.Other
|
|
' ' Text.Whitespace
|
|
'==' Operator
|
|
' ' Text.Whitespace
|
|
'a' Name.Other
|
|
'\n' Text.Whitespace
|
|
|
|
'false' Keyword.Constant
|
|
'\n' Text.Whitespace
|
|
|
|
'>' Generic.Prompt
|
|
' ' Text.Whitespace
|
|
'b' Name.Other
|
|
' ' Text.Whitespace
|
|
'===' Operator
|
|
' ' Text.Whitespace
|
|
'a' Name.Other
|
|
'\n' Text.Whitespace
|
|
|
|
'false' Keyword.Constant
|
|
'\n' Text.Whitespace
|
|
|
|
'>' Generic.Prompt
|
|
' ' Text.Whitespace
|
|
'if' Keyword
|
|
'(' Punctuation
|
|
'a' Name.Other
|
|
')' Punctuation
|
|
' ' Text.Whitespace
|
|
'{' Punctuation
|
|
'\n' Text.Whitespace
|
|
|
|
'...' Generic.Prompt
|
|
' ' Text.Whitespace
|
|
'console' Name.Other
|
|
'.' Punctuation
|
|
'log' Name.Other
|
|
'(' Punctuation
|
|
'a' Name.Other
|
|
')' Punctuation
|
|
'\n' Text.Whitespace
|
|
|
|
'...' Generic.Prompt
|
|
' ' Text.Whitespace
|
|
'}' Punctuation
|
|
'\n' Text.Whitespace
|
|
|
|
'3' Literal.Number.Float
|
|
'\n' Text.Whitespace
|
|
|
|
'undefined' Keyword.Constant
|
|
'\n' Text.Whitespace
|
|
|
|
'>' Generic.Prompt
|
|
' ' Text.Whitespace
|
|
'c' Name.Other
|
|
'\n' Text.Whitespace
|
|
|
|
'Uncaught' Name.Other
|
|
' ' Text.Whitespace
|
|
'ReferenceError' Name.Exception
|
|
':' Operator
|
|
' ' Text.Whitespace
|
|
'c' Name.Other
|
|
' ' Text.Whitespace
|
|
'is' Name.Other
|
|
' ' Text.Whitespace
|
|
'not' Name.Other
|
|
' ' Text.Whitespace
|
|
'defined' Name.Other
|
|
'\n' Text.Whitespace
|