Skip to content

Commit

Permalink
Remove bisect_ppx completely (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
trite committed Nov 4, 2023
1 parent 3eb03bb commit beb15d1
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 307 deletions.
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,10 @@
"jest": "^26.5.2",
"docsify-cli": "~4.4.0"
},
"dependencies": {
"bisect_ppx": "^2.7.1"
},
"jest": {
"verbose": false,
"testMatch": [
"<rootDir>/_build/default/__tests__/output/__tests__/**/*_test.[jt]s?(x)"
],
"setupFilesAfterEnv": [
"<rootDir>/_build/default/__tests__/output/node_modules/relude/bisect_ppx/runtime/js/jest.js"
]
}
}
105 changes: 0 additions & 105 deletions src/bisect_ppx/common/bisect_common.ml

This file was deleted.

88 changes: 0 additions & 88 deletions src/bisect_ppx/common/bisect_common.mli

This file was deleted.

17 changes: 0 additions & 17 deletions src/bisect_ppx/runtime/js/jest.ml

This file was deleted.

49 changes: 0 additions & 49 deletions src/bisect_ppx/runtime/js/runtime.ml

This file was deleted.

37 changes: 0 additions & 37 deletions src/bisect_ppx/runtime/js/runtime.mli

This file was deleted.

5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -867,11 +867,6 @@ binary-extensions@^2.0.0:
resolved "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz"
integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==

bisect_ppx@^2.7.1:
version "2.7.1"
resolved "https://registry.npmjs.org/bisect_ppx/-/bisect_ppx-2.7.1.tgz"
integrity sha512-e8gRgfhmCptiyGGov+54Acah+rc+svm0yc/26mn+M6CCNDADufVLMgRaG1uw3LAHm/PFPy+zGFAKMwd6lD2O2g==

boxen@^4.2.0:
version "4.2.0"
resolved "https://registry.npmjs.org/boxen/-/boxen-4.2.0.tgz"
Expand Down

0 comments on commit beb15d1

Please sign in to comment.