Files
julia-buildpkg/node_modules/symbol-tree/lib/TreePosition.js
David Anthoff c0c6ce37ca Add node deps
2019-09-14 21:05:22 -07:00

12 lines
241 B
JavaScript

'use strict';
/* eslint-disable sort-keys */
module.exports = Object.freeze({
// same as DOM DOCUMENT_POSITION_
DISCONNECTED: 1,
PRECEDING: 2,
FOLLOWING: 4,
CONTAINS: 8,
CONTAINED_BY: 16,
});