mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-27 04:37:22 +00:00
Shell: Show descriptions about syntax errors
The description contains an error message and where in the source the error happened.
This commit is contained in:
parent
034be8e74c
commit
d6de2b5828
Notes:
sideshowbarker
2024-07-19 05:08:48 +09:00
Author: https://github.com/alimpfard
Commit: d6de2b5828
Pull-request: https://github.com/SerenityOS/serenity/pull/2542
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/bugaevc
5 changed files with 90 additions and 43 deletions
|
@ -31,5 +31,6 @@ namespace AST {
|
|||
|
||||
class Node;
|
||||
class Value;
|
||||
class SyntaxError;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue