mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:17:35 +00:00
LibJS: Add a barebones Module class
This corresponds to the "Abstract Module Record" from the spec.
This commit is contained in:
parent
df5414f47f
commit
d553fd7f4f
3 changed files with 59 additions and 0 deletions
|
@ -21,6 +21,7 @@ set(SOURCES
|
|||
Interpreter.cpp
|
||||
Lexer.cpp
|
||||
MarkupGenerator.cpp
|
||||
Module.cpp
|
||||
Parser.cpp
|
||||
Runtime/AbstractOperations.cpp
|
||||
Runtime/AggregateError.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue