bitloops-language
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...
🚨 Your current dependencies have known security vulnerabilities 🚨 This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge...
## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes an bug or resolves...
🚨 Your current dependencies have known security vulnerabilities 🚨 This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge...
🚨 Your current dependencies have known security vulnerabilities 🚨 This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge...
🚨 Your current dependencies have known security vulnerabilities 🚨 This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge...
🚨 Your current dependencies have known security vulnerabilities 🚨 This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge...
**Describe the bug** When we declare a variable without value, there is an error in type inference. ``` result: ResultEntity; if(command.isSomething) { result = this.repo.getById(command.id).ifError(); } ```
**Describe the bug** ifError() is not working for methods of entities. When we call an entity (or root entity) method with ifError(), the `.value` member is not being added in...
**Describe the bug** When we write a public method with Either response it get transpiled and .value is attached. The problem is that the same happens even if the method...
Right now we don't allow structs in entities. We need to allow it.