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

Recognize indentation of type alias

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

github.com/DanielXMoore/Civet - edemaine opened this issue 11 months ago
`export default enum` fails to parse

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

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

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

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

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

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

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

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

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

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

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

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

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

github.com/DanielXMoore/Civet - edemaine opened this pull request 11 months ago
Hera ESM support

github.com/DanielXMoore/Civet - STRd6 opened this pull request 11 months ago
Playground eval

github.com/DanielXMoore/Civet - edemaine opened this pull request 11 months ago
Support TS instantiation expressions

github.com/DanielXMoore/Civet - edemaine opened this pull request 11 months ago
Typescript Instantiation Expressions

github.com/DanielXMoore/Civet - tlgreg opened this issue 11 months ago
Fix ASI with pipes

github.com/DanielXMoore/Civet - edemaine opened this pull request 11 months ago
Fix array of objects type

github.com/DanielXMoore/Civet - edemaine opened this pull request 11 months ago
ParseError with array-of-objects type

github.com/DanielXMoore/Civet - bbrk24 opened this issue 11 months ago
Pipe compiles to wrong semantics

github.com/DanielXMoore/Civet - cie opened this issue 11 months ago
Test validity of JS/TS outputs via esbuild parsing

github.com/DanielXMoore/Civet - edemaine opened this pull request 11 months ago
Fix optional property access shorthand

github.com/DanielXMoore/Civet - edemaine opened this pull request 11 months ago
Fail on TypeScript errors, or specified types

github.com/DanielXMoore/Civet - edemaine opened this pull request 11 months ago
Use .tsx extension for TypeScript type checking

github.com/DanielXMoore/Civet - edemaine opened this pull request 11 months ago
Fix ts: 'tsc' behavior around sourcemaps

github.com/DanielXMoore/Civet - edemaine opened this pull request 11 months ago
VSCode Extension CPU load 100%

github.com/DanielXMoore/Civet - mixty1 opened this issue 11 months ago
LSP pass on more completion info

github.com/DanielXMoore/Civet - edemaine opened this pull request 11 months ago
LSP support importing directories with index.civet

github.com/DanielXMoore/Civet - edemaine opened this pull request 11 months ago
LSP: Auto import

github.com/DanielXMoore/Civet - itsMapleLeaf opened this issue 11 months ago
Support TypeScript `paths` alias

github.com/DanielXMoore/Civet - edemaine opened this pull request 11 months ago
Maximum call stack size exceeded

github.com/DanielXMoore/Civet - mixty1 opened this issue 12 months ago
Type shorthands

github.com/DanielXMoore/Civet - bbrk24 opened this issue 12 months ago
Wrap thick pipes in parens

github.com/DanielXMoore/Civet - STRd6 opened this pull request 12 months ago
`(foo)` for custom operators `foo`

github.com/DanielXMoore/Civet - edemaine opened this pull request 12 months ago
Added (+) binary op to function shorthand

github.com/DanielXMoore/Civet - STRd6 opened this pull request 12 months ago