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:
parent
405b8e7915
commit
5fa02b8a9e
3 changed files with 65 additions and 0 deletions
|
@ -190,6 +190,7 @@ set(SOURCES
|
|||
Runtime/WeakSetConstructor.cpp
|
||||
Runtime/WeakSetPrototype.cpp
|
||||
Script.cpp
|
||||
SourceTextModule.cpp
|
||||
SyntaxHighlighter.cpp
|
||||
Token.cpp
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue