)]}'
{
  "commit": "5e76f744ec9dbbad34aedcc2b532b6fd3d3e706d",
  "tree": "d52e132742a1a07825b04b2f7d792c8203dfaf9e",
  "parents": [
    "794146610ca26568af2fab1e5d1e0b1c0ddcb534"
  ],
  "author": {
    "name": "James D. Lin",
    "email": "jamesderlin@users.noreply.github.com",
    "time": "Fri May 12 14:51:25 2023 -0700"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Fri May 12 14:51:25 2023 -0700"
  },
  "message": "Fix MemoryFileSystem to treat an empty path as non-existent (#213)\n\n* Fix MemoryFileSystem to treat an empty path as non-existent\r\n\r\n`_MemoryFileSystem.findNode` returns `reference?.directory` if given\r\nthe root path or an empty path.  However, an empty path should\r\nbe treated as non-existent, not as a directory.  Instead explicitly\r\nreturn `null` as a special case when given an empty path.\r\n\r\nPartially addresses https://github.com/google/file.dart/issues/198.\r\n\r\n* Make _MemoryFileSystem._current nullable",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "dd09a11f41d4dc90bbc62d1e82a894c633bee417",
      "old_mode": 33188,
      "old_path": "packages/file/CHANGELOG.md",
      "new_id": "6e46da08794bdc646e0c4c2860e2b79e2e8b7735",
      "new_mode": 33188,
      "new_path": "packages/file/CHANGELOG.md"
    },
    {
      "type": "modify",
      "old_id": "8d63ea509fac35b753d3d185769c79bb98c069f3",
      "old_mode": 33188,
      "old_path": "packages/file/lib/src/backends/memory/memory_file_system.dart",
      "new_id": "f3cdaeede7268f8d210f1e3f60cbc15cf589fa96",
      "new_mode": 33188,
      "new_path": "packages/file/lib/src/backends/memory/memory_file_system.dart"
    },
    {
      "type": "modify",
      "old_id": "679a90a27425e787abc11ff8b0951fc913d85bd8",
      "old_mode": 33188,
      "old_path": "packages/file/test/common_tests.dart",
      "new_id": "22fb36f953ae9d1362b21c78ab7edc42fd5c9139",
      "new_mode": 33188,
      "new_path": "packages/file/test/common_tests.dart"
    }
  ]
}
