mftsccs-browser 2.1.240-dev → 2.1.241-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.bundle.js +2 -44227
- package/dist/main.bundle.js.LICENSE.txt +1 -0
- package/dist/serviceWorker.bundle.js +2 -45148
- package/dist/serviceWorker.bundle.js.LICENSE.txt +1 -0
- package/dist/types/DataStructures/BinaryTree.d.ts +1 -0
- package/package.json +1 -1
- package/dist/main.bundle.js.map +0 -1
- package/dist/serviceWorker.bundle.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/*! https://mths.be/cssesc v3.0.0 by @mathias */
|
|
@@ -16,6 +16,7 @@ export declare class BinaryTree {
|
|
|
16
16
|
static root: Node | null;
|
|
17
17
|
/** Primary data store: concept ID → Concept object */
|
|
18
18
|
private static conceptMap;
|
|
19
|
+
private static normalizeId;
|
|
19
20
|
/**
|
|
20
21
|
* Low-level add — stores the node's key/value in the Map.
|
|
21
22
|
* Kept for API compatibility (called internally by addConceptToTree).
|