)]}'
{
  "commit": "8cdeeecfa60b86bf3ebbfce62e527186de8f67d0",
  "tree": "7e04ddfc7ae369066e4cff8b0c729166bbd9ef6d",
  "parents": [
    "dab46d196ab452d399e04d382854e758841b33bd"
  ],
  "author": {
    "name": "Nate Bosch",
    "email": "nbosch@google.com",
    "time": "Wed May 25 19:36:01 2022 -0700"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Wed May 25 19:36:01 2022 -0700"
  },
  "message": "Rephrase \"Returns a stream\" docs (dart-lang/stream_transform#149)\n\nFollowing up on a recent PR comment about this phrasing in the docs for\r\n`buffer` and `sample`. Rewrite all doc headers that started with\r\n\"Returns a stream\" to instead focus on the action on the stream.\r\n\r\nReference `debounce` and `audit` from the `throttle` docs.\r\n\r\nMove the paragraphs with comparisons to `throttle` and `debounce` to a\r\n\"See also\" section in the `audit` docs.\r\n\r\nReplace some \"the original stream\" and \"the source stream\" with \"this\r\nstream\".\r\n\r\nWhere some comments had to reflow anyway, separate sentences onto their\r\nown lines to reduce churn in the future in any sentence changes.\r\n\r\nRemove some unnecessary `Stream.` prefixes in dartdoc references.",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "265f4819c6529d8aee4a20b96dd1f81899745118",
      "old_mode": 33188,
      "old_path": "pkgs/stream_transform/lib/src/async_expand.dart",
      "new_id": "98d8bb7731639ba641fc04b6e71ccec756e9a26e",
      "new_mode": 33188,
      "new_path": "pkgs/stream_transform/lib/src/async_expand.dart"
    },
    {
      "type": "modify",
      "old_id": "c7898274e0477aa3da6239e644a1566d7101034d",
      "old_mode": 33188,
      "old_path": "pkgs/stream_transform/lib/src/async_map.dart",
      "new_id": "c2ea253ca1df670ff6350c1ea6c6c6845d49a02e",
      "new_mode": 33188,
      "new_path": "pkgs/stream_transform/lib/src/async_map.dart"
    },
    {
      "type": "modify",
      "old_id": "dcaf672b5afa092baece304381881de748fc7e5f",
      "old_mode": 33188,
      "old_path": "pkgs/stream_transform/lib/src/combine_latest.dart",
      "new_id": "5fbdbf5204fa482572eac21d6cca20ddd4f33b72",
      "new_mode": 33188,
      "new_path": "pkgs/stream_transform/lib/src/combine_latest.dart"
    },
    {
      "type": "modify",
      "old_id": "37a4d96f7fbf679213f679f07475795c63d8aaae",
      "old_mode": 33188,
      "old_path": "pkgs/stream_transform/lib/src/concatenate.dart",
      "new_id": "3277dcdd6337a0865fda98a940ade116061afeeb",
      "new_mode": 33188,
      "new_path": "pkgs/stream_transform/lib/src/concatenate.dart"
    },
    {
      "type": "modify",
      "old_id": "7784bdbe0a632db315e6005ca4a8c2eeac2c21db",
      "old_mode": 33188,
      "old_path": "pkgs/stream_transform/lib/src/merge.dart",
      "new_id": "2725d5e63a7579b9acac1a27a09b2071b451acc5",
      "new_mode": 33188,
      "new_path": "pkgs/stream_transform/lib/src/merge.dart"
    },
    {
      "type": "modify",
      "old_id": "1d3133917c590b28e4031a25b4ad77bd75531f87",
      "old_mode": 33188,
      "old_path": "pkgs/stream_transform/lib/src/rate_limit.dart",
      "new_id": "347919bde7e9948007a39842346559d0810aeb9d",
      "new_mode": 33188,
      "new_path": "pkgs/stream_transform/lib/src/rate_limit.dart"
    },
    {
      "type": "modify",
      "old_id": "d14381cb180651411e34109ee6ff4c2875e59df7",
      "old_mode": 33188,
      "old_path": "pkgs/stream_transform/lib/src/scan.dart",
      "new_id": "acd3c76762415d1cb5e0a18369cc69f8b3f9968b",
      "new_mode": 33188,
      "new_path": "pkgs/stream_transform/lib/src/scan.dart"
    },
    {
      "type": "modify",
      "old_id": "c749fbfa0db1ee70037cefca2d2832f42c7855e8",
      "old_mode": 33188,
      "old_path": "pkgs/stream_transform/lib/src/switch.dart",
      "new_id": "4b4cdac17f77c1af0ec5ccc8df9c85a192de6b20",
      "new_mode": 33188,
      "new_path": "pkgs/stream_transform/lib/src/switch.dart"
    },
    {
      "type": "modify",
      "old_id": "32366edba9131bc73320cfb7b1b0d061058317ff",
      "old_mode": 33188,
      "old_path": "pkgs/stream_transform/lib/src/take_until.dart",
      "new_id": "8f63d94b46571fd934fc4621acda6515a39d2e90",
      "new_mode": 33188,
      "new_path": "pkgs/stream_transform/lib/src/take_until.dart"
    },
    {
      "type": "modify",
      "old_id": "05ab32f0d00bc250f7b24977244ceed778383aae",
      "old_mode": 33188,
      "old_path": "pkgs/stream_transform/lib/src/tap.dart",
      "new_id": "4b16ab5fd7ab2d5757edc43370cc47cc79222ca2",
      "new_mode": 33188,
      "new_path": "pkgs/stream_transform/lib/src/tap.dart"
    },
    {
      "type": "modify",
      "old_id": "ed3532e25743bcc1d4186c79cf0621a5240c7468",
      "old_mode": 33188,
      "old_path": "pkgs/stream_transform/lib/src/where.dart",
      "new_id": "569dc3168c3b70eb3a66425d87326d55cc369c83",
      "new_mode": 33188,
      "new_path": "pkgs/stream_transform/lib/src/where.dart"
    }
  ]
}
