Commit Graph

  • 7a6a0e5f72 [be] Fix various eslints Lauren Tan 2023-02-28 19:19:38 -05:00
  • f28eef3dca [eslint] Disable no-constant-condition and no-fallthrough Lauren Tan 2023-02-28 19:19:37 -05:00
  • 323a70d181 [playground] Fix compiler errors being cut off Lauren Tan 2023-02-28 19:19:36 -05:00
  • 58f6077667 Add preconnect and prefetchDNS to rendering-stub (#26265) sebmarkbage 2023-02-28 22:32:48 +00:00
  • 38509cce9b Add preconnect and prefetchDNS to rendering-stub (#26265) Jiachi Liu 2023-02-28 23:27:16 +01:00
  • 1fdbcfe162 [rhir] Add dependencies produced by active (incomplete) scopes Mofei Zhang 2023-02-28 16:36:01 -05:00
  • b532465ce2 [inference] Capturing an immutable value should be a read Mofei Zhang 2023-02-28 16:36:00 -05:00
  • 474c38c573 [rhir][tests] Added tests for primitives as dependencies Mofei Zhang 2023-02-28 16:35:59 -05:00
  • 6b129b59ed [rhir] Refactor ReactiveScopeDependency, conditional dependencies (2/2) Mofei Zhang 2023-02-28 16:35:59 -05:00
  • 294d43d8f5 Cleanup enableSyncDefaultUpdate flag (#26236) kassens 2023-02-27 19:10:00 +00:00
  • b2ae9ddb3b Cleanup enableSyncDefaultUpdate flag (#26236) Jan Kassens 2023-02-27 14:04:02 -05:00
  • 4005f862bd [rhir] Refactor ReactiveScopeDependency, unconditional dependencies (1/2) Mofei Zhang 2023-02-27 13:38:23 -05:00
  • 9ca41f8a2e [rhir] small: ReactiveDependency uses Identifier instead of Place Mofei Zhang 2023-02-27 13:38:02 -05:00
  • f335e7d4d9 [rhir] Patch: ordering of overlapping input dependencies does not matter Mofei Zhang 2023-02-27 13:38:02 -05:00
  • 8bc8d67aee [be] Fix unused vars in BuildHIR Lauren Tan 2023-02-27 17:12:41 -05:00
  • e4e1af7236 [eslint] Ignore _ prefixed unused variables Lauren Tan 2023-02-27 17:12:38 -05:00
  • 60137a8b64 [rhir][cleanup] remove DeclKind (replaced by pruneNonReactiveDependencies) mofeiZ 2023-02-27 11:04:38 -05:00
  • 0657099dd3 [Float][Fizz][Fiber] support type for ReactDOM.preload() options (#26239) gnoff 2023-02-25 19:11:08 +00:00
  • 81e2051235 [Float][Fizz][Fiber] implement preconnect and prefetchDNS float methods (#26237) gnoff 2023-02-25 19:09:37 +00:00
  • 6ff1733e63 [Float][Fizz][Fiber] support type for ReactDOM.preload() options (#26239) Josh Story 2023-02-25 11:06:09 -08:00
  • 1173a17e6e [Float][Fizz][Fiber] implement preconnect and prefetchDNS float methods (#26237) Josh Story 2023-02-25 11:04:51 -08:00
  • 3b9bf7625d Move Flight Fixture to use Middleware instead of WebDevServer (#26246) sebmarkbage 2023-02-25 17:15:36 +00:00
  • e7d7d4cb4b Move Flight Fixture to use Middleware instead of WebDevServer (#26246) Sebastian Markbåge 2023-02-25 12:10:39 -05:00
  • fb32e1b170 [DevTools] remove script tag immediately (#26233) mondaychen 2023-02-24 20:21:01 +00:00
  • 564166099b [DevTools] remove script tag immediately (#26233) Mengdi Chen 2023-02-24 15:13:05 -05:00
  • 5ae58c5e52 Switch to mount dispatcher after use() when needed (#26232) sophiebits 2023-02-24 20:11:41 +00:00
  • a8f971b7a6 Switch to mount dispatcher after use() when needed (#26232) Sophie Alpert 2023-02-24 12:06:27 -08:00
  • a1ece33413 [Fizz Node] Fix null bytes written at text chunk boundaries (#26228) sophiebits 2023-02-24 19:38:44 +00:00
  • 96cdeaf89b [Fizz Node] Fix null bytes written at text chunk boundaries (#26228) Sophie Alpert 2023-02-24 11:33:54 -08:00
  • f007bf82e7 [DevTools] permanently polyfill for rAF in devtools_page (#26193) mondaychen 2023-02-23 21:59:14 +00:00
  • ca2cf319fd [DevTools] permanently polyfill for rAF in devtools_page (#26193) Mengdi Chen 2023-02-23 16:53:11 -05:00
  • 56ece5204c [difftrain] Make github sha clickable for easier debugging (#26225) poteto 2023-02-23 16:05:29 +00:00
  • bfb9cbd8ca [difftrain] Make github sha clickable for easier debugging (#26225) lauren 2023-02-23 10:59:22 -05:00
  • 1dfaf8a94b Lower all operands to temporaries Joe Savona 2023-02-22 15:53:23 -08:00
  • e246c05ebf Remove eventTime field from class Update type (#26219) acdlite 2023-02-22 20:37:03 +00:00
  • c04b180701 Remove eventTime field from class Update type (#26219) Andrew Clark 2023-02-22 15:32:09 -05:00
  • b6024b9b77 Bug: yarn flow dom does not exist, so console should suggest yarn flow dom-node (#26213) eps1lon 2023-02-21 20:36:48 +00:00
  • 212b89fa25 Bug: yarn flow dom does not exist, so console should suggest yarn flow dom-node (#26213) Abhiram Satpute 2023-02-22 02:00:34 +05:30
  • 7df133e42a Copy from build to node_modules instead of linking to builds (#26210) sebmarkbage 2023-02-21 19:53:28 +00:00
  • 0a76fb9ec4 Copy from build to node_modules instead of linking to builds (#26210) Sebastian Markbåge 2023-02-21 14:48:37 -05:00
  • 466df59134 Rename yarn start to yarn dev and yarn start:prod to yarn start (#26209) sebmarkbage 2023-02-21 19:23:25 +00:00
  • c8d4eeda5f Rename yarn start to yarn dev and yarn start:prod to yarn start (#26209) Sebastian Markbåge 2023-02-21 14:18:21 -05:00
  • 186e383fbc Split out Edge and Node implementations of the Flight Client (#26187) sebmarkbage 2023-02-21 18:23:17 +00:00
  • 60144a04da Split out Edge and Node implementations of the Flight Client (#26187) Sebastian Markbåge 2023-02-21 13:18:24 -05:00
  • 1041fb1a19 [fizz][external-runtime] Fix: process mutation records before disconnecting (#26169) mofeiZ 2023-02-21 17:16:12 +00:00
  • 70b0bbda76 [fizz][external-runtime] Fix: process mutation records before disconnecting (#26169) mofeiZ 2023-02-21 09:10:23 -08:00
  • d8eed112dc Distribute bundles more evenly into CI shards (#26208) eps1lon 2023-02-20 21:22:13 +00:00
  • c7967b194b Distribute bundles more evenly into CI shards (#26208) Sebastian Silbermann 2023-02-20 22:16:23 +01:00
  • 8a67cf0679 Fail yarn build if any bundle fails to build (#26207) eps1lon 2023-02-20 21:05:24 +00:00
  • bb1e3d0e19 Fail yarn build if any bundle fails to build (#26207) Sebastian Silbermann 2023-02-20 21:59:21 +01:00
  • 3484cc280c Move Mutation/Persistence fork inline into the functions (#26206) sebmarkbage 2023-02-20 20:10:11 +00:00
  • 62e6c4612e Move Mutation/Persistence fork inline into the functions (#26206) Sebastian Markbåge 2023-02-20 15:03:22 -05:00
  • ac6f055db6 Update Closure Compiler (#26205) sebmarkbage 2023-02-20 18:34:09 +00:00
  • 80cf4a099e Update Closure Compiler (#26205) Sebastian Markbåge 2023-02-20 13:27:13 -05:00
  • e7e4d400b5 fist commit Samuel Susla 2023-02-20 16:27:42 +00:00
  • ef43b879a4 Change commit message for DiffTrain commigs (#26203) sammy-SC 2023-02-20 15:23:35 +00:00
  • 2cc54b57ed Change commit message for DiffTrain commigs (#26203) Samuel Susla 2023-02-20 15:17:44 +00:00
  • 0b4b574844 add test case for semver major comparisons eps1lon 2023-02-20 14:44:33 +00:00
  • 8a82207286 add test case for semver major comparisons chenpeng 2023-02-20 22:36:48 +08:00
  • 7b76862985 Update Rollup and related plugins to their most recent versions (#24916) sebmarkbage 2023-02-20 06:42:51 +00:00
  • 6b6d0617ef Update Rollup and related plugins to their most recent versions (#24916) Glenn 'devalias' Grant 2023-02-20 17:35:56 +11:00
  • fe55d7cdbd Update rollup config to use moduleSideEffects (#26199) sebmarkbage 2023-02-20 05:11:14 +00:00
  • bc38a3dfa7 Update rollup config to use moduleSideEffects (#26199) Ming Ye 2023-02-20 13:04:26 +08:00
  • 256071460d [destructuring] Cleanup InstructionValue type definition Joe Savona 2023-02-17 15:30:42 -08:00
  • 1d0aa64b24 Make it easier to debug lambdas Joe Savona 2023-02-22 14:07:33 -08:00
  • 8da443b673 Print HIR of function expressions for debugging Joe Savona 2023-02-22 13:03:00 -08:00
  • bae2cb5f89 Remove now-unnecessary mutable range extension in LeaveSSA Joe Savona 2023-02-21 15:29:30 -08:00
  • 9a25b5a12a Fix previous examples, alias across phis Joe Savona 2023-02-21 15:29:30 -08:00
  • 79eb250187 Bug repro for unobserved aliased mutation w phi Joe Savona 2023-02-21 08:29:37 -08:00
  • cf51f6ec6a Rename yarn build-combined to just yarn build (#26192) sebmarkbage 2023-02-17 21:06:10 +00:00
  • db5e6250d4 Rename yarn build-combined to just yarn build (#26192) Sebastian Markbåge 2023-02-17 16:00:18 -05:00
  • f4c9430c80 Make enableCustomElementPropertySupport a dynamic flag in www build (#26194) acdlite 2023-02-17 20:54:57 +00:00
  • c9d9f524d7 Make enableCustomElementPropertySupport a dynamic flag in www build (#26194) Andrew Clark 2023-02-17 15:45:03 -05:00
  • fcdcd6038f Constant propagation converts computed access to static property where possible Joe Savona 2023-02-17 12:32:30 -08:00
  • 2b3902f043 Bailout on assigning to module-scope variables Joe Savona 2023-02-17 12:18:17 -08:00
  • a2ebea4cde Bailout on assigning to globals Joe Savona 2023-02-17 10:02:56 -08:00
  • ac9212f24e Make globals configurable; populate a reasonable default list Joe Savona 2023-02-17 09:47:59 -08:00
  • 6b654f306c Construct LoadGlobal; consume hook info from types Joe Savona 2023-02-17 09:47:58 -08:00
  • 334b03a8c0 remove flow check in electron app.js (#26184) mondaychen 2023-02-17 17:01:26 +00:00
  • 1a49e2d833 remove flow check in electron app.js (#26184) Mengdi Chen 2023-02-17 11:54:43 -05:00
  • 4810084325 Test :Add a small test for ReactTestUtils to find rendered component with type in document (#24368) eps1lon 2023-02-17 11:30:45 +00:00
  • 4fcc9184ac Test :Add a small test for ReactTestUtils to find rendered component with type in document (#24368) BIKI DAS 2023-02-17 16:53:10 +05:30
  • 326e8c13f7 Scaffolding for LoadGlobal instruction Joe Savona 2023-02-16 15:17:30 -08:00
  • 0c72eed413 Pass environment options through babel plugin Joe Savona 2023-02-16 14:24:15 -08:00
  • 8810076bc6 Lookup hook declarations on environment Joe Savona 2023-02-16 14:06:17 -08:00
  • cee25928bf Rename Environment => State for infer reference effects for clarity Joe Savona 2023-02-16 14:06:16 -08:00
  • eece73262e Start of making globals and hook declarations configurable Joe Savona 2023-02-16 14:06:15 -08:00
  • 53facbab37 React DevTools 4.27.1 -> 4.27.2 (#26185) mondaychen 2023-02-16 21:53:18 +00:00
  • 42106558ed React DevTools 4.27.1 -> 4.27.2 (#26185) Mengdi Chen 2023-02-16 16:46:23 -05:00
  • e6a93dac30 [difftrain] Remove dependency on node-fetch (#26182) poteto 2023-02-16 20:54:07 +00:00
  • 21b49103d6 [difftrain] Remove dependency on node-fetch (#26182) lauren 2023-02-16 15:47:12 -05:00
  • 158c9e4fc1 [be] Extract Environment to a separate file Joe Savona 2023-02-16 10:47:27 -08:00
  • 530231712f [be] Extract hooks helpers to separate file Joe Savona 2023-02-16 10:38:06 -08:00
  • b05fc6a945 Repro of tagged template as hook arg Joe Savona 2023-02-16 10:21:53 -08:00
  • 26e9e14d85 Fix typo Joe Savona 2023-02-16 09:04:45 -08:00
  • 849198da9d Pass cache size to useMemoCache() Joe Savona 2023-02-16 08:57:42 -08:00
  • 93775440a6 Minimal repros of product patterns Joe Savona 2023-02-16 08:57:38 -08:00
  • fe5ca23384 Fix PrintHIR for TaggedTemplateExpression Joe Savona 2023-02-16 08:57:34 -08:00
  • e45f69154f Fix dropped temporary in value block Joe Savona 2023-02-16 08:57:30 -08:00
  • e504e1212a [be] Import from index instead of direct path Joe Savona 2023-02-16 08:57:26 -08:00