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

Commit

Permalink
removed redundant references from readme, VS Code debug and dogfoodin…
Browse files Browse the repository at this point in the history
…g stack

redundant since 2171ba0
  • Loading branch information
grahamdyson committed Jul 11, 2019
1 parent 03c0249 commit 1142de3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 54 deletions.
47 changes: 0 additions & 47 deletions .vscode/launch.json
Expand Up @@ -190,30 +190,6 @@
"request": "launch",
"type": "node"
},
{
"args":
[
"--items=",
"--identifierSuffixesInOrder=",
"--identifierSuffixesInOrder=",
],
"name": "sorting orderItemsByIndexOfIdentifierSuffix",
"program": "${workspaceFolder}/sorting/orderItemsByIndexOfIdentifierSuffix/bin.js",
"request": "launch",
"type": "node"
},
{
"args":
[
"--runInBand",
"sorting/orderItemsByIndexOfIdentifierSuffix/test.js"
],
"disableOptimisticBPs": true,
"name": "sorting orderItemsByIndexOfIdentifierSuffix jest",
"program": "${workspaceFolder}/node_modules/jest/bin/jest.js",
"request": "launch",
"type": "node"
},
{
"args":
[
Expand All @@ -238,29 +214,6 @@
"request": "launch",
"type": "node"
},
{
"args":
[
"--commaSeparatedLevels=",
"--items=",
],
"name": "stacking createOrAddToStacksUniformly",
"program": "${workspaceFolder}/stacking/createOrAddToStacksUniformly/bin.js",
"request": "launch",
"type": "node"
},
{
"args":
[
"--runInBand",
"stacking/createOrAddToStacksUniformly/test.js"
],
"disableOptimisticBPs": true,
"name": "stacking createOrAddToStacksUniformly jest",
"program": "${workspaceFolder}/node_modules/jest/bin/jest.js",
"request": "launch",
"type": "node"
},
{
"args":
[
Expand Down
6 changes: 1 addition & 5 deletions README.md
Expand Up @@ -22,16 +22,12 @@ yarn add --dev @devsnicket/eunice-processors

Currently there are processors written in JavaScript to:
- create or add to stacks
- [applied uniformly](stacking/createOrAddToStacksUniformly)
- [of parents with keys that match regular expressions](stacking/createOrAddToStacksOfParentMatch)*
- [using the file system (.devsnicket-eunice-stack.yaml)](stacking/createOrAddToStacksUsingFileSystem)*
- [concatenate multiple sources of analysis from the file system](concatenateFromFileSystem)*
- [group items by their identifier](groupItemsByIdentifierSeparator)
- order items by
- [identifier](sorting/orderItemsByIdentifier)
- index of
- [identifier suffix](sorting/orderItemsByIndexOfIdentifierSuffix)
- [type](sorting/orderItemsByIndexOfType)
- [index of type](sorting/orderItemsByIndexOfType)
- [remove redundant prefix of parent identifier and separator](removeRedundantParentIdentifierPrefix)
- [remove self dependent items of a type](removeSelfDependentItemsOfType)
- [replace identifiers using a regular expression](replaceIdentifiers)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -88,5 +88,5 @@
"spellcheck": "find -type f \\( -name \"*.js\" -or -name \"*.md\" \\) ! -path \"./dist/*\" ! -path \"./dist/**/*\" ! -path \"./node_modules/**/*\" ! -path \"./test-coverage/**/*\" -exec npx cspell {} +",
"test": "npx jest --runInBand"
},
"version": "8.1.0"
"version": "8.2.0"
}
1 change: 0 additions & 1 deletion sorting/.devsnicket-eunice-stack.yaml
Expand Up @@ -2,5 +2,4 @@
- orderItemsByIdentifier
- orderItemsByIndex
-
- orderItemsByIndexOfIdentifierSuffix
- orderItemsByIndexOfType

0 comments on commit 1142de3

Please sign in to comment.