diff options
author | 2023-08-24 18:39:28 -0300 | |
---|---|---|
committer | 2023-08-24 14:39:28 -0700 | |
commit | 55eb4ffe8fc8708d5a44c53fe75026a03f0a4de8 (patch) | |
tree | b807c9eb1819e28eb991e583e4c7550b996a0ff2 /src/api/schema.d.ts | |
parent | a051a6f62014b740702594527b19464ce24ba32b (diff) | |
download | bun-55eb4ffe8fc8708d5a44c53fe75026a03f0a4de8.tar.gz bun-55eb4ffe8fc8708d5a44c53fe75026a03f0a4de8.tar.zst bun-55eb4ffe8fc8708d5a44c53fe75026a03f0a4de8.zip |
Update bun-polyfills & bun-wasm (#4246)
* automate Bun.version & revision polyfills
* polyfill Bun.gc
* bun:jsc module initial polyfills
* update peechy schema
* bun-polyfills: fix some project configs
* bun-wasm: lots of fixes
* bun-polyfills: Bun.Transpiler impl.
* revision hash update
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 f1d5b5f62..3ec03e213 100644 --- a/src/api/schema.d.ts +++ b/src/api/schema.d.ts @@ -579,6 +579,7 @@ export interface Scan { export interface ScanResult { exports: string[]; imports: ScannedImport[]; + errors: Message[]; } export interface ScannedImport { |