1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:57:42 +00:00

JSSpecCompiler: Remove ParseError

This commit is contained in:
Dan Klishch 2024-01-20 19:48:32 -05:00 committed by Andrew Kaster
parent 9a2337f7ad
commit 94f5086b93
7 changed files with 1 additions and 107 deletions

View file

@ -6,7 +6,6 @@
#pragma once
#include "Parser/ParseError.h"
#include "Parser/Token.h"
namespace JSSpecCompiler {