Skip to content

Commit

Permalink
refactor: Class and test restructuring, publish new version 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Mar 31, 2024
1 parent fa15ee5 commit 9e17ef5
Show file tree
Hide file tree
Showing 22 changed files with 1,668 additions and 1,689 deletions.
3 changes: 3 additions & 0 deletions packages/typescript/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
node_modules/
coverage/
ExtendedsTests.js
ExtendedsTests.d.ts
dist/types/
3 changes: 3 additions & 0 deletions packages/typescript/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ tests/
coverage/
jest.config.js
tsconfig.types.json
ExtendedsTests.js
ExtendedsTests.d.ts
dist/types/
2 changes: 1 addition & 1 deletion packages/typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Now calculate the third degree root...

<p align="center">
<a href="https://www.buymeacoffee.com/gabriellogan" target="_blank">
<img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 50px !important;width: 180px !important;" >
<img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 40px !important;width: 160px !important;" >
</a>
</p>

Expand Down
578 changes: 578 additions & 0 deletions packages/typescript/dist/Main.js

Large diffs are not rendered by default.

18 changes: 0 additions & 18 deletions packages/typescript/dist/arithmeticOp/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,24 +45,6 @@ var ArithmeticOp = (function () {
}
return result;
};
ArithmeticOp.prototype.getSum = function () {
return this.sum;
};
ArithmeticOp.prototype.getSub = function () {
return this.sub;
};
ArithmeticOp.prototype.getMul = function () {
return this.mul;
};
ArithmeticOp.prototype.getDiv = function () {
return this.div;
};
ArithmeticOp.prototype.getMod = function () {
return this.mod;
};
ArithmeticOp.prototype.getPower = function () {
return this.power;
};
return ArithmeticOp;
}());
exports.default = ArithmeticOp;
10 changes: 0 additions & 10 deletions packages/typescript/dist/generateCriticalPointInterval/index.js

This file was deleted.

Loading

0 comments on commit 9e17ef5

Please sign in to comment.