We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c5110 commit af2e69dCopy full SHA for af2e69d
2 files changed
es5/transform.js
@@ -48,7 +48,6 @@ function transform(data) {
48
});
49
50
json = removeEnumChildren(json);
51
- json = json.map(setParentID);
52
json = json.map(removeUnwanted);
53
json = json.map(sortIdentifier);
54
lib/transform.js
@@ -51,7 +51,6 @@ function transform (data) {
})
json = removeEnumChildren(json)
- json = json.map(setParentID)
55
json = json.map(removeUnwanted)
56
json = json.map(sortIdentifier)
57
0 commit comments