babel-plugin-react-compiler 0.0.0-experimental-714736e-20250203 → 0.0.0-experimental-a08709b-20250203
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.js +1 -0
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -123666,6 +123666,7 @@ function lowerExpression(builder, exprPath) {
|
|
123666
123666
|
loc: expr.node.loc ?? GeneratedSource
|
123667
123667
|
};
|
123668
123668
|
}
|
123669
|
+
case "TSInstantiationExpression":
|
123669
123670
|
case "TSNonNullExpression": {
|
123670
123671
|
let expr = exprPath;
|
123671
123672
|
return lowerExpression(builder, expr.get("expression"));
|