Commit Graph

  • 827cbea417 compiler: Add support for ref effects Joe Savona 2024-06-06 17:02:19 -07:00
  • 59bc1b71f2 Update on "compiler: revert #29720 to unbreak filter mode in snap" gh/josephsavona/21/head Joe Savona 2024-06-06 15:40:19 -07:00
  • bd60f0c4f5 compiler: revert #29720 to unbreak filter mode in snap gh/josephsavona/21/orig Joe Savona 2024-06-06 15:40:19 -07:00
  • 7f7d339242 Update base for Update on "compiler: revert #29720 to unbreak filter mode in snap" gh/josephsavona/21/base Joe Savona 2024-06-06 15:40:18 -07:00
  • 88b9e8cf61 Update on "compiler: revert #29720 to unbreak filter mode in snap" Joe Savona 2024-06-06 15:33:52 -07:00
  • 72733294a0 [Flight] Allow aborting during render (#29764) gnoff 2024-06-06 21:48:34 +00:00
  • c4b433f8cb [Flight] Allow aborting during render (#29764) Josh Story 2024-06-06 14:41:27 -07:00
  • d7d9c34f54 fix[react-devtools/store-test]: fork the test to represent current be… (#29777) hoxyq 2024-06-06 19:05:58 +00:00
  • fe5ce4e3e9 fix[react-devtools/store-test]: fork the test to represent current be… (#29777) Ruslan Lesiutin 2024-06-06 20:01:15 +01:00
  • 4134bf7337 Fix RN version string in builds (#29787) rickhanlonii 2024-06-06 18:12:35 +00:00
  • 90499a730e Fix RN version string in builds (#29787) Ricky 2024-06-06 14:07:16 -04:00
  • 21c449503b [compiler] Check for __DEV__ for FastRefresh poteto 2024-06-06 18:00:49 +00:00
  • 29b1278790 [compiler] Check for __DEV__ for FastRefresh Lauren Tan 2024-06-06 13:38:54 -04:00
  • 5f623960c9 fix<compiler>: reread the testfilter file if filter enabled during the watch process (#29775) josephsavona 2024-06-06 17:54:05 +00:00
  • 70194be403 fix<compiler>: reread the testfilter file if filter enabled during the watch process (#29775) XiaoPi 2024-06-07 01:48:24 +08:00
  • 79722c7167 [Flight] Schedule work in a microtask (#29491) gnoff 2024-06-06 17:26:59 +00:00
  • 94e2e5e667 Update on "compiler: revert #29720 to unbreak filter mode in snap" Joe Savona 2024-06-06 10:23:21 -07:00
  • 1e1e5cd252 [Flight] Schedule work in a microtask (#29491) Josh Story 2024-06-06 10:19:57 -07:00
  • ea0950f870 [Flight][Fizz] schedule work async (#29551) gnoff 2024-06-06 17:12:17 +00:00
  • b526a0a419 [Flight][Fizz] schedule work async (#29551) Josh Story 2024-06-06 10:07:24 -07:00
  • cb221116b8 Default native inspections config false (#29784) vzaidman 2024-06-06 16:53:37 +00:00
  • fd6e130b00 Default native inspections config false (#29784) Vitali Zaidman 2024-06-06 17:48:44 +01:00
  • bb0605f50f compiler: Infer dependencies for pruned scopes gh/josephsavona/24/orig Joe Savona 2024-06-06 09:31:40 -07:00
  • d876c7dd17 compiler: Infer dependencies for pruned scopes gh/josephsavona/24/head Joe Savona 2024-06-06 09:31:37 -07:00
  • b0d04e808d compiler: More precise escape analysis gh/josephsavona/23/orig Joe Savona 2024-06-06 09:31:37 -07:00
  • d9b212d34d compiler: More precise escape analysis gh/josephsavona/24/base gh/josephsavona/23/head Joe Savona 2024-06-06 09:31:33 -07:00
  • 3d60c21a9c compiler: Represent pruned scopes instead of inlining Joe Savona 2024-06-06 09:31:33 -07:00
  • 4fb7a93124 compiler: Represent pruned scopes instead of inlining gh/josephsavona/23/base Joe Savona 2024-06-06 09:31:30 -07:00
  • b6ac776454 compiler: revert #29720 to unbreak filter mode in snap Joe Savona 2024-06-06 09:31:30 -07:00
  • 0197aca71d compiler: revert #29720 to unbreak filter mode in snap Joe Savona 2024-06-06 09:31:27 -07:00
  • 32d7ecf8e7 fix[react-devtools] remove native inspection button when it can't be used (#29779) vzaidman 2024-06-06 16:15:52 +00:00
  • 99da76f23a fix[react-devtools] remove native inspection button when it can't be used (#29779) Vitali Zaidman 2024-06-06 17:10:40 +01:00
  • 59b1f857fe feat<Compiler>: consider that the dispatch function from useReducer is non-reactive (#29705) josephsavona 2024-06-05 23:57:16 +00:00
  • 704aeed022 feat<Compiler>: consider that the dispatch function from useReducer is non-reactive (#29705) XiaoPi 2024-06-06 07:51:09 +08:00
  • 3730b40e9b chore[react-devtools]: ip => internal-ip (#29772) Ruslan Lesiutin 2024-06-05 19:58:12 +01:00
  • c3e6274566 Add enableShallowPropDiffing feature flag (#29664) dmytrorykun 2024-06-05 14:12:45 +00:00
  • e0ef1b20bc Add enableShallowPropDiffing feature flag (#29664) dmytrorykun 2024-06-05 14:12:44 +00:00
  • eb259b5d3b Add enableShallowPropDiffing feature flag (#29664) Dmytro Rykun 2024-06-05 15:07:58 +01:00
  • 612c599870 Fix #29724: ip dependency update for CVE-2024-29415 (#29725) hoxyq 2024-06-05 10:23:20 +00:00
  • 8d87e374ac Fix #29724: ip dependency update for CVE-2024-29415 (#29725) Batuhan Tomo 2024-06-05 13:17:35 +03:00
  • ea1a15c39a [Flight] Override prepareStackTrace when reading stacks (#29740) eps1lon 2024-06-05 07:46:30 +00:00
  • 1df34bdf62 [Flight] Override prepareStackTrace when reading stacks (#29740) Sebastian Markbåge 2024-06-05 03:41:37 -04:00
  • 35b89f6cf1 [Flight] Encode fragments properly in DEV (#29762) sebmarkbage 2024-06-04 22:14:58 +00:00
  • d2767c96e8 [Flight] Encode fragments properly in DEV (#29762) Sebastian Markbåge 2024-06-04 18:10:06 -04:00
  • 170f76dfb7 Add xplat test variants (#29734) rickhanlonii 2024-06-04 17:12:35 +00:00
  • eabb681535 Add xplat test variants (#29734) Ricky 2024-06-04 13:07:29 -04:00
  • bdd00744ea Remove startTransition and useActionState from react-server condition of react (#29753) sebmarkbage 2024-06-04 16:28:48 +00:00
  • 9185b9b1e4 Remove startTransition and useActionState from react-server condition of react (#29753) Jiachi Liu 2024-06-04 18:23:36 +02:00
  • 29f0ad29e6 www: set enableRefAsProp to true (#29756) kassens 2024-06-04 15:22:21 +00:00
  • d3308e2254 www: set enableRefAsProp to true (#29756) kassens 2024-06-04 15:22:19 +00:00
  • a26e90c29c www: set enableRefAsProp to true (#29756) Jan Kassens 2024-06-04 11:17:19 -04:00
  • 2003e2482c fix<compiler>: only call readTestFilter if the filter option is enabled (#29720) josephsavona 2024-06-03 23:15:53 +00:00
  • 408258268e fix<compiler>: only call readTestFilter if the filter option is enabled (#29720) jbonta_hover XiaoPi 2024-06-04 07:09:58 +08:00
  • ce4eb8169e compiler: Allow opting out of installed library check josephsavona 2024-06-03 22:37:27 +00:00
  • 8b677b1e6e compiler: Allow opting out of installed library check Joe Savona 2024-06-03 14:20:41 -07:00
  • a9261ad504 Update on "compiler: allow reordering of loadlocal after last assignment" Joe Savona 2024-06-03 15:30:24 -07:00
  • 1a48470bac Update base for Update on "compiler: allow reordering of loadlocal after last assignment" Joe Savona 2024-06-03 15:30:24 -07:00
  • ff65417809 Fix xplat sync to ignore @generated header (#29738) rickhanlonii 2024-06-03 20:45:29 +00:00
  • 8c3697a849 Fix xplat sync to ignore @generated header (#29738) Ricky 2024-06-03 16:39:38 -04:00
  • d65bbb1c43 [Fiber] Prefix owner stacks with the current stack at the console call (#29697) sebmarkbage 2024-06-03 16:31:56 +00:00
  • dae837bc64 [Fiber] Prefix owner stacks with the current stack at the console call (#29697) sebmarkbage 2024-06-03 16:31:47 +00:00
  • 4dcdf21325 [Fiber] Prefix owner stacks with the current stack at the console call (#29697) Sebastian Markbåge 2024-06-03 12:26:38 -04:00
  • 3d32c760c5 Update build script to automatically generate RCs (#29736) acdlite 2024-06-03 16:26:04 +00:00
  • bf3a29d097 Update build script to automatically generate RCs (#29736) Andrew Clark 2024-06-03 12:21:21 -04:00
  • 27402d4be2 useActionState: On error, cancel remaining actions (#29695) acdlite 2024-06-03 15:33:06 +00:00
  • fe026dd055 useActionState: On error, cancel remaining actions (#29695) acdlite 2024-06-03 15:32:49 +00:00
  • 9598c41a20 useActionState: On error, cancel remaining actions (#29695) Andrew Clark 2024-06-03 11:25:43 -04:00
  • a56f5cf224 useActionState: Transfer transition context (#29694) acdlite 2024-06-03 15:25:35 +00:00
  • bf759bd52a useActionState: Transfer transition context (#29694) acdlite 2024-06-03 15:25:26 +00:00
  • 67b05be0d2 useActionState: Transfer transition context (#29694) Andrew Clark 2024-06-03 11:20:27 -04:00
  • 6c317aabdc Fix stylesheet typo in 29693 (#29732) gnoff 2024-06-03 14:56:38 +00:00
  • 927ff8367d Fix stylesheet typo in 29693 (#29732) gnoff 2024-06-03 14:56:34 +00:00
  • a4058776de [Fiber][Float] Error when a host fiber changes "flavor" (#29693) gnoff 2024-06-03 14:52:55 +00:00
  • 238a514fe5 [Fiber][Float] Error when a host fiber changes "flavor" (#29693) gnoff 2024-06-03 14:52:36 +00:00
  • def67b9b32 Fix stylesheet typo in 29693 (#29732) Josh Story 2024-06-03 07:51:21 -07:00
  • 47d0c30246 [Fiber][Float] Error when a host fiber changes "flavor" (#29693) Josh Story 2024-06-03 07:47:45 -07:00
  • e922ffdd4a Don't skip www commit rickhanlonii 2024-06-03 14:26:54 +00:00
  • 9f1a9c59f5 Don't skip www commit rickhanlonii 2024-06-03 14:26:53 +00:00
  • b421783110 Don't skip www commit Rick Hanlon 2024-06-03 10:21:28 -04:00
  • ccc7bc957a Skip empty sync commits (both repos) (#29707) rickhanlonii 2024-06-03 14:14:35 +00:00
  • 5ad2c37273 Skip empty sync commits (both repos) (#29707) Ricky 2024-06-03 10:09:23 -04:00
  • c5b72a9c3b [Flight] Add findSourceMapURL option to get a URL to load Server source maps from (#29708) sebmarkbage 2024-06-03 03:03:13 +00:00
  • 4bd31b23ba [Flight] Add findSourceMapURL option to get a URL to load Server source maps from (#29708) sebmarkbage 2024-06-03 03:03:12 +00:00
  • ba099e442b [Flight] Add findSourceMapURL option to get a URL to load Server source maps from (#29708) Sebastian Markbåge 2024-06-02 22:58:24 -04:00
  • 84fea4d26f Bump version to 0.0.0-experimental-7054a14-20240601 poteto 2024-05-31 23:20:40 +00:00
  • 9e1cf0f3f1 Bump version to 0.0.0-experimental-7054a14-20240601 poteto 2024-05-31 23:20:32 +00:00
  • d77dd31a32 Bump version to 0.0.0-experimental-7054a14-20240601 Lauren Tan 2024-06-01 08:15:27 +09:00
  • c6b651bee0 Bump version to 0.0.0-experimental-51a85ea-20240601 Lauren Tan 2024-06-01 08:15:27 +09:00
  • b17016c869 Bump version to 0.0.0-experimental-938cd9a-20240601 Lauren Tan 2024-06-01 08:15:27 +09:00
  • 23fac22ae2 [compiler:eslint] Don't crash if hermes parser fails to parse poteto 2024-05-31 23:09:32 +00:00
  • fc83ec7244 [compiler:eslint] Don't crash if hermes parser fails to parse poteto 2024-05-31 23:09:31 +00:00
  • 113c8e7f72 [compiler:eslint] Don't crash if hermes parser fails to parse Lauren Tan 2024-05-31 09:18:26 +09:00
  • 9f66192fd2 Fix: useTransition after use gets stuck in pending state (#29670) acdlite 2024-05-31 21:57:58 +00:00
  • 4ca2342331 Fix: useTransition after use gets stuck in pending state (#29670) acdlite 2024-05-31 21:57:52 +00:00
  • adbec0c25a Fix: useTransition after use gets stuck in pending state (#29670) Andrew Clark 2024-05-31 17:52:47 -04:00
  • 11f55031dd [compiler] Prune dependencies that are only used by useRef or useState mvitousek 2024-05-31 21:15:34 +00:00
  • 6ce16b6bb0 [compiler] Debug tool to emit change detection code rather than memoization mvitousek 2024-05-31 21:15:31 +00:00
  • 93f1aac38a [compiler] Recompute values every time mvitousek 2024-05-31 21:14:45 +00:00
  • c01853d370 [compiler] rfc: Include location information in identifiers and reactive scopes for debugging mvitousek 2024-05-31 21:14:40 +00:00
  • df9d22ca69 [compiler] rfc: Include location information in identifiers and reactive scopes for debugging mvitousek 2024-05-31 21:14:33 +00:00