Skip to content

Commit 1e79c69

Browse files
committed
update to handle missing parentId
1 parent 87f9c14 commit 1e79c69

12 files changed

+228
-1795
lines changed

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
src
2+
.circleci
3+
tslint.json

build/arrayToTree.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/arrayToTree.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/arrayToTree.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/arrayToTree.spec.d.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/arrayToTree.spec.js

Lines changed: 0 additions & 138 deletions
This file was deleted.

build/arrayToTree.spec.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "performant-array-to-tree",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Converts an array of items with ids and parent ids to a nested tree in a performant `O(n)` way. Runs in browsers and node.",
55
"keywords": [
66
"array to tree",

0 commit comments

Comments
 (0)