Patch Changes
-
Support rstest for testing library using a dedicated testing loader. (#2328)
-
fix(rstest): normalize partial
compatoptions in the testing loader (#2464)The testing loader forwards
compatdirectly totransformReactLynxSyncwithout normalization. Whencompatis supplied as a partial object, the requiredtargetfield is absent and the WASM transform throwsError: Missing field 'target'. Added the same normalization already present ingetCommonOptionsfor the background/main-thread loaders: fills intarget: 'MIXED'and all other required fields with sensible defaults. -
Add
enableUiSourceMapoption to enable UI source map generation and debug-metadata asset emission. (#2402)