Commit Graph

  • f6b546737e Bump version to 0.0.0-experimental-b130d5f-20240625 Lauren Tan 2024-06-25 12:42:06 -04:00
  • bdb355f349 Bump version to 0.0.0-experimental-0998c1e-20240625 Lauren Tan 2024-06-25 12:42:06 -04:00
  • d17f024681 Bump version to 0.0.0-experimental-696af53-20240625 Lauren Tan 2024-06-25 12:42:06 -04:00
  • 8971381549 [compiler] Enable sourceMaps in tsconfig (#30064) Sathya Gunasekaran 2024-06-25 17:01:43 +01:00
  • e0acdd81ed [wip][will rewrite] Working draft of PropagateScopeDeps hir rewrite Mofei Zhang 2024-06-24 19:19:48 -04:00
  • 2c9fdc4838 [compiler][ez] PrintHIR prints optional flag for debugging Mofei Zhang 2024-06-24 19:19:46 -04:00
  • 79198b0cd7 [compiler][patch] Patch O(n^2) traversal in validatePreserveMemo Mofei Zhang 2024-06-24 19:19:44 -04:00
  • f8026d06f5 [compiler][hir] Correctly remove non-existent terminal preds when pruning labels Mofei Zhang 2024-06-24 19:19:42 -04:00
  • f399ed896b [compiler][ez] Add more Array.prototype methods Mofei Zhang 2024-06-24 19:19:40 -04:00
  • 1c55d8810f [compiler][ez] Patch Array.concat object shape to capture callee Mofei Zhang 2024-06-24 19:19:38 -04:00
  • a2f6bbe6a4 Update on "[compiler][rewrite] Patch logic for aligning scopes to non-value blocks" Mofei Zhang 2024-06-24 19:19:37 -04:00
  • f8855cfd1e Update base for Update on "[compiler][rewrite] Patch logic for aligning scopes to non-value blocks" Mofei Zhang 2024-06-24 19:19:37 -04:00
  • f5d2feb4f0 [compiler] Fix assignment within for update expression Joe Savona 2024-06-24 10:11:14 -07:00
  • 893bdf02aa Set renameElementSymbol to dynamic value (#30066) jackpope 2024-06-24 16:36:04 +00:00
  • 89580f209c Set renameElementSymbol to dynamic value (#30066) Jack Pope 2024-06-24 12:28:39 -04:00
  • ae90e9f856 Clean up enableUnifiedSyncLane flag (#30062) jackpope 2024-06-24 15:23:46 +00:00
  • c21bcd627b Clean up enableUnifiedSyncLane flag (#30062) Jack Pope 2024-06-24 11:18:22 -04:00
  • 7608516479 refactor[react-devtools/extensions]: dont debounce cleanup logic on navigation (#30027) Ruslan Lesiutin 2024-06-24 13:28:17 +01:00
  • 27e9476f0a [ci] Cleanup Lauren Tan 2024-06-22 12:33:39 -04:00
  • 0bff0e4377 [ci] Remove circleci check_generated_fizz_runtime job Lauren Tan 2024-06-22 12:33:38 -04:00
  • a7c5c07ed4 [ci] Add new fizz GitHub action Lauren Tan 2024-06-22 12:33:38 -04:00
  • 917585d037 [ci] Remove circleci yarn_test job Lauren Tan 2024-06-22 12:33:38 -04:00
  • 85215413cb [ci] Improve parallelism of yarn test Lauren Tan 2024-06-22 12:33:37 -04:00
  • 28c1336c91 [ci] Add new yarn test GitHub action Lauren Tan 2024-06-22 12:33:37 -04:00
  • 454fb35065 [compiler] add fixture for optimization across scopes Joe Savona 2024-06-21 16:48:00 -07:00
  • 2caaa05c08 [compiler] Optimize instruction reordering Joe Savona 2024-06-21 16:48:00 -07:00
  • 6aea169480 [ci] Remove circleci yarn_flags job Lauren Tan 2024-06-21 14:57:58 -04:00
  • 2f34bf427f [ci] Add new flags GitHub action Lauren Tan 2024-06-21 14:57:58 -04:00
  • 5727928771 [ci] Remove circleci yarn_flow job Lauren Tan 2024-06-21 12:19:04 -04:00
  • 419ace93ec [ci] Parallelize flow github action Lauren Tan 2024-06-21 12:19:03 -04:00
  • 0477799cfb [ci] Add new flow GitHub action Lauren Tan 2024-06-21 12:19:03 -04:00
  • b565373afd lint: enable reportUnusedDisableDirectives and remove unused suppressions (#28721) Jan Kassens 2024-06-21 12:24:32 -04:00
  • 3563387fe3 [ci] Remove circleci yarn_lint job Lauren Tan 2024-06-21 11:41:28 -04:00
  • f598eb4dc9 [ci] Add new lint GitHub action Lauren Tan 2024-06-21 11:41:27 -04:00
  • 3776e98f90 [prettier] Run prettier Lauren Tan 2024-06-21 11:41:26 -04:00
  • 49c37048de [prettier] Combine compiler and runtime configs Lauren Tan 2024-06-21 11:41:25 -04:00
  • e557dbba0e Update on "[compiler] Optimize emission in normal (non-value) blocks" gh/josephsavona/31/head Joe Savona 2024-06-21 08:16:34 -07:00
  • ff255bad27 [compiler] Optimize emission in normal (non-value) blocks gh/josephsavona/31/orig Joe Savona 2024-06-21 08:16:34 -07:00
  • 469ce8f380 Update base for Update on "[compiler] Optimize emission in normal (non-value) blocks" gh/josephsavona/31/base Joe Savona 2024-06-21 08:16:33 -07:00
  • 49a4887586 [compiler:codegen] Wrap non-ascii characters in JsxExpressionContainer Lauren Tan 2024-06-20 19:09:51 -04:00
  • 174a36cbec www: remove dynamic scheduler feature flag: enableProfiling (#29996) kassens 2024-06-21 13:57:34 +00:00
  • 0b724e9e9c www: remove dynamic scheduler feature flag: enableProfiling (#29996) Jan Kassens 2024-06-21 09:51:46 -04:00
  • 6fb39ec9e9 Plumbing of isomorphic code (#29967) Sebastian Markbåge 2024-06-21 12:39:10 +02:00
  • a9e95fa7fb rebase on "[compiler] Optimize emission in normal (non-value) blocks" Joe Savona 2024-06-20 19:03:10 -07:00
  • 810bf4f3b9 [compiler] Allow reordering of LoadLocal after their last assignment Joe Savona 2024-06-20 19:03:10 -07:00
  • 31f44f86ff Update base for rebase on "[compiler] Optimize emission in normal (non-value) blocks" Joe Savona 2024-06-20 19:03:10 -07:00
  • beef989eec Update on "[compiler] Optimize emission in normal (non-value) blocks" Joe Savona 2024-06-20 18:58:07 -07:00
  • cf0d02b519 Update base for Update on "[compiler] Optimize emission in normal (non-value) blocks" Joe Savona 2024-06-20 18:58:07 -07:00
  • 0f568418d2 Re-enable prettier for compiler/ Lauren Tan 2024-06-20 18:26:50 -04:00
  • 2220b11e0a Revert "www: remove dynamic feature flag enableSchedulingProfiler" (#29995) kassens 2024-06-20 21:22:30 +00:00
  • 6ab67c35f1 Revert "www: remove dynamic feature flag enableSchedulingProfiler" (#29995) Jan Kassens 2024-06-20 17:17:25 -04:00
  • 07cbad5450 www: remove dynamic feature flag enableSchedulingProfiler (#29994) kassens 2024-06-20 20:54:14 +00:00
  • babe5a2f1b www: remove dynamic feature flag enableSchedulingProfiler (#29994) Jan Kassens 2024-06-20 16:47:28 -04:00
  • 395e2fc6a0 [chore] Fix TypeError in shouldSkipBundle During yarn build-for-devtools-dev and yarn build-for-devtools-prod Commands (#29906) nakjun 2024-06-21 05:12:41 +09:00
  • a5554190c1 fix[compiler playground]: Set source as the pre-change state in HIR diff (#29957) NISHIZAWA Shuntaro 2024-06-21 01:01:35 +09:00
  • b15c8492ca fix[react-devtools/extensions]: propagate globals from env (#29963) Ruslan Lesiutin 2024-06-20 09:29:05 +01:00
  • 6b4646cbd0 Export captureOwnerStacks() only in DEV "react" builds (#29923) Sebastian Markbåge 2024-06-19 14:19:48 -04:00
  • e684ca66ab refactor[react-devtools/tests]: use registered marks instead of cleared in tests (#29929) Ruslan Lesiutin 2024-06-19 15:45:01 +01:00
  • 8fdc2b7f43 Update on "[compiler] Optimize emission in normal (non-value) blocks" Joe Savona 2024-06-18 13:48:19 -07:00
  • b6bbb0ee06 Update base for Update on "[compiler] Optimize emission in normal (non-value) blocks" Joe Savona 2024-06-18 13:48:19 -07:00
  • 83d538e0d0 [compiler] Treat ref-like named objects as refs (#29916) Sathya Gunasekaran 2024-06-18 18:02:19 +01:00
  • 1434af3d22 React DevTools 5.2.0 -> 5.3.0 (#29918) Ruslan Lesiutin 2024-06-18 12:12:27 +01:00
  • 13a5a7732c Update on "[compiler] Optimize emission in normal (non-value) blocks" Joe Savona 2024-06-17 16:30:30 -07:00
  • 461435e979 Update base for Update on "[compiler] Optimize emission in normal (non-value) blocks" Joe Savona 2024-06-17 16:30:30 -07:00
  • ddcecbbebf Consider dispatch function from useActionState non-reactive (#29917) Joseph Savona 2024-06-17 12:26:55 -07:00
  • 107a2f8c3e chore[react-devtools]: improve console arguments formatting before passing it to original console (#29873) Ruslan Lesiutin 2024-06-17 16:38:03 +01:00
  • ff6e05a705 chore[react-devtools]: unify console patching and default to ansi escape symbols (#29869) Ruslan Lesiutin 2024-06-17 16:31:36 +01:00
  • dbc5f36fe9 [compiler] Support method-call version of macro functions Joe Savona 2024-06-14 08:44:40 -07:00
  • 92219ff9b8 chore[react-devtools/backend]: remove consoleManagedByDevToolsDuringStrictMode (#29856) Ruslan Lesiutin 2024-06-17 16:13:04 +01:00
  • d7bb6039de chore[react-devtools/extensions]: make source maps url relative (#29886) Ruslan Lesiutin 2024-06-17 11:58:19 +01:00
  • 11a4916ab5 Update on "[compiler] Optimize emission in normal (non-value) blocks" Joe Savona 2024-06-14 17:28:57 -07:00
  • 665429135c Update base for Update on "[compiler] Optimize emission in normal (non-value) blocks" Joe Savona 2024-06-14 17:28:56 -07:00
  • f14d7f0d25 Prepare Feature Flags for React Native 0.75 (#29903) Timothy Yung 2024-06-14 17:09:50 -07:00
  • 05a3a7fa8d Bump version to 0.0.0-experimental-c20572a-20240614 Lauren Tan 2024-06-14 17:21:06 -04:00
  • d46985282d Bump version to 0.0.0-experimental-8ae29d2-20240614 Lauren Tan 2024-06-14 17:21:05 -04:00
  • 7f9fbeafd5 Bump version to 0.0.0-experimental-179941d-20240614 Lauren Tan 2024-06-14 17:21:05 -04:00
  • 59e73d9016 [compiler] Instruction reordering Joe Savona 2024-06-12 15:48:34 -07:00
  • ed8dd2036b [compiler] Allow more instruction kinds btw merged scopes Joe Savona 2024-06-12 15:40:49 -07:00
  • aed6d81a34 Revert "Set disableLegacyMode to true for www" (#29901) kassens 2024-06-14 19:32:45 +00:00
  • 88959fd54a Revert "Set disableLegacyMode to true for www" (#29901) Jan Kassens 2024-06-14 15:27:32 -04:00
  • 96ce55d70c Use a constant HostContext in prod builds for Fabric renderer (#29888) rozele 2024-06-14 17:42:27 +00:00
  • 3154ec8a38 Use a constant HostContext in prod builds for Fabric renderer (#29888) Eric Rozell 2024-06-14 13:37:19 -04:00
  • 34a319d355 sanitize javascript: urls for <object> tags (#29808) kassens 2024-06-14 17:22:56 +00:00
  • f0e8164410 sanitize javascript: urls for <object> tags (#29808) Jan Kassens 2024-06-14 13:17:43 -04:00
  • dc2c2d7bb9 Set disableLegacyMode to true for www (#29871) kassens 2024-06-14 13:58:57 +00:00
  • fb9a90fa48 Set disableLegacyMode to true for www (#29871) Jan Kassens 2024-06-14 09:52:49 -04:00
  • f9f6a6a2a6 Fix tests rh/fix-tests Rick Hanlon 2024-06-13 22:47:37 -04:00
  • a07f5a3db5 [compiler] Provide support for custom fbt-like macro functions Joe Savona 2024-06-13 17:18:16 -07:00
  • b718a77516 Update on "[compiler][rewrite] Patch logic for aligning scopes to non-value blocks" Mofei Zhang 2024-06-13 20:33:40 -04:00
  • 3fa1cceed8 Update base for Update on "[compiler][rewrite] Patch logic for aligning scopes to non-value blocks" Mofei Zhang 2024-06-13 20:33:39 -04:00
  • 9194615949 Update on "[compiler][rewrite] Patch logic for aligning scopes to non-value blocks" Mofei Zhang 2024-06-13 20:32:38 -04:00
  • d720486b12 Update base for Update on "[compiler][rewrite] Patch logic for aligning scopes to non-value blocks" Mofei Zhang 2024-06-13 20:32:38 -04:00
  • 1ba72191a5 Update on "[compiler][draft] Patch logic for aligning scopes to non-value blocks" Mofei Zhang 2024-06-13 20:31:02 -04:00
  • 2d6a434df5 [compiler][draft] Patch logic for aligning scopes to non-value blocks Mofei Zhang 2024-06-13 16:10:23 -04:00
  • 2ba462b665 [compiler][playground] Make change detection work in playground Mike Vitousek 2024-06-13 11:02:47 -07:00
  • bec373555a Update on "[compiler][fixtures] test repros: codegen, alignScope, phis" Mofei Zhang 2024-06-13 12:47:42 -04:00
  • 0bceafbe97 Update base for Update on "[compiler][fixtures] test repros: codegen, alignScope, phis" Mofei Zhang 2024-06-13 12:47:42 -04:00
  • dfd30974ab created a vscode workspace file for the repo (#29830) Vitali Zaidman 2024-06-13 16:23:42 +01:00
  • ca9b6a7ebc [compiler] Fix visitors to emit the correct kind Joe Savona 2024-06-12 16:56:22 -07:00
  • d9a5b6393a fix[react-devtools] divided inspecting elements between inspecting do… (#29885) Vitali Zaidman 2024-06-13 15:37:51 +01:00