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

LibJS: Add a barebones SourceTextModule class

This corresponds to "Source Text Module Record" from the spec.
This commit is contained in:
Andreas Kling 2021-09-14 20:51:16 +02:00
parent 405b8e7915
commit 5fa02b8a9e
3 changed files with 65 additions and 0 deletions

View file

@ -190,6 +190,7 @@ set(SOURCES
Runtime/WeakSetConstructor.cpp
Runtime/WeakSetPrototype.cpp
Script.cpp
SourceTextModule.cpp
SyntaxHighlighter.cpp
Token.cpp
)