1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 22:04:59 +00:00

JSSpecCompiler: Rename SpecParser.h to SpecificationParsing.h

This commit is contained in:
Dan Klishch 2024-03-07 23:33:36 -05:00 committed by Andrew Kaster
parent 211d20d389
commit 73ba6d77ab
14 changed files with 20 additions and 20 deletions

View file

@ -5,7 +5,7 @@
*/
#include "Parser/Lexer.h"
#include "Parser/SpecParser.h"
#include "Parser/SpecificationParsing.h"
namespace JSSpecCompiler {