summaryrefslogtreecommitdiff
path: root/alarm/node_modules/jsdom/lib/jsdom/living/helpers/internal-constants.js
diff options
context:
space:
mode:
Diffstat (limited to 'alarm/node_modules/jsdom/lib/jsdom/living/helpers/internal-constants.js')
-rw-r--r--alarm/node_modules/jsdom/lib/jsdom/living/helpers/internal-constants.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/alarm/node_modules/jsdom/lib/jsdom/living/helpers/internal-constants.js b/alarm/node_modules/jsdom/lib/jsdom/living/helpers/internal-constants.js
deleted file mode 100644
index 707add9..0000000
--- a/alarm/node_modules/jsdom/lib/jsdom/living/helpers/internal-constants.js
+++ /dev/null
@@ -1,12 +0,0 @@
-"use strict";
-const SymbolTree = require("symbol-tree");
-
-exports.cloningSteps = Symbol("cloning steps");
-
-// TODO: the many underscore-prefixed hooks should move here
-// E.g. _attrModified (which maybe should be split into its per-spec variants)
-
-/**
- * This SymbolTree is used to build the tree for all Node in a document
- */
-exports.domSymbolTree = new SymbolTree("DOM SymbolTree");