Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

Commit

Permalink
Removed processors that were too specific to likely to be used
Browse files Browse the repository at this point in the history
Replacement and stacking retained (without bin files)
DevSnicket/eunice#100
  • Loading branch information
Graham Dyson committed Feb 3, 2020
1 parent be7e099 commit 9aa3139
Show file tree
Hide file tree
Showing 50 changed files with 140 additions and 3,603 deletions.
157 changes: 0 additions & 157 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,43 +6,6 @@
"request": "attach",
"type": "node"
},
{
"args":
[
"--collect-coverage=false",
"--runInBand",
"createLinearHierarchyFromIdentifierSeparator/test.js"
],
"disableOptimisticBPs": true,
"name": "createLinearHierarchyFromIdentifierSeparator jest",
"program": "${workspaceFolder}/node_modules/jest/bin/jest.js",
"request": "launch",
"type": "node"
},
{
"args":
[
"--items=",
"--identifierSeparator="
],
"name": "groupItemsByIdentifierSeparator",
"program": "${workspaceFolder}/groupItemsByIdentifierSeparator/bin.js",
"request": "launch",
"type": "node"
},
{
"args":
[
"--collect-coverage=false",
"--runInBand",
"groupItemsByIdentifierSeparator/test.js"
],
"disableOptimisticBPs": true,
"name": "groupItemsByIdentifierSeparator jest",
"program": "${workspaceFolder}/node_modules/jest/bin/jest.js",
"request": "launch",
"type": "node"
},
{
"args":
[
Expand All @@ -69,54 +32,6 @@
"request": "launch",
"type": "node"
},
{
"args":
[
"--identifierSeparator=",
"--items="
],
"name": "removeRedundantParentIdentifierPrefix",
"program": "${workspaceFolder}/removeRedundantParentIdentifierPrefix/bin.js",
"request": "launch",
"type": "node"
},
{
"args":
[
"--collect-coverage=false",
"--runInBand",
"removeRedundantParentIdentifierPrefix/test.js"
],
"disableOptimisticBPs": true,
"name": "removeRedundantParentIdentifierPrefix jest",
"program": "${workspaceFolder}/node_modules/jest/bin/jest.js",
"request": "launch",
"type": "node"
},
{
"args":
[
"--identifierSeparator=",
"--items=",
],
"name": "replaceDependsUponWithHierarchiesOfIdentifierSeparator",
"program": "${workspaceFolder}/replaceDependsUponWithHierarchiesOfIdentifierSeparator/bin.js",
"request": "launch",
"type": "node"
},
{
"args":
[
"--collect-coverage=false",
"--runInBand",
"replaceDependsUponWithHierarchiesOfIdentifierSeparator/test.js",
],
"disableOptimisticBPs": true,
"name": "replaceDependsUponWithHierarchiesOfIdentifierSeparator jest",
"program": "${workspaceFolder}/node_modules/jest/bin/jest.js",
"request": "launch",
"type": "node"
},
{
"args":
[
Expand All @@ -143,78 +58,6 @@
"request": "launch",
"type": "node"
},
{
"args":
[
"--items=",
"--type=",
],
"name": "setTypeOfRootItems",
"program": "${workspaceFolder}/setTypeOfRootItems/bin.js",
"request": "launch",
"type": "node"
},
{
"args":
[
"--items=",
],
"name": "sorting orderItemsByIdentifier",
"program": "${workspaceFolder}/sorting/orderItemsByIdentifier/bin.js",
"request": "launch",
"type": "node"
},
{
"args":
[
"--collect-coverage=false",
"--runInBand",
"sorting/orderItemsByIdentifier/test.js"
],
"disableOptimisticBPs": true,
"name": "sorting orderItemsByIdentifier jest",
"program": "${workspaceFolder}/node_modules/jest/bin/jest.js",
"request": "launch",
"type": "node"
},
{
"args":
[
"--collect-coverage=false",
"--runInBand",
"sorting/orderItemsByIndex/test.js"
],
"disableOptimisticBPs": true,
"name": "sorting orderItemsByIndex jest",
"program": "${workspaceFolder}/node_modules/jest/bin/jest.js",
"request": "launch",
"type": "node"
},
{
"args":
[
"--items=",
"--typesInOrder=",
"--typesInOrder=",
],
"name": "sorting orderItemsByIndexOfType",
"program": "${workspaceFolder}/sorting/orderItemsByIndexOfType/bin.js",
"request": "launch",
"type": "node"
},
{
"args":
[
"--collect-coverage=false",
"--runInBand",
"sorting/orderItemsByIndexOfType/test.js"
],
"disableOptimisticBPs": true,
"name": "sorting orderItemsByIndexOfType jest",
"program": "${workspaceFolder}/node_modules/jest/bin/jest.js",
"request": "launch",
"type": "node"
},
{
"args":
[
Expand Down
6 changes: 0 additions & 6 deletions createLinearHierarchyFromIdentifierSeparator/bin.js

This file was deleted.

107 changes: 0 additions & 107 deletions createLinearHierarchyFromIdentifierSeparator/index.js

This file was deleted.

94 changes: 0 additions & 94 deletions createLinearHierarchyFromIdentifierSeparator/test.js

This file was deleted.

Loading

0 comments on commit 9aa3139

Please sign in to comment.