.env.example | |
|
|
.eslintrc.js | 82 | A 0 mins |
|
.github/ISSUE_TEMPLATE/bug_report.md | |
|
|
.github/ISSUE_TEMPLATE/feature_request.md | |
|
|
.github/ISSUE_TEMPLATE/question.md | |
|
|
.github/dependabot.yml | |
|
|
.github/workflows/build-lint-test.yml | |
|
|
.github/workflows/on-pr-main.yml | |
|
|
.github/workflows/on-push-main.yml | |
|
|
.github/workflows/on-release.yml | |
|
|
.github/workflows/publish-alpha.yml | |
|
|
.github/workflows/publish-coverage.yml | |
|
|
.github/workflows/publish-with-git-tag-version.yml | |
|
|
.gitignore | |
|
|
.mergify.yml | |
|
|
.npmignore | |
|
|
.prettierrc | |
|
|
.vscode/settings.json | |
|
|
Dockerfile | |
|
|
LICENSE | |
|
|
README.md | |
|
|
__tests__/base-suite.ts | 94 | A 0 mins |
|
__tests__/ctx.spec.ts | 43 | A 1 hr |
|
__tests__/discard.spec.ts | 66 | B 4 hrs |
|
__tests__/handle-error.spec.ts | 47 | A 0 mins |
|
__tests__/ignore-wrong-pattern.spec.ts | 39 | A 1 hr |
|
__tests__/mono.spec.ts | 36 | A 1 hr |
|
__tests__/msg-pattern-handler.spec.ts | 22 | A 0 mins |
|
__tests__/msg-pattern-sender.spec.ts | 27 | A 1 hr |
|
__tests__/multi.spec.ts | 63 | A 3 hrs |
|
__tests__/nsq-manager.ts | 35 | A 0 mins |
|
__tests__/options.spec.ts | 72 | A 2 hrs |
|
__tests__/pattern.spec.ts | 27 | A 1 hr |
|
__tests__/setup.ts | 1 | A 0 mins |
|
jest.config.js | 11 | A 0 mins |
|
package-lock.json | |
|
|
package.json | |
|
|
src/client.ts | 83 | C 1 day | A 90% |
src/context.ts | 12 | A 0 mins | A 100% |
src/deferred.ts | 17 | A 0 mins | A 100% |
src/errors.ts | 6 | A 0 mins | A 100% |
src/index.ts | 5 | A 0 mins | A 100% |
src/invariant.ts | 8 | A 0 mins | A 100% |
src/pattern.ts | 32 | A 0 mins | A 100% |
src/serialization.ts | 33 | A 0 mins | A 100% |
src/server.ts | 156 | A 2 hrs | A 100% |
src/wait-group.ts | 20 | A 0 mins | A 100% |
tsconfig.build.json | |
|
|
tsconfig.json | |
|
|