mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
.
This commit is contained in:
11
node_modules/symbol-tree/lib/TreePosition.js
generated
vendored
Normal file
11
node_modules/symbol-tree/lib/TreePosition.js
generated
vendored
Normal file
@ -0,0 +1,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,
|
||||
});
|
Reference in New Issue
Block a user