diff options
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.js | 12 |
1 files changed, 12 insertions, 0 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 new file mode 100644 index 0000000..707add9 --- /dev/null +++ b/alarm/node_modules/jsdom/lib/jsdom/living/helpers/internal-constants.js @@ -0,0 +1,12 @@ +"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"); |