@lynx-js/react-canary 0.114.4-canary-20251103-fece7d0a → 0.114.4-canary-20251104-fa41cb5c
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/transform/index.d.ts
CHANGED
|
@@ -608,6 +608,7 @@ export interface TransformNodiffOptions {
|
|
|
608
608
|
dynamicImport?: boolean | DynamicImportVisitorConfig
|
|
609
609
|
/** @internal */
|
|
610
610
|
inject?: boolean | InjectVisitorConfig
|
|
611
|
+
inputSourceMap?: string
|
|
611
612
|
}
|
|
612
613
|
export interface TransformNodiffOutput {
|
|
613
614
|
code: string
|