.eslintignore | |
|
|
.eslintrc.json | |
|
|
.github/scripts/run-webpack.sh | |
|
|
.github/workflows/build-npm-test-webpack.yml | |
|
|
.github/workflows/publish-github-pages.yml | |
|
|
.github/workflows/publish-gpr.yml | |
|
|
.github/workflows/publish-npm.yml | |
|
|
.github/workflows/quality-codacy.yml | |
|
|
.github/workflows/quality-codeclimate.yml | |
|
|
.github/workflows/quality-codecov.yml | |
|
|
.github/workflows/quality-coveralls.yml | |
|
|
.github/workflows/quality-coverity.yml | |
|
|
.github/workflows/quality-sonarcloud.yml | |
|
|
.github/workflows/workflow-build-with-quality-checks.yml | |
|
|
.github/workflows/workflow-deployments.yml | |
|
|
.gitignore | |
|
|
.npmignore | |
|
|
.prettierrc.js | 11 | A 0 mins |
|
CHANGELOG.md | |
|
|
LICENSE | |
|
|
Makefile | |
|
|
README.md | |
|
|
jest.config.js | 11 | A 0 mins |
|
package-lock.json | |
|
|
package.json | |
|
|
site/index.html | |
|
|
sonar-project.properties | |
|
|
src/generateTestData.ts | 61 | A 0 mins |
|
src/main/BasicNumberConvertor.ts | 122 | A 0 mins | A 100% |
src/main/CharacterSets.ts | 55 | A 0 mins | A 100% |
src/main/Constants.ts | 2 | A 0 mins | A 100% |
src/main/ConversionContext.ts | 34 | A 0 mins | A 100% |
src/main/Convertor.ts | 125 | A 0 mins | A 100% |
src/main/FloatingNumberConvertor.ts | 46 | A 0 mins | A 100% |
src/main/Options.ts | 17 | A 0 mins |
|
src/main/index.ts | 7 | A 0 mins | A 100% |
tsconfig.json | |
|
|