@lynx-js/react 0.114.3 → 0.114.5

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.
@@ -598,6 +598,7 @@ export interface TransformNodiffOptions {
598
598
  isModule?: boolean | 'unknown'
599
599
  cssScope: boolean | CssScopeVisitorConfig
600
600
  snapshot?: boolean | JsxTransformerConfig
601
+ engineVersion?: string
601
602
  shake: boolean | ShakeVisitorConfig
602
603
  compat: boolean | CompatVisitorConfig
603
604
  refresh: boolean | RefreshVisitorConfig
@@ -607,6 +608,7 @@ export interface TransformNodiffOptions {
607
608
  dynamicImport?: boolean | DynamicImportVisitorConfig
608
609
  /** @internal */
609
610
  inject?: boolean | InjectVisitorConfig
611
+ inputSourceMap?: string
610
612
  }
611
613
  export interface TransformNodiffOutput {
612
614
  code: string