Skip to content

Commit cd1557c

Browse files
committed
[forgive] Add basic codelens provider (#32476)
Adds a first codelens provider for successfully compiled functions. A later PR will add an actual command that will fire when the codelens is clicked ![Screenshot 2025-02-25 at 6 40 20 PM](https://github.com/user-attachments/assets/924586e0-f70a-45d1-b0e6-a89af9371c8d) DiffTrain build for [92e65ca](92e65ca)
1 parent 5849887 commit cd1557c

34 files changed

+6062
-6062
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
403d4fb852384b820a8fe405413891d8c74bbf5d
1+
92e65ca68f6bfc6be515ccacaa918e33b63911df
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
403d4fb852384b820a8fe405413891d8c74bbf5d
1+
92e65ca68f6bfc6be515ccacaa918e33b63911df

compiled/facebook-www/React-dev.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1533,7 +1533,7 @@ __DEV__ &&
15331533
exports.useTransition = function () {
15341534
return resolveDispatcher().useTransition();
15351535
};
1536-
exports.version = "19.1.0-www-classic-2e4db334-20250225";
1536+
exports.version = "19.1.0-www-classic-92e65ca6-20250225";
15371537
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15381538
"function" ===
15391539
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-dev.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1533,7 +1533,7 @@ __DEV__ &&
15331533
exports.useTransition = function () {
15341534
return resolveDispatcher().useTransition();
15351535
};
1536-
exports.version = "19.1.0-www-modern-2e4db334-20250225";
1536+
exports.version = "19.1.0-www-modern-92e65ca6-20250225";
15371537
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15381538
"function" ===
15391539
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-prod.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,4 +641,4 @@ exports.useSyncExternalStore = function (
641641
exports.useTransition = function () {
642642
return ReactSharedInternals.H.useTransition();
643643
};
644-
exports.version = "19.1.0-www-classic-2e4db334-20250225";
644+
exports.version = "19.1.0-www-classic-92e65ca6-20250225";

compiled/facebook-www/React-prod.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,4 +641,4 @@ exports.useSyncExternalStore = function (
641641
exports.useTransition = function () {
642642
return ReactSharedInternals.H.useTransition();
643643
};
644-
exports.version = "19.1.0-www-modern-2e4db334-20250225";
644+
exports.version = "19.1.0-www-modern-92e65ca6-20250225";

compiled/facebook-www/React-profiling.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ exports.useSyncExternalStore = function (
645645
exports.useTransition = function () {
646646
return ReactSharedInternals.H.useTransition();
647647
};
648-
exports.version = "19.1.0-www-classic-2e4db334-20250225";
648+
exports.version = "19.1.0-www-classic-92e65ca6-20250225";
649649
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
650650
"function" ===
651651
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-profiling.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ exports.useSyncExternalStore = function (
645645
exports.useTransition = function () {
646646
return ReactSharedInternals.H.useTransition();
647647
};
648-
exports.version = "19.1.0-www-modern-2e4db334-20250225";
648+
exports.version = "19.1.0-www-modern-92e65ca6-20250225";
649649
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
650650
"function" ===
651651
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)