Files
ladybird/Libraries/LibJS/Lexer.cpp
Stephan Unverwerth ac524b632f LibJS: Fix lexing of the last character in a file
Before this commit the last character in a file would be swallowed.
This also fixes parsing of empty files which would previously ASSERT.
2020-03-13 21:47:57 +01:00

9.8 KiB