babel-plugin-react-compiler 0.0.0-experimental-0566679-20250709 → 0.0.0-experimental-acd39a6-20250709

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/dist/index.d.ts CHANGED
@@ -1537,6 +1537,7 @@ declare function printHIR(ir: HIR, options?: Options | null): string;
1537
1537
 
1538
1538
  declare enum ErrorSeverity {
1539
1539
  InvalidJS = "InvalidJS",
1540
+ UnsupportedJS = "UnsupportedJS",
1540
1541
  InvalidReact = "InvalidReact",
1541
1542
  InvalidConfig = "InvalidConfig",
1542
1543
  CannotPreserveMemoization = "CannotPreserveMemoization",