Files
ladybird/Libraries/LibJS
Linus Groh 2d47b30256 LibJS: Add Error::source_location_hint()
This util function on the Error struct will take the source and then
returns a string like this based on line and column information it has:

foo bar
    ^

Which can be shown in the repl for syntax errors :^)
2020-05-26 14:36:30 +02:00
..
2020-05-26 12:47:11 +02:00
2020-05-26 12:47:11 +02:00
2020-05-05 09:15:16 +02:00
2020-05-24 02:20:08 +02:00
2020-05-15 09:53:52 +02:00