mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 02:56:10 +00:00
LibJS: Implement evaluation of im- and exports statements
This commit is contained in:
parent
779e677467
commit
023968a489
Notes:
sideshowbarker
2024-07-17 20:28:25 +09:00
Author: https://github.com/davidot
Commit: 023968a489
Pull-request: https://github.com/SerenityOS/serenity/pull/11957
Reviewed-by: https://github.com/emanuele6
Reviewed-by: https://github.com/linusg
2 changed files with 88 additions and 6 deletions
|
@ -1344,6 +1344,8 @@ public:
|
|||
StringView name() const { return m_class_expression->name(); }
|
||||
|
||||
private:
|
||||
friend ExportStatement;
|
||||
|
||||
NonnullRefPtr<ClassExpression> m_class_expression;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue