Index: node_modules/d3-selection/src/selection/exit.js
===================================================================
--- node_modules/d3-selection/src/selection/exit.js	(revision e4c61dd6cd86e06265bc2bd91adba84a0f04044a)
+++ node_modules/d3-selection/src/selection/exit.js	(revision e4c61dd6cd86e06265bc2bd91adba84a0f04044a)
@@ -0,0 +1,6 @@
+import sparse from "./sparse.js";
+import {Selection} from "./index.js";
+
+export default function() {
+  return new Selection(this._exit || this._groups.map(sparse), this._parents);
+}
