aboutsummaryrefslogtreecommitdiff
path: root/src/api/schema.peechy
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/schema.peechy')
-rw-r--r--src/api/schema.peechy4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/api/schema.peechy b/src/api/schema.peechy
index f893c525b..69f904e41 100644
--- a/src/api/schema.peechy
+++ b/src/api/schema.peechy
@@ -49,6 +49,10 @@ struct JavascriptBundledModule {
StringPointer path;
StringPointer code;
uint32 package_id;
+
+ // This is the export id, which is hash(path).hash(package.hash)
+ uint32 id;
+
// This lets us efficiently compare strings ignoring the extension
// If we instead omit the extension
byte path_extname_length;