aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/CachedScript.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bun.js/bindings/CachedScript.h')
-rw-r--r--src/bun.js/bindings/CachedScript.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/bun.js/bindings/CachedScript.h b/src/bun.js/bindings/CachedScript.h
new file mode 100644
index 000000000..3f54613d8
--- /dev/null
+++ b/src/bun.js/bindings/CachedScript.h
@@ -0,0 +1,9 @@
+#pragma once
+
+#include "root.h"
+
+namespace WebCore {
+
+class CachedScript {
+};
+} \ No newline at end of file