bitloops-language icon indicating copy to clipboard operation
bitloops-language copied to clipboard

Open-source transpiled programming language that helps you write clean code, well-designed systems, and build high-quality software that is testable, auditable and maintainable. Like what you see? Don...

Results 68 bitloops-language issues
Sort by recently updated
recently updated
newest added

Hello, We've tried to activate or update your repository on Depfu and couldn't find any supported dependency files. If we were to guess, we would say that this is not...

This is your weekly update of **all** Yarn dependencies. Please take a good look at what changed and the test results before merging this pull request. ### What changed? ✳️...

depfu

This is your weekly update of **all** Yarn dependencies. Please take a good look at what changed and the test results before merging this pull request. ### What changed? ✳️...

depfu

This is your weekly update of **all** Yarn dependencies. Please take a good look at what changed and the test results before merging this pull request. ### What changed? ✳️...

depfu

This is your weekly update of **all** Yarn dependencies. Please take a good look at what changed and the test results before merging this pull request. ### What changed? ✳️...

depfu

This is your weekly update of **all** Yarn dependencies. Please take a good look at what changed and the test results before merging this pull request. ### What changed? ✳️...

depfu

This is your weekly update of **all** Yarn dependencies. Please take a good look at what changed and the test results before merging this pull request. ### What changed? ✳️...

depfu

This is your weekly update of **all** Yarn dependencies. Please take a good look at what changed and the test results before merging this pull request. ### What changed? ↗️...

depfu

This is your weekly update of **all** Yarn dependencies. Please take a good look at what changed and the test results before merging this pull request. ### What changed? ✳️...

depfu

BL Example ``` DomainError AccountIsBlockedError(accountId:string, accountStatus: AccountStatusVO) { message: `Account ${accountId} is ${accountStatus.status}. Please contact support.`, errorId: 'DRIVER_ACCOUNT_IS_BLOCKED' } ``` TS Output ```ts import { Domain } from '@bitloops/bl-boilerplate-core'; import...

bug