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
Allow binary operators after nested object literals and bulleted arrays, fix `++` with bulleted arrays
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 days ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 days ago
Regression with dedented postfix after implicit object literal
github.com/DanielXMoore/Civet - edemaine opened this issue 5 days ago
github.com/DanielXMoore/Civet - edemaine opened this issue 5 days ago
[feature request] `switch` and pattern match in type position
github.com/DanielXMoore/Civet - HerringtonDarkholme opened this issue 17 days ago
github.com/DanielXMoore/Civet - HerringtonDarkholme opened this issue 17 days ago
Fix unwrapping of operator sections with placeholders
github.com/DanielXMoore/Civet - edemaine opened this pull request 18 days ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 18 days ago
Allow spaces in `(op)`, force spaces in `(in)` and `(instanceof)`
github.com/DanielXMoore/Civet - edemaine opened this pull request 18 days ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 18 days ago
`(in)` operator generates JS missing whitespace around `in`
github.com/DanielXMoore/Civet - nicholaides opened this issue 18 days ago
github.com/DanielXMoore/Civet - nicholaides opened this issue 18 days ago
`1 |> (+ &)` generates incorrect JS
github.com/DanielXMoore/Civet - nicholaides opened this issue 18 days ago
github.com/DanielXMoore/Civet - nicholaides opened this issue 18 days ago
Handle invalid precedence in operators
github.com/DanielXMoore/Civet - edemaine opened this pull request 19 days ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 19 days ago
Parser barfs on operator looser/tigher/same as identifier
github.com/DanielXMoore/Civet - nicholaides opened this issue 19 days ago
github.com/DanielXMoore/Civet - nicholaides opened this issue 19 days ago
Improve Playground error styling
github.com/DanielXMoore/Civet - edemaine opened this pull request 19 days ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 19 days ago
Fix pipe into certain `new` expressions
github.com/DanielXMoore/Civet - edemaine opened this pull request 19 days ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 19 days ago
Fix immediately called `(op)` in pipeline context
github.com/DanielXMoore/Civet - edemaine opened this pull request 19 days ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 19 days ago
Fix implicit return of pipeline with `return`/`throw`
github.com/DanielXMoore/Civet - edemaine opened this pull request 19 days ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 19 days ago
`return` at end of pipeline that causes `return return` if the pipeline was at the end of a function
github.com/DanielXMoore/Civet - nicholaides opened this issue 20 days ago
github.com/DanielXMoore/Civet - nicholaides opened this issue 20 days ago
Parser barfs on `foo |> new .`
github.com/DanielXMoore/Civet - nicholaides opened this issue 20 days ago
github.com/DanielXMoore/Civet - nicholaides opened this issue 20 days ago
`yield` with array literals Prettifies incorrectly
github.com/DanielXMoore/Civet - nicholaides opened this issue 20 days ago
github.com/DanielXMoore/Civet - nicholaides opened this issue 20 days ago
Compiler barfs on `foo |> (*) bar`
github.com/DanielXMoore/Civet - nicholaides opened this issue 20 days ago
github.com/DanielXMoore/Civet - nicholaides opened this issue 20 days ago
`yield*` not supported in pipelines (unless surrounded with parens)
github.com/DanielXMoore/Civet - nicholaides opened this issue 20 days ago
github.com/DanielXMoore/Civet - nicholaides opened this issue 20 days ago
Fix property `::` typing with private fields
github.com/DanielXMoore/Civet - edemaine opened this pull request 20 days ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 20 days ago
Named binding patterns `name^pattern` in pattern matching, function parameters, declarations, `for` loops; fix complex bindings in `for` loops
github.com/DanielXMoore/Civet - edemaine opened this pull request 21 days ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 21 days ago
Destructuring type error in private field
github.com/DanielXMoore/Civet - uinz opened this issue 23 days ago
github.com/DanielXMoore/Civet - uinz opened this issue 23 days ago
Worker threads fixes and SourceMap revamp
github.com/DanielXMoore/Civet - edemaine opened this pull request 25 days ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 25 days ago
Parallel testing via `CIVET_THREADS` (Mocha's `--parallel`)
github.com/DanielXMoore/Civet - edemaine opened this pull request 27 days ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 27 days ago
Range literal improvements: faster, fix doubly strict
github.com/DanielXMoore/Civet - bbrk24 opened this pull request 28 days ago
github.com/DanielXMoore/Civet - bbrk24 opened this pull request 28 days ago
Pattern `name^: value` binds `name`, while `name: value` never does (except for identifiers)
github.com/DanielXMoore/Civet - edemaine opened this pull request 28 days ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 28 days ago
Fix top-level `await`/`yield` in `iife` mode (including REPL and Playground)
github.com/DanielXMoore/Civet - edemaine opened this pull request 29 days ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 29 days ago
`for` reduction fixes: `each` supports implicit body, `for*` is an error
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
Pattern match creates unused variable
github.com/DanielXMoore/Civet - nicholaides opened this issue about 1 month ago
github.com/DanielXMoore/Civet - nicholaides opened this issue about 1 month ago
REPL can't run (some?) generators with `yield` in the Civet code
github.com/DanielXMoore/Civet - nicholaides opened this issue about 1 month ago
github.com/DanielXMoore/Civet - nicholaides opened this issue about 1 month ago
`for first each`, `for sum each`, and others generate incorrect JavaScript
github.com/DanielXMoore/Civet - nicholaides opened this issue about 1 month ago
github.com/DanielXMoore/Civet - nicholaides opened this issue about 1 month ago
`for concat` reduction for concatenating arrays, `for first` reduction for finding elements
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
Multiple items and spreads in array comprehensions
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
Extension bug fix for unplugin on webpack; cleanup old bug workarounds
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
`let x?` allows initial `undefined` value + type inference; `let x? = y` for simple `y`
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
List of ASCII symbols in cheatsheet
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
Import literal `"module"#export` hoists `import { export } from "module"`
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
Pin parameter `^p` assigns function parameter to outer variable
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
`coffeeClasses` improved compatibility: private static class fields via `=`, bound methods via `=>` , `constructor` shouldn't `return`
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
Guaranteed `break with`
github.com/DanielXMoore/Civet - edemaine opened this issue about 1 month ago
github.com/DanielXMoore/Civet - edemaine opened this issue about 1 month ago
Non-end rest parameters support types
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
Multithreaded compilation via Node workers and `threads` option or `CIVET_THREADS` environment variable; enable Node compiler cache; improve unplugin caching
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
[playground] Selected text shows ligature with unchecked ligature checkbox
github.com/DanielXMoore/Civet - angelhdzdev opened this issue about 1 month ago
github.com/DanielXMoore/Civet - angelhdzdev opened this issue about 1 month ago
Update unplugin to v2.1.0
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
`break/continue loop/while/until/for/do` refer to anonymous containing iteration
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 1 month ago
`:label` supports Civet reserved words (but not JS reserved words)
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
Fix parser crash on blocks inside `switch`
github.com/DanielXMoore/Civet - STRd6 opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - STRd6 opened this pull request about 2 months ago
`FORCE_COLOR=1` isn't working flawless on the Civet project
github.com/DanielXMoore/Civet - Yewzir opened this issue about 2 months ago
github.com/DanielXMoore/Civet - Yewzir opened this issue about 2 months ago
Calling `Symbol.for("loop")`
github.com/DanielXMoore/Civet - bbrk24 opened this issue about 2 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue about 2 months ago
TypeError with object literal in switch?
github.com/DanielXMoore/Civet - bbrk24 opened this issue about 2 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue about 2 months ago
Fat pipe `||>` uses semicolons at statement level
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
Fix mixing access modifiers (e.g. `readonly`) with `@` arguments in constructors
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
Fix placeholders in `for each` loops
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
Fix implicit objects in indented arguments after other arguments
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
Fix object literals and bulleted lists in JSX indented attributes, fix indentation detection
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
Fix implicit `async` and `*` in methods
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request about 2 months ago
make tab key insert tabs and set tab size to 4 in playground
github.com/DanielXMoore/Civet - samualtnorman opened this pull request about 2 months ago
github.com/DanielXMoore/Civet - samualtnorman opened this pull request about 2 months ago
Fix `new` expression at start of pipeline
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Pipe after argumentless `new`
github.com/DanielXMoore/Civet - edemaine opened this issue 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this issue 2 months ago
Nested implicit objects in function arguments
github.com/DanielXMoore/Civet - edemaine opened this issue 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this issue 2 months ago
`do*` works differently in top-level functions vs in methods
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
`%%` operator types support `bigint` in addition to `number`
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Fix automatic `Promise` wrapping of async return types
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Playground shows IIFE failures only when clicking Run
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Type postfix `?` and `!` work in long postfix sequence
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Fix fallthrough in implicitly returned switch with semicolon, improve `hasExit` heuristic
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
`for` reduction implicit body can destructure, fix implicitly returned patterns in some cases
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Allow postfix in indented `if` conditions
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Fix complex property globs
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Fix trailing member/call behavior
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Numeric object keys in pattern matching
github.com/DanielXMoore/Civet - STRd6 opened this pull request 2 months ago
github.com/DanielXMoore/Civet - STRd6 opened this pull request 2 months ago
Cannot pattern-match object with numeric keys
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
BigInt ranges work in for/of, but not as values
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
`for join` reduction to concatenate strings
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Semicolon causes implicit fallthrough in switch
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
TypeError when compiling `readonly @prop` in c'tor
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
Change typing of `%%` to allow bigint
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
Track indentation of trailing member/call expressions
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Fix reduction inside conditions, and other subtle aliasing issues
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Call chains now interpreted as extra arguments
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 2 months ago
LSP: fix autocompletion details error message
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Fix missing parentheses in one-line `if` condition
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 2 months ago
Missing parens in some `if`s
github.com/DanielXMoore/Civet - edemaine opened this issue 3 months ago
github.com/DanielXMoore/Civet - edemaine opened this issue 3 months ago
Fix range `for` loop with complex left-hand side
github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
Type's postfix `if` must be on the same line
github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
Parse error in class method with return type and <
github.com/DanielXMoore/Civet - unlessgames opened this issue 3 months ago
github.com/DanielXMoore/Civet - unlessgames opened this issue 3 months ago
Fix typo in Coffeescript comparison
github.com/DanielXMoore/Civet - bbrk24 opened this pull request 3 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this pull request 3 months ago
Range for loop doesn't support complex left-hand sides
github.com/DanielXMoore/Civet - edemaine opened this issue 3 months ago
github.com/DanielXMoore/Civet - edemaine opened this issue 3 months ago
Reduction inside `unless` seems broken
github.com/DanielXMoore/Civet - edemaine opened this issue 3 months ago
github.com/DanielXMoore/Civet - edemaine opened this issue 3 months ago
Fix wrapping of braced objects in parentheses
github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
Fix parenthesized `⧺` and `—` shorthands for `++` and `--`
github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 3 months ago