Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Civet

Develop and maintain the Civet programming language.
Collective - Host: opensource - https://opencollective.com/civet - Website: https://civet.dev - Code: https://github.com/DanielXMoore/Civet

`try ... else` blocks

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Fix preprocessing of declaration conditions

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Allow EmptyStatement in ClassBody

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
comptime else blocks, else refactor

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
More comptime

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Don't emit newlines before block prefixes

github.com/DanielXMoore/Civet - bbrk24 opened this pull request 8 months ago
`guard`-`else`

github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
Better require error messages in comptime

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
CLI avoid errors when output pipe gets closed

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Duplicate helpers in comptime blocks

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Avoid implicit return when block guarantees exit

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Add LSP warning about using dev Civet

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Improve log feedback in VSCode plugin

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Use `is like` in some cases

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Detect Error nodes in inlineMap mode

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
ESLint plugin

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Comptime fixes

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
`(is like ...)` section, document `is not like`

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Empty array matching still broken

github.com/DanielXMoore/Civet - edemaine opened this issue 8 months ago
Pattern matching fixes

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
"is like" pattern matching operator

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Comptime URLs

github.com/DanielXMoore/Civet - bbrk24 opened this pull request 8 months ago
Comptime function properties

github.com/DanielXMoore/Civet - bbrk24 opened this pull request 8 months ago
Comptime classes and generators

github.com/DanielXMoore/Civet - bbrk24 opened this pull request 8 months ago
Optional ?:: for coffeePrototype

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Comptime `Object.create null`

github.com/DanielXMoore/Civet - bbrk24 opened this pull request 8 months ago
Cannot optional-chain prototype

github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
Fix comptime negative zero

github.com/DanielXMoore/Civet - bbrk24 opened this pull request 8 months ago
Comptime generator functions

github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
Serialize typed arrays and well-known symbols

github.com/DanielXMoore/Civet - bbrk24 opened this pull request 8 months ago
Allow empty body in loops, if/else, do, comptime

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Insert "function" into ES6 methods

github.com/DanielXMoore/Civet - bbrk24 opened this pull request 8 months ago
if type errors

github.com/DanielXMoore/Civet - edemaine opened this issue 8 months ago
Upgrade CI to Node.js 20

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Fix & in applied (operator)

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Assignment operator sections

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Pipeline unwrapping should add refs

github.com/DanielXMoore/Civet - edemaine opened this issue 8 months ago
Keep `new` inside partial function

github.com/DanielXMoore/Civet - STRd6 opened this pull request 8 months ago
Improve ASI algorithm

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Pipe assignment to index

github.com/DanielXMoore/Civet - STRd6 opened this pull request 8 months ago
`::#` type with `coffeePrototype`

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Infinite loop detection and no return

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
`::#` doesn't work in type position

github.com/DanielXMoore/Civet - bbrk24 opened this issue 9 months ago
New ampersand proposal (#1070)

github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
Deep `....`rest operator

github.com/DanielXMoore/Civet - danielbayley opened this issue 9 months ago
Preserve Vite's default extensions

github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
Simplify quoteString for code coverage

github.com/DanielXMoore/Civet - STRd6 opened this pull request 9 months ago
Fix unary negated literal with unary post

github.com/DanielXMoore/Civet - STRd6 opened this pull request 9 months ago
Astro integration based on Vite plugin

github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
Type specification in `for`

github.com/DanielXMoore/Civet - edemaine opened this issue 9 months ago
Partial application placeholders

github.com/DanielXMoore/Civet - STRd6 opened this pull request 9 months ago
"try coalescing" / catch operator

github.com/DanielXMoore/Civet - bbrk24 opened this issue 9 months ago
Optional-chained operators

github.com/DanielXMoore/Civet - bbrk24 opened this issue 9 months ago
Infinite range `[x..]`

github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
Fix relational chains

github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
Bump vite from 4.5.1 to 4.5.3

github.com/DanielXMoore/Civet - dependabot[bot] opened this pull request 9 months ago
Fix ASI bug caused by unstructured blockPrefix

github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
Late arrow functions like late assignments

github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
Nonnull checks in assignment conditions

github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
Prevent `...` as array element in right-hand side

github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
Optional dot before `#`

github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
Don't treat double colon as colon

github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
try...else

github.com/DanielXMoore/Civet - edemaine opened this issue 9 months ago
Empty spread invents identifier

github.com/DanielXMoore/Civet - bbrk24 opened this issue 9 months ago
`if const` allows `?` in identifier

github.com/DanielXMoore/Civet - bbrk24 opened this issue 9 months ago
Dynamic import declarations and expressions

github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago