Skip to content

Commit 8c5c637

Browse files
committed
fix(wasm): re-export the MIDI-FX request and result types from the project module
- The entry point pulls these three types from ./project, which carries an explicit re-export list rather than a wildcard, so the declaration build failed to resolve them while the JavaScript bundle still emitted
1 parent dcd7bf8 commit 8c5c637

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

bindings/wasm/src/project.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ export type {
4040
ProjectMidiCcBindingKind,
4141
ProjectMidiClipResult,
4242
ProjectMidiEvent,
43+
ProjectMidiFxBakeRequest,
44+
ProjectMidiFxBakeResult,
45+
ProjectMidiFxPreviewRequest,
4346
ProjectMidiRouteConfig,
4447
ProjectMidiRouteResult,
4548
ProjectNotePairValidation,

0 commit comments

Comments
 (0)