Sha256: c856c86b5f60455eaa9364b900de3fa96d327bfe9291ea6b9fbaeda23da6de26

Contents?: true

Size: 434 Bytes

Versions: 3

Compression:

Stored size: 434 Bytes

Contents

"use strict";
const SymbolTree = require("symbol-tree");

exports.cloningSteps = Symbol("cloning steps");
exports.locationInfo = Symbol("location info");

// 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");

Version data entries

3 entries across 3 versions & 3 rubygems

Version Path
learn_create-0.0.22 lib/templates/javascript_lab_template/node_modules/jsdom/lib/jsdom/living/helpers/internal-constants.js
lanes-0.8.0 node_modules/jsdom/lib/jsdom/living/helpers/internal-constants.js
select_all-rails-0.3.1 node_modules/jsdom/lib/jsdom/living/helpers/internal-constants.js