summaryrefslogtreecommitdiff
path: root/includes/external/school/node_modules/symbol-tree/lib/TreePosition.js
blob: fd2b6ed8fbd8335f2952e71727a805358dcce596 (plain)
1
2
3
4
5
6
7
8
9
10
11
'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,
});