1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:27:34 +00:00

LibJS: Add a barebones Module class

This corresponds to the "Abstract Module Record" from the spec.
This commit is contained in:
Andreas Kling 2021-09-14 19:35:23 +02:00
parent df5414f47f
commit d553fd7f4f
3 changed files with 59 additions and 0 deletions

View file

@ -21,6 +21,7 @@ set(SOURCES
Interpreter.cpp
Lexer.cpp
MarkupGenerator.cpp
Module.cpp
Parser.cpp
Runtime/AbstractOperations.cpp
Runtime/AggregateError.cpp