diff options
author | 2021-06-10 01:07:42 -0700 | |
---|---|---|
committer | 2021-06-10 01:07:42 -0700 | |
commit | a2d8026810d024b8d229d810e81d8170c842c267 (patch) | |
tree | 5d07707e05891aa7002f169a68105fbb9da3e41c /src/api/schema.d.ts | |
parent | 0e2fb5d13235c111bfe6f65bc9c32836e48f947a (diff) | |
download | bun-a2d8026810d024b8d229d810e81d8170c842c267.tar.gz bun-a2d8026810d024b8d229d810e81d8170c842c267.tar.zst bun-a2d8026810d024b8d229d810e81d8170c842c267.zip |
cool!
Former-commit-id: 5ffd8e40b34c5b11e5632c5939d16dba6b7167f2
Diffstat (limited to 'src/api/schema.d.ts')
-rw-r--r-- | src/api/schema.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/schema.d.ts b/src/api/schema.d.ts index 8d8ae010e..b3eefd8dd 100644 --- a/src/api/schema.d.ts +++ b/src/api/schema.d.ts @@ -137,6 +137,7 @@ type uint32 = number; path: StringPointer; code: StringPointer; package_id: uint32; + id: uint32; path_extname_length: byte; } |