diff options
author | 2021-07-01 05:12:15 -0700 | |
---|---|---|
committer | 2021-07-01 05:12:15 -0700 | |
commit | b7d7fac635d260a09383212bfaecc3a25bfb9881 (patch) | |
tree | 6f8f76d6d1d3e735f99654024b38e19624c0cba0 /src/api/schema.d.ts | |
parent | a1d3191b89de8f6a05469cc50d7685d7d24d77d1 (diff) | |
download | bun-b7d7fac635d260a09383212bfaecc3a25bfb9881.tar.gz bun-b7d7fac635d260a09383212bfaecc3a25bfb9881.tar.zst bun-b7d7fac635d260a09383212bfaecc3a25bfb9881.zip |
this kind of works, but there is a crash when bundling. I think its missing a Stmt.Data.Store.reset()
Former-commit-id: 88aad6aeb19f3d1d73ced59a7a5aaddc2d7408ee
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 a78156e10..4b647c4db 100644 --- a/src/api/schema.d.ts +++ b/src/api/schema.d.ts @@ -256,6 +256,7 @@ type uint32 = number; only_scan_dependencies?: ScanDependencyMode; generate_node_module_bundle?: boolean; node_modules_bundle_path?: string; + javascript_framework_file?: string; } export interface FileHandle { |