Skip to content

Commit 9cd51d0

Browse files
committed
[actions] commit from special branches iff they exist (#26673)
This creates 2 special branches. If these special branches exist, we'll commit build artifacts from these branches, main otherwise. DiffTrain build for [70bda41](70bda41)
1 parent 80fdf65 commit 9cd51d0

36 files changed

+27103
-34504
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ function getComponentNameFromType(type) {
214214
return "Cache";
215215
}
216216

217-
// Fall through
217+
// eslint-disable-next-line no-fallthrough
218218

219219
case REACT_TRACING_MARKER_TYPE:
220220
if (enableTransitionTracing) {
@@ -260,6 +260,8 @@ function getComponentNameFromType(type) {
260260
var context2 = type;
261261
return (context2.displayName || context2._globalName) + ".Provider";
262262
}
263+
264+
// eslint-disable-next-line no-fallthrough
263265
}
264266
}
265267

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ function getComponentNameFromType(type) {
214214
return "Cache";
215215
}
216216

217-
// Fall through
217+
// eslint-disable-next-line no-fallthrough
218218

219219
case REACT_TRACING_MARKER_TYPE:
220220
if (enableTransitionTracing) {
@@ -260,6 +260,8 @@ function getComponentNameFromType(type) {
260260
var context2 = type;
261261
return (context2.displayName || context2._globalName) + ".Provider";
262262
}
263+
264+
// eslint-disable-next-line no-fallthrough
263265
}
264266
}
265267

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1f248bdd7199979b050e4040ceecfe72dd977fd1
1+
70bda41a01e3d1b785f658ea069f6c505e684686

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if (
2727
}
2828
"use strict";
2929

30-
var ReactVersion = "18.3.0-www-classic-0ae2769a";
30+
var ReactVersion = "18.3.0-www-classic-d31cfc1b";
3131

3232
// ATTENTION
3333
// When adding new symbols to this file,
@@ -543,7 +543,7 @@ function getComponentNameFromType(type) {
543543
return "Cache";
544544
}
545545

546-
// Fall through
546+
// eslint-disable-next-line no-fallthrough
547547

548548
case REACT_TRACING_MARKER_TYPE:
549549
if (enableTransitionTracing) {
@@ -589,6 +589,8 @@ function getComponentNameFromType(type) {
589589
var context2 = type;
590590
return (context2.displayName || context2._globalName) + ".Provider";
591591
}
592+
593+
// eslint-disable-next-line no-fallthrough
592594
}
593595
}
594596

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if (
2727
}
2828
"use strict";
2929

30-
var ReactVersion = "18.3.0-www-modern-1cb1de96";
30+
var ReactVersion = "18.3.0-www-modern-0aab03f8";
3131

3232
// ATTENTION
3333
// When adding new symbols to this file,
@@ -543,7 +543,7 @@ function getComponentNameFromType(type) {
543543
return "Cache";
544544
}
545545

546-
// Fall through
546+
// eslint-disable-next-line no-fallthrough
547547

548548
case REACT_TRACING_MARKER_TYPE:
549549
if (enableTransitionTracing) {
@@ -589,6 +589,8 @@ function getComponentNameFromType(type) {
589589
var context2 = type;
590590
return (context2.displayName || context2._globalName) + ".Provider";
591591
}
592+
593+
// eslint-disable-next-line no-fallthrough
592594
}
593595
}
594596

0 commit comments

Comments
 (0)