babel-plugin-react-compiler 0.0.0-experimental-20087f9-20250429 → 0.0.0-experimental-63a5f0f-20250501

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.
Files changed (3) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/dist/index.js +32431 -78727
  3. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1107,7 +1107,7 @@ type InstructionValue = LoadLocal | LoadContext | {
1107
1107
  } | StoreLocal | {
1108
1108
  kind: 'StoreContext';
1109
1109
  lvalue: {
1110
- kind: InstructionKind.Reassign;
1110
+ kind: InstructionKind.Reassign | InstructionKind.Const | InstructionKind.Let | InstructionKind.Function;
1111
1111
  place: Place;
1112
1112
  };
1113
1113
  value: Place;