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

Problems with multi-line strings

github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
Don't relativize paths in unplugin

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
log diagnostics timing

github.com/DanielXMoore/Civet - STRd6 opened this pull request 8 months ago
Missing patterns

github.com/DanielXMoore/Civet - edemaine opened this issue 8 months ago
Avoid double semicolon in then clause

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Automatic TS jsx setting in unplugin and CLI

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

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Add `as tuple`

github.com/DanielXMoore/Civet - Jacob-Lockwood opened this issue 8 months ago
experimental hera types in Civet LSP

github.com/DanielXMoore/Civet - STRd6 opened this pull request 8 months ago
ignore coverage for parser/types.civet

github.com/DanielXMoore/Civet - STRd6 opened this pull request 8 months ago
Custom operator precedence

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Fix CLI typecheck import mapping

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
xor precedence above ||

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Cleanup non-null assertion handling

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Split lib.civet into many files

github.com/DanielXMoore/Civet - STRd6 opened this pull request 8 months ago
Made some more progress on internal typings

github.com/DanielXMoore/Civet - STRd6 opened this pull request 8 months ago
Typechecking CLI

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Recognize indentation of type alias

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Add type assignment shorthand

github.com/DanielXMoore/Civet - bbrk24 opened this pull request 8 months ago
Support extends shorthand in type parameters

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Braced literals with `await`

github.com/DanielXMoore/Civet - imm opened this issue 8 months ago
Fix hasProp type

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
for own..in with TypeScript

github.com/DanielXMoore/Civet - tlgreg opened this issue 8 months ago
Fix #947 - Better const function semantics

github.com/DanielXMoore/Civet - STRd6 opened this pull request 8 months ago
Pipe new

github.com/DanielXMoore/Civet - STRd6 opened this pull request 8 months ago
Precedence of custom operators?

github.com/DanielXMoore/Civet - gwhitney opened this issue 8 months ago
Cannot pipe to constructor

github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
Postfix in declaration

github.com/DanielXMoore/Civet - gwhitney opened this issue 8 months ago
Don't create empty var decs with auto-var

github.com/DanielXMoore/Civet - STRd6 opened this pull request 8 months ago
Avoid implicit returns from fat arrows

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Consistent arrow vs. pipe precedence

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Report error nodes in LSP

github.com/DanielXMoore/Civet - STRd6 opened this pull request 8 months ago
Fix triple slash in pattern matching switch

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
File path join `/` operator

github.com/DanielXMoore/Civet - danielbayley opened this issue 8 months ago
perf-compare in CI

github.com/DanielXMoore/Civet - edemaine opened this issue 8 months ago
Support "Error" nodes in Playground

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Fix TS infer, extends, typeof

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Incorrect compilation

github.com/DanielXMoore/Civet - mixty1 opened this issue 8 months ago
perf-compare improvements

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Fix spread bug extracted from lib.civet

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
export default shorthand

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Allow enums on one line

github.com/DanielXMoore/Civet - bbrk24 opened this pull request 8 months ago
Enums require line breaks

github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
Fix private field glob getters

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Nested vs. implicit vs. inline object literals

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
CLI import rewriting, --civet option, cleanup

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Playground bug: "u is undefined"

github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
Fix concatAssign for arrays

github.com/DanielXMoore/Civet - bbrk24 opened this pull request 8 months ago
Typed ampersand function improvements

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Object indentation bug

github.com/DanielXMoore/Civet - edemaine opened this issue 8 months ago
Fix object getters with globs

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Allow return type annotation in getter shorthand

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Allow return.value in pipeline

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Fix ASI with one-argument (+) application

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

github.com/DanielXMoore/Civet - edemaine opened this issue 8 months ago
Cleanup Call arguments AST, fix (+) processing

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Arguments to bind shorthand

github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
Add em dash for decrement

github.com/DanielXMoore/Civet - bbrk24 opened this pull request 8 months ago
Port CLI to more modern Civet

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
`=>` vs. `|>` precedence

github.com/DanielXMoore/Civet - edemaine opened this issue 8 months ago
Operators as functions via parens

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
`!op` shorthand for `not op`

github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Shorthand for type indexed access

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