Commit Graph

  • 1f35f7e320 Add new ErrorSeverity.CannotPreserveMemoization Lauren Tan 2024-04-08 10:55:53 -04:00
  • f86afca090 docs: fix typo in fixtures/nesting/README.md (#27507) Surav Shrestha 2024-04-06 22:56:19 +05:45
  • c093e5beb3 [Flight] Support FormData from Server to Client (#28754) sebmarkbage 2024-04-05 18:37:15 +00:00
  • 2acfb7b609 [Flight] Support FormData from Server to Client (#28754) Sebastian Markbåge 2024-04-05 14:32:18 -04:00
  • 2cfe8d32dd Fast JSX: Don't clone props object (#28768) acdlite 2024-04-05 17:30:21 +00:00
  • 86065f628d Fast JSX: Don't clone props object (#28768) acdlite 2024-04-05 17:30:15 +00:00
  • d1547defe3 Fast JSX: Don't clone props object (#28768) Andrew Clark 2024-04-05 13:25:24 -04:00
  • c7d55de717 Make class prop resolution faster (#28766) acdlite 2024-04-05 17:11:28 +00:00
  • 4e6493a6c1 Make class prop resolution faster (#28766) acdlite 2024-04-05 17:11:19 +00:00
  • bfd8da807c Make class prop resolution faster (#28766) Andrew Clark 2024-04-05 13:06:39 -04:00
  • 1d8cde0408 [Flight] Support Blobs from Server to Client (#28755) sebmarkbage 2024-04-05 16:54:31 +00:00
  • 75004cde87 Track Owner for Server Components in DEV (#28753) sebmarkbage 2024-04-05 16:53:53 +00:00
  • 6eddd13b28 Track Owner for Server Components in DEV (#28753) sebmarkbage 2024-04-05 16:53:36 +00:00
  • cbb6f2b546 [Flight] Support Blobs from Server to Client (#28755) Sebastian Markbåge 2024-04-05 12:49:25 -04:00
  • f33a6b69c6 Track Owner for Server Components in DEV (#28753) Sebastian Markbåge 2024-04-05 12:48:52 -04:00
  • e6ea24b07b Move string ref coercion to JSX runtime (#28473) acdlite 2024-04-05 14:58:03 +00:00
  • aecaccf936 Move string ref coercion to JSX runtime (#28473) acdlite 2024-04-05 14:57:51 +00:00
  • e3ebcd54b9 Move string ref coercion to JSX runtime (#28473) Andrew Clark 2024-04-05 10:53:11 -04:00
  • 76bb13cd26 First attempt at making the linter work with advanced TypeScript syntax Jan Kassens 2024-04-04 18:31:31 -04:00
  • fd0da3eef1 Remove _owner field from JSX elements in prod if string refs are disabled (#28739) Sebastian Markbåge 2024-04-04 11:20:15 -04:00
  • 769be695f5 Remove defaultProps support (except for classes) (#28733) acdlite 2024-04-04 15:04:09 +00:00
  • 2504236fe2 Remove defaultProps support (except for classes) (#28733) acdlite 2024-04-04 15:04:01 +00:00
  • 48b4ecc901 Remove defaultProps support (except for classes) (#28733) Andrew Clark 2024-04-04 10:59:19 -04:00
  • 7966ccddc8 Enable stale action (#28729) Jack Pope 2024-04-04 10:27:29 -04:00
  • e0fc90e076 Use a Wrapper Error for onRecoverableError with a "cause" Field for the real Error (#28736) sebmarkbage 2024-04-04 01:58:18 +00:00
  • c6a78b2ca0 Use a Wrapper Error for onRecoverableError with a "cause" Field for the real Error (#28736) sebmarkbage 2024-04-04 01:57:57 +00:00
  • 2d934393d1 Emit Server Error Prefix in the .stack Property Too (#28738) sebmarkbage 2024-04-04 01:57:39 +00:00
  • 6090cab099 Use a Wrapper Error for onRecoverableError with a "cause" Field for the real Error (#28736) Sebastian Markbåge 2024-04-03 21:53:07 -04:00
  • 583eb6770d Emit Server Error Prefix in the .stack Property Too (#28738) Sebastian Markbåge 2024-04-03 21:52:54 -04:00
  • 9a9e03b915 Add playground e2e to ci Lauren Tan 2024-04-03 18:12:30 -04:00
  • 07a3404c5f Add basic playwright e2e test to playground Lauren Tan 2024-04-03 18:12:29 -04:00
  • ee24e3fc16 Dogfood uMC polyfill in playground Lauren Tan 2024-04-03 18:12:29 -04:00
  • a5aedd1e15 Move console mocks to internal-test-utils (#28710) Ricky 2024-04-03 16:02:04 -04:00
  • ce3ba22cf3 Cleanup enableUseRefAccessWarning flag (#28699) kassens 2024-04-03 17:40:38 +00:00
  • 6935054fd5 Cleanup enableUseRefAccessWarning flag (#28699) kassens 2024-04-03 17:40:21 +00:00
  • 20e710aeab Cleanup enableUseRefAccessWarning flag (#28699) Jan Kassens 2024-04-03 13:35:38 -04:00
  • a491103917 Classes consume ref prop during SSR, too (#28731) acdlite 2024-04-03 17:00:46 +00:00
  • 3761acb42b Classes consume ref prop during SSR, too (#28731) Andrew Clark 2024-04-03 12:55:57 -04:00
  • f33e63838d Update copyrights to reference Meta instead of Facebook Joe Savona 2024-04-03 08:43:36 -07:00
  • 6cdcf5b723 Cleanup enableBigIntSupport flag (#28711) kassens 2024-04-03 13:30:33 +00:00
  • 009235887b Cleanup enableBigIntSupport flag (#28711) kassens 2024-04-03 13:30:15 +00:00
  • 7a2609eedc Cleanup enableBigIntSupport flag (#28711) Jan Kassens 2024-04-03 09:25:02 -04:00
  • 4e8121a75e Remove @providesModule remnants (#28720) Jan Kassens 2024-04-03 09:10:00 -04:00
  • 3d513cacac [FB] use modern entrypoint in tests (#28724) gnoff 2024-04-03 05:30:00 +00:00
  • d3e0f24f86 [FB] use modern entrypoint in tests (#28724) gnoff 2024-04-03 05:29:50 +00:00
  • cb6dc7a6a0 [FB] use modern entrypoint in tests (#28724) Josh Story 2024-04-02 22:23:54 -07:00
  • 0846daaa54 Commit message script captures non-ghstack messages Joe Savona 2024-04-02 20:55:41 -07:00
  • 852301828b Remove reactive_ir crate Joe Savona 2024-04-02 21:03:25 -07:00
  • 131f020c09 Enable feature flags for v19 (#28647) Andrew Clark 2024-04-02 23:33:13 -04:00
  • dceb5b2168 Fix: Class components should "consume" ref prop (#28719) acdlite 2024-04-03 03:19:53 +00:00
  • 8051b64be4 Fix: Class components should "consume" ref prop (#28719) acdlite 2024-04-03 03:19:43 +00:00
  • dc545c8d6e Fix: Class components should "consume" ref prop (#28719) Andrew Clark 2024-04-02 23:15:04 -04:00
  • 2a92b785ac Move ReactDOMLegacy implementation into RootFB (#28656) sebmarkbage 2024-04-03 02:01:04 +00:00
  • 8f55a6aa57 Move ReactDOMLegacy implementation into RootFB (#28656) Sebastian Markbåge 2024-04-02 21:56:23 -04:00
  • 72e3e579fe Use the disableLegacyMode where ever we check the ConcurrentMode mode (#28657) sebmarkbage 2024-04-03 01:12:10 +00:00
  • aac8c4db9d Use the disableLegacyMode where ever we check the ConcurrentMode mode (#28657) sebmarkbage 2024-04-03 01:12:09 +00:00
  • 5de8703646 Use the disableLegacyMode where ever we check the ConcurrentMode mode (#28657) Sebastian Markbåge 2024-04-02 21:07:28 -04:00
  • 8d925e23b7 Reland #28672: Remove IndeterminateComponent (#28681) gnoff 2024-04-03 00:48:04 +00:00
  • 6d2deb7bec Reland #28672: Remove IndeterminateComponent (#28681) gnoff 2024-04-03 00:47:42 +00:00
  • 5998a77519 Reland #28672: Remove IndeterminateComponent (#28681) Josh Story 2024-04-02 17:42:43 -07:00
  • 8a43e954a2 s/Forget/React Compiler/ in Rust port Joe Savona 2024-04-02 16:49:31 -07:00
  • 5ec3f02ee5 Rename docs/architecture.md to design_goals per contents Joe Savona 2024-04-02 16:05:11 -07:00
  • 90dd2084e2 ValidateNoCapitalizedCalls checks capitalized methods Joe Savona 2024-04-03 08:02:40 -07:00
  • 4c1aae4f3b [be] Cleanup removed directories from prettier script Joe Savona 2024-04-03 08:02:39 -07:00
  • 94156d7014 Repro for unmemoized value due to assignment to a context variable Joe Savona 2024-04-03 08:02:38 -07:00
  • 284f776420 [be] Clean up already fixed "bug" fixtures Joe Savona 2024-04-02 12:43:44 -07:00
  • 89feb7e2bc Make ART Concurrent if Legacy Mode is disabled (#28662) sebmarkbage 2024-04-02 19:05:34 +00:00
  • 5fcaa0a832 Make ART Concurrent if Legacy Mode is disabled (#28662) Sebastian Markbåge 2024-04-02 15:00:30 -04:00
  • a53f208f5e Fixture for conditional use() Joe Savona 2024-04-02 11:36:11 -07:00
  • 8b9edafa95 Support use operator Joe Savona 2024-04-02 11:28:01 -07:00
  • 8a319a658f [be] Remove unused, experimental getCacheSignal API (#28706) josephsavona 2024-04-02 18:00:11 +00:00
  • 94f98fdb51 [be] Remove unused, experimental getCacheSignal API (#28706) josephsavona 2024-04-02 18:00:04 +00:00
  • 8cb6a1c034 [be] Remove unused, experimental getCacheSignal API (#28706) Joseph Savona 2024-04-02 10:54:31 -07:00
  • e61f983264 Fix yarn dev Lauren Tan 2024-04-02 12:18:12 -04:00
  • 5485ed0855 Standardize on banner2 plugin Lauren Tan 2024-04-02 12:13:41 -04:00
  • f01f74d9e1 Also build react-forget-runtime with rollup Lauren Tan 2024-04-02 12:13:40 -04:00
  • b4eeae6f5d Share rollup packages across workspace Lauren Tan 2024-04-02 12:13:39 -04:00
  • 91826d4924 Configure rollup to strip comments and whitespace Lauren Tan 2024-04-02 12:13:38 -04:00
  • 385c181896 Differentiate null and undefined in Custom Elements - removing sets to undefined (#28716) sebmarkbage 2024-04-02 15:53:29 +00:00
  • 48ec17b865 Differentiate null and undefined in Custom Elements - removing sets to undefined (#28716) Sebastian Markbåge 2024-04-02 11:48:27 -04:00
  • 4ecea96c55 Update RTR readme (#28705) Jack Pope 2024-04-02 11:41:31 -04:00
  • 9350ce4976 Hardcode enableLegacyFBSupport flag (#28701) kassens 2024-04-02 15:40:00 +00:00
  • ba5496d411 Hardcode enableLegacyFBSupport flag (#28701) Jan Kassens 2024-04-02 11:35:18 -04:00
  • 04e21650d0 Cleanup enableNewBooleanProps (#28712) eps1lon 2024-04-02 15:14:28 +00:00
  • e3afd026c8 Remove reference to deleted <Cache> in un-linted file (#28715) Joseph Savona 2024-04-02 08:13:15 -07:00
  • 28fc980ef2 Cleanup enableNewBooleanProps (#28712) Sebastian Silbermann 2024-04-02 17:09:43 +02:00
  • f21dee59c3 Remove dynamic www flag for disableInputAttributeSyncing (#28703) kassens 2024-04-02 15:02:21 +00:00
  • 4af8db7341 [be] Remove unshipped experimental <Cache> element type (#28698) josephsavona 2024-04-02 15:01:58 +00:00
  • cc4e126245 [be] Remove unshipped experimental <Cache> element type (#28698) josephsavona 2024-04-02 15:01:55 +00:00
  • 7659c4d9e0 Remove dynamic www flag for disableInputAttributeSyncing (#28703) Jan Kassens 2024-04-02 10:57:23 -04:00
  • 7319c61b18 [be] Remove unshipped experimental <Cache> element type (#28698) Joseph Savona 2024-04-02 07:57:08 -07:00
  • c97564d7ac Upgrade flow to 0.232.0 (#28697) Jan Kassens 2024-04-02 10:40:03 -04:00
  • 4eb241a94f Bump nvmrc to Node.js v18 (#28707) Jan Kassens 2024-04-02 10:04:19 -04:00
  • f0806c43fe Remove flag for enableEarlyReturnInReactiveScopes (always enable) Joe Savona 2024-04-01 15:37:03 -07:00
  • ef285e0702 Remove memoizeJsxElements flag Joe Savona 2024-04-01 15:34:42 -07:00
  • b00300c4cf Remove disableAllMemoization flag Joe Savona 2024-04-01 15:18:59 -07:00
  • 69f03dc4c4 Remove unused environment flags Joe Savona 2024-04-01 15:16:31 -07:00
  • cd3f56bb18 [eslint] Enforce generic array type syntax Sathya Gunasekaran 2024-04-02 15:31:25 +01:00
  • 1de6c5aea2 [eslint] Don't lint generated files Sathya Gunasekaran 2024-04-02 12:03:26 +01:00
  • ba661c80f3 Remove comments in builds Lauren Tan 2024-04-02 10:32:24 -04:00